CODE
[$char(9) $if(%album%,$abbr(%album%,25),%_directoryname%) :: %_length%]
I use that to display Track Length and Album Name (or directory name). They are aligned to the right. Now, here is my problem.
CODE
Artist - BlahBlahBlah Album Name :: 4:20
Another Artist - NahNah Album Name :: 10:57
Another Artist - NahNah Album Name :: 10:57
When the time is longer than 9:59 I get a space in there that I don't want. Is there some formatting string I can put in there to insure that this doesn't happen?
For instance:
If the time is less than 9:59 seconds, display like this "%artist% - %title% %album% :: %length%" if over 9:59 seconds display like this "same as above, but with one less space after the :: section"
I went through the documentation, but some of this is waaayyyy over my head. I ran a search, but the only thing I could think of was "title formatting" which returned some interesting results, but not what I was looking for. If this answer is super-obvious, forgive me, I have only been using fb2k for about 10 months now. I am just branching out into the more complex formatting strings (was using %artist% - %title% for the longest time).
Thanks
PS: Using version 0.8.3 on Windows XP SP2, up to date.