![]() |
|
Title display format - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: Music Tagging (/forumdisplay.php?fid=9) +--- Thread: Title display format (/showthread.php?tid=758) |
Title display format - manciano66 - 01-09-2013 21:34 Hello, is it possible to use the tagFormat Title.displayFormat to create the following Title Format: "Artist - Title (xx:yy)" where (xx:yy) should be the title lenght in min:sec? Manciano66 RE: Title display format - simoncn - 01-09-2013 22:17 (01-09-2013 21:34)manciano66 Wrote: Hello, No, this isn't possible. RE: Title display format - manciano66 - 03-09-2013 20:43 Thanks for the info. Manciano66 RE: Title display format - DJ1972 - 26-12-2013 22:51 Hello Minimserver fans. I try to use Title.displayFormat={$tracknumber^$title^ . ^} but only dot is displaying before the title. I'd like to display such a string f.g. "1/12 title" but will it work? Title.displayFormat={$tracknumber^$totaltracks^$title^ / ^} RE: Title display format - simoncn - 27-12-2013 19:59 (26-12-2013 22:51)DJ1972 Wrote: Hello Minimserver fans. This should work if you are using MinimServer 0.8.1 and you have added TrackNumber and TotalTracks to the itemTags property. The correct format setting for this would be Title.displayFormat={$tracknumber^$totaltracks^/^$title^ ^} |