Changing the Metadata in Broadcast

dblevins

Member
I currently have this set up to display the playing tracks on my website

%title by %artist from the Album %album This is working perfectly

Is there any way I can amend this to not show "from the Album %album" if %album is empty

Also while this will show in two lines in the information is too long for one line, I would like to always display in two lines. I tried this

%title by %artist
from the Album %album

But when I do that the bottum line does not display at all.
 
Currently there are no conditional blocks for the title format - this is a feature we're going to add soon. For now you can probably solve it with a script on your web site that will post-process the received title.
 
Back
Top