MinimServer Forum
Various cover files with multiple albums - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Music Tagging (/forumdisplay.php?fid=9)
+--- Thread: Various cover files with multiple albums (/showthread.php?tid=5491)



Various cover files with multiple albums - rompolompo - 04-01-2020 04:06

I have the following album structure

Album name - Composer
Album name - Composer\Season01
Album name - Composer\Season02
Album name - Composer\Season03
Album name - Composer\Season04

Each season has its own cover file (cover.jpg). There is also a cover file (cover.jpg) at the root folder. Seasons are tagged with the discnumber tag that corresponds to a season number, example; season01 is tagged with "discnumber" 01.

Using BubbleUPnP, I can see all the seasons as one album (this is good!) but when playing the entire albums starting from the root directory I can only see the cover for season01. When files from season02 are playing, cover art does not change. Looking at the playlist on BubbleUPnP shows season01's cover art for ALL files.

Any ideas how to show each seasons' cover art?

Thanks!


RE: Various cover files with multiple albums - simoncn - 04-01-2020 12:32

To make this work, you need add a DISCSUBTITLE tag for each season as well as a DISCNUMBER tag. You also need to change the names of the artwork files from cover.jpg to discname.jpg where discname is the value of the DISCSUBTITLE tag for the season. This is explained in this section (see "When displaying a disc...").


RE: Various cover files with multiple albums - rompolompo - 04-01-2020 15:45

Works. Thanks!