I have enjoyed MinimServer for some years now with a fairly mixed music collection.
To the classical part of the library I have added a Directory or Catalogue tag to each title eg. "BWV 0971" for J.S Bach.
I use this tag for indexing and for information on the "Now playing" screen on the Control Point (BubleUPnP).
But I can't figure out how to do this: I would like to display the Catalogue info only on the relevant top level ie. for the Matthew Passion with the Album tag (using Album.display.format), for the Brandenburg Concertos with the Group tag for each of the 6 Concertos and finally with the Title tag for individual compositions on an Album not being part of a Group.
I can display the Catalogue tag for instance for a Group but I also get it on each individual Title in the Group.
Another thing: as indicated I have inserted leading zeroes in the BWV numbers to achieve a correct sorting in the list view. Is there any way to avoid this except from splitting the tag into two: a text tag "BWV" and a number tag "971"?
(05-04-2016 16:13)SNQN Wrote: [ -> ]I have enjoyed MinimServer for some years now with a fairly mixed music collection.
To the classical part of the library I have added a Directory or Catalogue tag to each title eg. "BWV 0971" for J.S Bach.
I use this tag for indexing and for information on the "Now playing" screen on the Control Point (BubleUPnP).
But I can't figure out how to do this: I would like to display the Catalogue info only on the relevant top level ie. for the Matthew Passion with the Album tag (using Album.display.format), for the Brandenburg Concertos with the Group tag for each of the 6 Concertos and finally with the Title tag for individual compositions on an Album not being part of a Group.
I can display the Catalogue tag for instance for a Group but I also get it on each individual Title in the Group.
I think the only way to do what you want would be to have three separate tags:
AlbumCatalogue on everything that is part of an album
GroupCatalogue on everything that is part of a group
TitleCatalogue on everything else
You could then set tagFormat to:
Album.displayFormat={$albumcatalogue$album}, Group.displayFormat={$groupcatalogue$group}, Title.displayFormat={$titlecatalogue$title}
Quote:Another thing: as indicated I have inserted leading zeroes in the BWV numbers to achieve a correct sorting in the list view. Is there any way to avoid this except from splitting the tag into two: a text tag "BWV" and a number tag "971"?
MinimServer sorts "BWV 971" and "BWV 1001" in that order with no need for leading zeros. Can you give more details (a screenshot would be helpful) about the "list view" that isn't sorting correctly?
(05-04-2016 18:23)simoncn Wrote: [ -> ] (05-04-2016 16:13)SNQN Wrote: [ -> ]I have enjoyed MinimServer for some years now with a fairly mixed music collection.
To the classical part of the library I have added a Directory or Catalogue tag to each title eg. "BWV 0971" for J.S Bach.
I use this tag for indexing and for information on the "Now playing" screen on the Control Point (BubleUPnP).
But I can't figure out how to do this: I would like to display the Catalogue info only on the relevant top level ie. for the Matthew Passion with the Album tag (using Album.display.format), for the Brandenburg Concertos with the Group tag for each of the 6 Concertos and finally with the Title tag for individual compositions on an Album not being part of a Group.
I can display the Catalogue tag for instance for a Group but I also get it on each individual Title in the Group.
I think the only way to do what you want would be to have three separate tags:
AlbumCatalogue on everything that is part of an album
GroupCatalogue on everything that is part of a group
TitleCatalogue on everything else
You could then set tagFormat to:
Album.displayFormat={$albumcatalogue$album}, Group.displayFormat={$groupcatalogue$group}, Title.displayFormat={$titlecatalogue$title}
Quote:Another thing: as indicated I have inserted leading zeroes in the BWV numbers to achieve a correct sorting in the list view. Is there any way to avoid this except from splitting the tag into two: a text tag "BWV" and a number tag "971"?
MinimServer sorts "BWV 971" and "BWV 1001" in that order with no need for leading zeros. Can you give more details (a screenshot would be helpful) about the "list view" that isn't sorting correctly?
Thank you Simon for the suggestions concerning the Catalogue. I will try this out.
About the leading zeroes it seems that I have made an assumption that is not true. Great, so I will remove the zeroes. Thank you.
(06-04-2016 16:51)SNQN Wrote: [ -> ] (05-04-2016 18:23)simoncn Wrote: [ -> ] (05-04-2016 16:13)SNQN Wrote: [ -> ]I have enjoyed MinimServer for some years now with a fairly mixed music collection.
To the classical part of the library I have added a Directory or Catalogue tag to each title eg. "BWV 0971" for J.S Bach.
I use this tag for indexing and for information on the "Now playing" screen on the Control Point (BubleUPnP).
But I can't figure out how to do this: I would like to display the Catalogue info only on the relevant top level ie. for the Matthew Passion with the Album tag (using Album.display.format), for the Brandenburg Concertos with the Group tag for each of the 6 Concertos and finally with the Title tag for individual compositions on an Album not being part of a Group.
I can display the Catalogue tag for instance for a Group but I also get it on each individual Title in the Group.
I think the only way to do what you want would be to have three separate tags:
AlbumCatalogue on everything that is part of an album
GroupCatalogue on everything that is part of a group
TitleCatalogue on everything else
You could then set tagFormat to:
Album.displayFormat={$albumcatalogue$album}, Group.displayFormat={$groupcatalogue$group}, Title.displayFormat={$titlecatalogue$title}
Quote:Another thing: as indicated I have inserted leading zeroes in the BWV numbers to achieve a correct sorting in the list view. Is there any way to avoid this except from splitting the tag into two: a text tag "BWV" and a number tag "971"?
MinimServer sorts "BWV 971" and "BWV 1001" in that order with no need for leading zeros. Can you give more details (a screenshot would be helpful) about the "list view" that isn't sorting correctly?
Thank you Simon for the suggestions concerning the Catalogue. I will try this out.
About the leading zeroes it seems that I have made an assumption that is not true. Great, so I will remove the zeroes. Thank you.
Simon your suggestion is working great so i will now start to change this for my classic library. I have included composition year the same way.