getmusicbee.com

Support => Developers' Area => TheaterMode => Topic started by: rockberto on April 02, 2022, 01:20:16 PM

Title: add a character in the song list
Post by: rockberto on April 02, 2022, 01:20:16 PM
in theater mode (rdio style) how can I put a character (such as dot or dash) after the track number in the right panel where the list of tracks being played appears?. Thank you
Title: Re: add a character in the song list
Post by: Mayibongwe on April 05, 2022, 03:09:53 PM
Adding format="#\." to the child elements "TrackNo" or "#" does exactly that (inserts a dot after the track number).
Unfortunately, that won't work in your case. If I'm not mistaken, this attribute only works when the track listing is set to "NowPlayingList".
It doesn't seem to work with "AlbumTracks", which is what I believe Rdio Style is using.

So either change line 18's element type to NowPlayingList or make a request for AlbumTracks to also make use of format="#\."
Title: Re: add a character in the song list
Post by: rockberto on April 07, 2022, 05:36:14 PM
thanks, I will try!