Post Reply 
 
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding brackets to Audio Duration in Title
12-01-2021, 11:42
Post: #1
Adding brackets to Audio Duration in Title
I have added track length to track title using the format title.displayFormat={$title$#AudioDuration}, and it picks it up with no problems on my control point. I wanted, in addition, to simply add brackets around the track time, but struggling to format it correctly.
Also, although I image this isn't possible, can the track length be just added to the "queued playlist" showing each track length on that album, rather than on the actual track being played as well, as the length of the playing track is already indicated on the time elapsed bar on the control point?
Many thanks.
Find all posts by this user
Quote this message in a reply
12-01-2021, 11:57
Post: #2
RE: Adding brackets to Audio Duration in Title
To add brackets around the duration, use:

Title.displayFormat={$title^$#AudioDuration^ [^]}

As you are modifying the Title value sent to the control point, the modified value will be shown everywhere the control point uses the Title value.
Find all posts by this user
Quote this message in a reply
12-01-2021, 13:16
Post: #3
RE: Adding brackets to Audio Duration in Title
(12-01-2021 11:57)simoncn Wrote:  To add brackets around the duration, use:

Title.displayFormat={$title^$#AudioDuration^ [^]}

As you are modifying the Title value sent to the control point, the modified value will be shown everywhere the control point uses the Title value.

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


Forum Jump:


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