Pinned table: Difference between revisions
Jump to navigation
Jump to search
(Created page) |
(added examples) |
||
Line 11: | Line 11: | ||
| '''type''' | | '''type''' | ||
| TEXT* | | TEXT* | ||
| | | folder | ||
| | | The type of object being pinned | ||
|- | |- | ||
| '''type_id''' | | '''type_id''' | ||
| INTEGER | | INTEGER | ||
| | | | ||
| | | The numerical database id of the pinned item, if it has one | ||
|- | |- | ||
| '''coll_id''' | | '''coll_id''' | ||
Line 26: | Line 26: | ||
| '''string_type_id''' | | '''string_type_id''' | ||
| TEXT* | | TEXT* | ||
| | | C:\Users\<USERNAME>\Music | ||
| | | String representation of the pinned item, if it doesn't have a numerical ID | ||
|} | |} |
Latest revision as of 19:25, 11 April 2024
- [Database Structure]
- Albums
- Artists
- ArtistsAlbums
- ArtistsSongs
- Covers
- DBInfo
- DeviceFilters
- DeviceTracks
- Devices
- Downloads
- Filters
- Folders
- FoldersHier
- Genres
- GenresSongs
- LastTreePath
- Lists
- ListsSongs
- Medias
- OrganizeRules
- PathProcessing
- Pinned
- Played
- PlaylistSongs
- Playlists
- PodcastDirs
- PodcastEpisodes
- Podcasts
- Radio
- RemoteClients
- Songs
- SynchAlbum
- SynchArtist
- SynchLocation
- SynchPlaylist
- SynchPodcast
- URLRequestCache
This table was added in version 5.0.
Fields
Name | Value Type | Possible Values | Description |
---|---|---|---|
type | TEXT* | folder | The type of object being pinned |
type_id | INTEGER | The numerical database id of the pinned item, if it has one | |
coll_id | INTEGER | ||
string_type_id | TEXT* | C:\Users\<USERNAME>\Music | String representation of the pinned item, if it doesn't have a numerical ID |