MinimServer Forum
dislayFormat für discsubtitle - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: dislayFormat für discsubtitle (/showthread.php?tid=7025)



dislayFormat für discsubtitle - x-stefan - 20-09-2023 22:08

Discsubtitle.displayFormat={$discnumber$discsubtitle} in tagFormat gives me only the discnumber and not the expected "discnumber, discsubtitle". Maybe something is wrong but I can't see it.


RE: dislayFormat für discsubtitle - simoncn - 21-09-2023 14:37

This is working for me. Please check your property settings for any spelling typos. Also, do you have both DiscSubtitle and DiscNumber in either indexTags or itemTags?


RE: dislayFormat für discsubtitle - x-stefan - 21-09-2023 15:16

Thank you for checking this issue. As I wrote, I can't see what's wrong:

Code:
find . -iname "*.flac" -exec metaflac --list --block-type=VORBIS_COMMENT '{}' \; | grep DISC | sort -u
    comment[14]: TOTALDISCS=04
    comment[15]: DISCSUBTITLE=I Psalmi Verspertini
    comment[15]: DISCSUBTITLE=L'Eloquenza Divina
    comment[15]: DISCSUBTITLE=Spiritualità E Liturgia
    comment[15]: DISCSUBTITLE=Vespro Dei Martiri
    comment[3]: DISCNUMBER=01
    comment[3]: DISCNUMBER=02
    comment[3]: DISCNUMBER=03
    comment[3]: DISCNUMBER=04

At least DISKSUBTITLE are working (in bubble) without displayFormat in the config.


RE: dislayFormat für discsubtitle - simoncn - 21-09-2023 16:16

Please copy and paste your full configuration profile as shown in Profiles > View on the MinimServer configuration web page.


RE: dislayFormat für discsubtitle - x-stefan - 21-09-2023 16:38

Found it, you are right, the problem was in front of the screen (typo).


RE: dislayFormat für discsubtitle - stefano_mbp - 21-09-2023 16:44

There is a typo:
In itemTags there is Discsubtitel
In tagFormat there is Discsubtitle.displayFormat