MinimServer Forum
Tracknumber and title - Printable Version

+- MinimServer Forum (https://forum.minimserver.com)
+-- Forum: MinimServer (/forumdisplay.php?fid=1)
+--- Forum: Music Tagging (/forumdisplay.php?fid=9)
+--- Thread: Tracknumber and title (/showthread.php?tid=1771)



Tracknumber and title - x3mkungen - 01-09-2014 22:25

Hi all. Im new to the forum. but using Minim for a whilen and Thinks its just Amazing.

Now i do got a problem. and have no idea on where to make the Change

as you can see on my Pictures i want the tracknumber to be infront of the title of the trackname.

also when browsing.

Anyone that got an idea on what and where to make the right change ?
[Image: 369cb37eea0941ed818ebe4fa2bf0857]

[Image: 5dc96be5372742d197acd08b8ba6f1b7]


RE: Tracknumber and title - simoncn - 02-09-2014 09:17

(01-09-2014 22:25)x3mkungen Wrote:  Hi all. Im new to the forum. but using Minim for a whilen and Thinks its just Amazing.

Now i do got a problem. and have no idea on where to make the Change

as you can see on my Pictures i want the tracknumber to be infront of the title of the trackname.

also when browsing.

Anyone that got an idea on what and where to make the right change ?

You can add this by doing the following:

1) In the tagFormat property, add:

Title.displayFormat={$tracknumber^^ ^$title}

2) In the itemTags property, add:

Tracknumber

3) Restart MinimServer


RE: Tracknumber and title - x3mkungen - 02-09-2014 09:28

(02-09-2014 09:17)simoncn Wrote:  
(01-09-2014 22:25)x3mkungen Wrote:  Hi all. Im new to the forum. but using Minim for a whilen and Thinks its just Amazing.

Now i do got a problem. and have no idea on where to make the Change

as you can see on my Pictures i want the tracknumber to be infront of the title of the trackname.

also when browsing.

Anyone that got an idea on what and where to make the right change ?

You can add this by doing the following:

1) In the tagFormat property, add:

Title.displayFormat={$tracknumber^^ ^$title}

2) In the itemTags property, add:

Tracknumber

3) Restart MinimServer

Yesss Yesss there it is.
A huge thank you.

my guess i that i missed the Itemtags thing.

Thank you once Moore. and again.


RE: Tracknumber and title - simoncn - 02-09-2014 12:53

(02-09-2014 09:28)x3mkungen Wrote:  Yesss Yesss there it is.
A huge thank you.

my guess i that i missed the Itemtags thing.

Thank you once Moore. and again.

This is confusing because there is no error message when you specify $tracknumber in tagFormat but don't include Tracknumber in itemTags. The next update will produce an error for this incorrect combination.


RE: Tracknumber and title - simoncn - 02-09-2014 19:24

(02-09-2014 12:53)simoncn Wrote:  This is confusing because there is no error message when you specify $tracknumber in tagFormat but don't include Tracknumber in itemTags. The next update will produce an error for this incorrect combination.

This change is now available in update 41.


RE: Tracknumber and title - x3mkungen - 02-09-2014 21:41

(02-09-2014 19:24)simoncn Wrote:  
(02-09-2014 12:53)simoncn Wrote:  This is confusing because there is no error message when you specify $tracknumber in tagFormat but don't include Tracknumber in itemTags. The next update will produce an error for this incorrect combination.

This change is now available in update 41.
Update in progress :-) Thank you