Dunno if this is possible or not, but i didn't find a way for it. Would be nice to see album artist date and album on the left side of the grouptitle, and genre on the right. tried several stuff, but can't get it to work nice against the rightedge of my screen. In default ui.
It has to take in account the charlength of genre and the "artist - [date] album" charlength. (done with $len or $len2)
In between there can be whatever char, preferrably - or something. (done with $tab or $tab_right)
It should show like this ( | is playlist edge, e.g. a splitter or vert. scrollbar)
| album artist 1234 - [%date%] album 1234 ------------------------------------------------------------------------- genre |
or if multivalue:
| album artist 123456 - [%date%] album 123456 ---------------------------------------------------------- genre,genre |
Tried some stuff with $add and $min for calculating how much '----' I need for making genre always ends at for example 150'th position of all characters. Trying for too long now I give up. I know it has to be possible, seen my results so far, but I can't get it to work nicely outlined... Please help.
I have this so far, almost working... what is going wrong?
%album artist% - '['[%date%]']' %album% $pad_right(%genre%,$add($len2(%album artist%),$len2(%date%),$len2(%album%),4,$len2(%genre%),$sub(150,$add($len2(%album artist%),$len2(%date%),$len2(%album%),4,$len2(%genre%)))),-)
Could it be a truetype issue? (nope, tested with courier, courier isn't truetype...)