MinimServer Forum
custom tags built up in MinimServer - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: General (/forumdisplay.php?fid=2)
+--- Thread: custom tags built up in MinimServer (/showthread.php?tid=2004)



custom tags built up in MinimServer - bobdarwin - 23-11-2014 08:07

Hello,
is it possible to built up a custom tag in MinimServer itself which isn't present as a tag in the music file? For example my ripped CDs are all numerated (indexnr) and now I want to built up a special tag from the values of indexnr+discnumber+tracknumber which I can use under an own name inside the options of MinimServer, so I can use it inside the Title.displayFormat=... ?

EDIT: OK I can do this with "Title.displayFormat={$indexnr$discnumber$tracknumber$Title^^^ | } but then I have one separator for all 4 displayed tags in between. What I want is the $indexnr$discnumber$tracknumber together and only a separator between this and the $Ttitle


RE: custom tags built up in MinimServer - simoncn - 23-11-2014 08:36

(23-11-2014 08:07)bobdarwin Wrote:  Hello,
is it possible to built up a custom tag in MinimServer itself which isn't present as a tag in the music file? For example my ripped CDs are all numerated (indexnr) and now I want to built up a special tag from the values of indexnr+discnumber+tracknumber which I can use under an own name inside the options of MinimServer, so I can use it inside the Title.displayFormat=... ?

EDIT: OK I can do this with "Title.displayFormat={$indexnr$discnumber$tracknumber$Title^^^ | } but then I have one separator for all 4 displayed tags in between. What I want is the $indexnr$discnumber$tracknumber together and only a separator between this and the $Ttitle

You can do this with Title.displayFormat={$indexnr$discnumber$tracknumber^^^^$Title^ | ^^^}