![]() |
|
Change to DISCNUMBER and DISCSUBTITLE priority in MinimServer update 260 - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: Change to DISCNUMBER and DISCSUBTITLE priority in MinimServer update 260 (/showthread.php?tid=7636) |
Change to DISCNUMBER and DISCSUBTITLE priority in MinimServer update 260 - simoncn - 11-09-2025 20:01 MinimServer update 260 has a change to the priority of disc number and disc subtitle values specified in these two ways: 1) Use the DISCNUMBER tag for disc number and use the DISCSUBTITLE tag for disc subtitle 2) Check the ALBUM tag for a suffix with disc number and/or disc subtitle information, for example: My Album (disc 2: my subtitle) Prior to update 260, MinimServer used the values in 2) if available and the values in 1) otherwise, with a log warning if the values from 1) and 2) are different. From update 260 onwards, MinimServer is using the values in 1) if available and the values in 2) otherwise, with a log warning if the values from 1) and 2) are different. For correctly tagged albums, this change will have no effect. If the values in 1) are incorrect and the values in 2) are correct, you will see unexpected results when browsing your library on update 260 or later. If when browsing your library you suspect that this change is affecting you, check the MinimServer log for warnings like the following: Warning: ignored conflicting disc number <num> in file <filename> Warning: ignored conflicting disc subtitle <title> in file <filename> |