Does anyone have an example of how to display the filename of the currently playing song when there are no ID3 author or title tags? I think I found the two lines I need to change in acotil_bluestar.wps:
%s%ac%?ia<%ia|Artist Unknown>
%s%ac%?it<%it|Title Unknown>
Rather than 'unknown', I'd like it to display the filename.
Same goes for the 'next song' part:
%s%acNext: %?It<%It|%?Fn<%Fn|?>>
Any help would be appreciated!