I just installed Rockbox on my Sansa Fuze V2, and the playlists shows filenames.
How to change playlist format to show "genre - artist - title"?
I use Winamp to create EXTM3U playlists.
Winamp has an "advanced title formatting" section where I can modify what the Winamp playlist shows.
In Winamp, I use this title formatting --- [%genre% - ]$if2(%artist% - %title%,$filepart(%filename%))
I think the above format translates to:
If genre tag exists, show it,
otherwise see if artist and title tags exist and show those,
otherwise show the filename.
All my song files have proper tag information.
I went thru the manual with no results. I searched topics and found a few discussions on config files, but to me that was mostly geek-speak.
Thank you in advance.