2019-07-12, 20:15
As of v19, Kodi now has the ability to distinguish between ordinary multi-disc albums and those of a 'boxset'.
It does this by reading the 'discsubtitle' tag in the music files. If an album has at least 3 distinct disc titles then Kodi will automatically mark it as a boxset in its library and a new node will be created containing just the boxsets.
It does not matter if all the music files for the boxset are in one directory or if you have split them up into multiple directories e.g. <album name> containing [cd1, cd2, cd3, etc].
If you wish to make an album into a boxset that normally wouldn't be recognized as such by Kodi, you can do it by either
You can assign different art for each individual disc (this applies to any discs in your library, not just boxsets) and different covers if you want to. The covers can be different from the overall 'album' cover or the same. If your boxset or album is in one directory then you should name your art 'cover1, cover2, cover3' (or thumb1, thumb2, thumb3) and 'discart1, discart2,discart3' etc etc. If your album or boxset is in multiple directories you can just use 'thumb' or 'cover' & 'discart'. To aid in the correct assigning of art, I wrote a mini guide that you can find here https://forum.kodi.tv/showthread.php?tid...pid2927644 . This is specific to music artwork in Kodi v19 onwards.
Most of this works without needing any special skin support. If a skin shows disc art when playing a track then Kodi should automatically show the right covers and discs without needing any changes to the skin. No changes are needed to navigate the boxset node, it works in the same way as the compilation or recently played nodes.
Changes are needed to a skin if you want it to show the total number of discs in an album or display the name (if any) of a disc when in the music viz screen.
Currently, stock Estuary shows the disc titles in 'shift' view only, otherwise it shows the album title for each disc. Estuary displays disc titles in all views, as does Confluence.
There is an option (Settings -> Media -> Music) to
I hope that not only does this improve navigation of albums as a whole, but that it makes it much easier to find and navigate boxsets and have them display the right art.
It does this by reading the 'discsubtitle' tag in the music files. If an album has at least 3 distinct disc titles then Kodi will automatically mark it as a boxset in its library and a new node will be created containing just the boxsets.
It does not matter if all the music files for the boxset are in one directory or if you have split them up into multiple directories e.g. <album name> containing [cd1, cd2, cd3, etc].
If you wish to make an album into a boxset that normally wouldn't be recognized as such by Kodi, you can do it by either
- Giving each disc a name. (eg, disc 1, disc 2, etc) or
- set the musicbrainzalbumreleasetype tag to contain
boxset
You can assign different art for each individual disc (this applies to any discs in your library, not just boxsets) and different covers if you want to. The covers can be different from the overall 'album' cover or the same. If your boxset or album is in one directory then you should name your art 'cover1, cover2, cover3' (or thumb1, thumb2, thumb3) and 'discart1, discart2,discart3' etc etc. If your album or boxset is in multiple directories you can just use 'thumb' or 'cover' & 'discart'. To aid in the correct assigning of art, I wrote a mini guide that you can find here https://forum.kodi.tv/showthread.php?tid...pid2927644 . This is specific to music artwork in Kodi v19 onwards.
Most of this works without needing any special skin support. If a skin shows disc art when playing a track then Kodi should automatically show the right covers and discs without needing any changes to the skin. No changes are needed to navigate the boxset node, it works in the same way as the compilation or recently played nodes.
Changes are needed to a skin if you want it to show the total number of discs in an album or display the name (if any) of a disc when in the music viz screen.
Currently, stock Estuary shows the disc titles in 'shift' view only, otherwise it shows the album title for each disc. Estuary displays disc titles in all views, as does Confluence.
There is an option (Settings -> Media -> Music) to
Split albums into individual discs
which is on by default. This means that navigation now goes album -> discs -> songs. If this setting is turned off, navigation is the same as v18, album -> songs. However, this setting has no effect for navigation of boxsets, which always use album -> discs -> songs.I hope that not only does this improve navigation of albums as a whole, but that it makes it much easier to find and navigate boxsets and have them display the right art.