Kodi Community Forum
Divide multidisc albums by disc. Possible? - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Music Support (https://forum.kodi.tv/forumdisplay.php?fid=263)
+--- Thread: Divide multidisc albums by disc. Possible? (/showthread.php?tid=345688)



Divide multidisc albums by disc. Possible? - garfield - 2019-07-26

Currently all multidisc albums are shown like

1. Track 1
2. Track 2
3. Track 3
1. Track 1
2. Track 2
3. Track 3

Is there a way to title each CD of the multidisc albums like

-= Disc 1 of 2 =-
1. Track 1
2. Track 2
3. Track 3

-= Disc 2 of 2 =-
1. Track 1
2. Track 2
3. Track 3

Or at least add an empty row that will visually divide different CDs of the same album from each other.

Is it possible somehow?


RE: Divide multidisc albums by disc. Possible? - DaveBlake - 2019-07-26

No, no empty rows or disc subheadings, at least not in Estuary. I don't know if it is something a skin could implement, but I doubt it.

Best you can do is have the disc number appear alonside the track number. You do that by changing the track naming template found under settings>media>music. This dictates the format of the label used when songs are sorted by track number (used by most skins).

The defaut is [%N.] %A - %T, you want something like [%S. %N.] %A - %T
See https://kodi.wiki/view/Settings/Media/Music#Track_naming_template for the available masks