MinimServer Forum
Displaying Composer followed by Track - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Music Tagging (/forumdisplay.php?fid=9)
+--- Thread: Displaying Composer followed by Track (/showthread.php?tid=717)



Displaying Composer followed by Track - markhp - 02-08-2013 13:52

I have several classical albums with items by different composers on a single album. Is there a way to change Minimserver so that is shows the composer followed by ":" followed by the title on the rendering device?

Many thanks for any advice.


RE: Displaying Composer followed by Track - simoncn - 02-08-2013 15:21

(02-08-2013 13:52)markhp Wrote:  I have several classical albums with items by different composers on a single album. Is there a way to change Minimserver so that is shows the composer followed by ":" followed by the title on the rendering device?

Many thanks for any advice.

You can do this by adding the following setting to the tagFormat option:

Title.displayFormat={$composer^^: ^$title}


RE: Displaying Composer followed by Track - markhp - 03-08-2013 16:58

That's fantastic, many thanks for your help Simon.