Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Displayformatting $title to include the tracknumber
19-06-2015, 20:12
Post: #1
Displayformatting $title to include the tracknumber
Hi Simon, all,

I'm trying to change the display format of the track title. I'd like it to include the tracknumber, so i can see on the display of my renderer which track number is playing.

I think the displayformat should be something like the following...

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

but...i get an error. "Tracknumber" is an incorrect tagname.
If I exchange "tracknumber" for "date", the syntax seems correct (but i get the date instead of the tracknumber in front of the tracktitle).

Anyone knows the tagname for the tracknumber? Or is this not possible?

Thanks. Kind regards,
Jones
Find all posts by this user
Quote this message in a reply
19-06-2015, 21:22 (This post was last modified: 19-06-2015 21:30 by simoncn.)
Post: #2
RE: Displayformatting $title to include the tracknumber
(19-06-2015 20:12)jones Wrote:  Hi Simon, all,

I'm trying to change the display format of the track title. I'd like it to include the tracknumber, so i can see on the display of my renderer which track number is playing.

I think the displayformat should be something like the following...

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

but...i get an error. "Tracknumber" is an incorrect tagname.
If I exchange "tracknumber" for "date", the syntax seems correct (but i get the date instead of the tracknumber in front of the tracktitle).

Anyone knows the tagname for the tracknumber? Or is this not possible?

Thanks. Kind regards,
Jones

You need to add Tracknumber to the itemTags property. This is mentioned in this section but not in this section. I have updated the User guide to clarify this.
Find all posts by this user
Quote this message in a reply
20-06-2015, 06:32
Post: #3
RE: Displayformatting $title to include the tracknumber
(19-06-2015 21:22)simoncn Wrote:  
(19-06-2015 20:12)jones Wrote:  Hi Simon, all,

I'm trying to change the display format of the track title. I'd like it to include the tracknumber, so i can see on the display of my renderer which track number is playing.

I think the displayformat should be something like the following...

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

but...i get an error. "Tracknumber" is an incorrect tagname.
If I exchange "tracknumber" for "date", the syntax seems correct (but i get the date instead of the tracknumber in front of the tracktitle).

Anyone knows the tagname for the tracknumber? Or is this not possible?

Thanks. Kind regards,
Jones

You need to add Tracknumber to the itemTags property. This is mentioned in this section but not in this section. I have updated the User guide to clarify this.

Thanks Simon, this works.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)