![]() |
|
Display Track Numbers - Printable Version +- MinimServer Forum (https://forum.minimserver.com) +-- Forum: MinimServer (/forumdisplay.php?fid=1) +--- Forum: General (/forumdisplay.php?fid=2) +--- Thread: Display Track Numbers (/showthread.php?tid=6952) |
Display Track Numbers - Mark_UK - 01-07-2023 21:52 I'm new to Minimserver, and on my Pioneer N50 everything is working more or less fine, but I can seem to find how to display the track number along with the song title. RE: Display Track Numbers - simoncn - 01-07-2023 22:10 Many control points display track numbers automatically. If your control point doesn't do this, you can add the track number to the title by adding TrackNumber to the itemTags property and setting the tagFormat property to: Title.displayFormat={$tracknumber^^. ^$title} After making these changes, restart MinimServer. This will show the title My Title with a track number of 1 as: 1. My Title RE: Display Track Numbers - Mark_UK - 01-07-2023 22:23 WOW, thanks for the super fast reply. All sorted now, again many thanks |