Well i've read the readme but i don't know what exactly i'm looking for
---
Thanks to Daelus, tama and nuhi for the "base" of my design

My design was originally only for albums, but over time it has evolved to work quite well with both whole albums and single files.
The %tracknumber% tag is essential for albums to display as intended (as well as %artist%, %title% and %album% tags)
I have tried to make it display as good as possible when tags are missing, but it's not perfect.
Other tags used:
* %various%,%performer% (albums with various artist)
* %album artist% (e.g. DJ compilations)
* %singletrack% (force display of artist and title (even if tracknumber is present))
* %lasttrack% (for the last track in every album)
* %disc%, %discname%
* %date%
* %genre%
* %trackrating% (0,1,2 just an experiment)
+tags for codec, replaygain and more...
Various artists albums will also display correctly if the directory name starts with 'VA - '
At the top of the playlist code there are three options:
* mode (album/single)
* l_min (set the minimum width of the first column)
* cut_column1 (optional cutting of the first column after l_min characters)
I have probably forgotton alot, but it's all in the code anyway

---Colors---
Playlist text color: 255,255,255
Playlist background color: 0,0,25
Playlist selection color: 18,24,48
Selected item frame: 47,63,128
***My Playlist sorting string***
$puts(is_single,$if($or(%singletrack%,$stricmp($substr(%_directoryname%,0,9),'=SINGLES=')),1,0))$puts(is_various,$if($or($or($if3(%various%,%performer%,%album artist%),$stricmp($substr(%_directoryname%,0,5),'VA - ')),$stricmp($substr($directory(%_path%,2),0,5),'VA - ')),1,0))$get(is_single) - $get(is_various) - $if($strcmp(1,$get(is_various)),%ALBUM%[ - %date%],%ARTIST%[ - %date%] - %ALBUM%) - %_path% - $num(%tracknumber%,3) - %TITLE%
----
Am I supposed to copy/paste the playlist sorting string somewhere? I've tried pasting it in the playlist formatting string area but it just messes up my playlist