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.
%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.