MinimServer Forum

Full Version: Tracknumber and title
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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]
(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
(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.
(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.
(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.
(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
Reference URL's