Genres table: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
({{DatabaseTablesList}}) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
{{DatabaseTablesList}} | |||
== Fields == | == Fields == | ||
{| border="1" | {| border="1" | ||
Line 12: | Line 13: | ||
| | | | ||
|- | |- | ||
| GenreName | | '''GenreName''' | ||
| TEXT | | TEXT | ||
| | | | ||
| The name of the Genre | | The name of the Genre | ||
|- | |- | ||
| ''Description'' | | '''Description''' | ||
| TEXT | | TEXT | ||
| | | | ||
| Not really in use | | Not really in use | ||
|- | |- | ||
| UsageCount | | '''UsageCount''' | ||
| INTEGER | | INTEGER | ||
| | | | ||
| Count of Songs linked to the Genre | | Count of Songs linked to the Genre | ||
|} | |} |
Latest revision as of 15:56, 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
Fields
Name | Value Type | Possible Values | Description |
---|---|---|---|
IDGenre | INTEGER | AUTOINCREMENT (1 to inf.) | |
GenreName | TEXT | The name of the Genre | |
Description | TEXT | Not really in use | |
UsageCount | INTEGER | Count of Songs linked to the Genre |