![]() |
|
tagFormat for Artist and Title - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Support (/forumdisplay.php?fid=4) +--- Thread: tagFormat for Artist and Title (/showthread.php?tid=1578) |
tagFormat for Artist and Title - AdamWysokinski - 21-06-2014 18:12 Hi, How can I combine Artist.displayFormat={$composer$artist^^^ / } with Title.displayFormat={$title^$date^ [^]} in the tagFormat property? RE: tagFormat for Artist and Title - winxi - 21-06-2014 18:22 (21-06-2014 18:12)AdamWysokinski Wrote: Hi, Hi, according to the user guide, the tagFormat property accepts a comma-separated list of custom format settings. So, by using Code: Artist.displayFormat={$composer$artist^^^ / }, Title.displayFormat={$title^$date^ [^]}RE: tagFormat for Artist and Title - AdamWysokinski - 21-06-2014 18:29 Thanks. |