Here's my PL format string.
It's used with black BG and green FG color.
Features
Indicates(in formatted form) this information:
-Artist;
-Album;
-Date;
-Tracknumber;
-Title;
-Format;
-Fact of replaygaining: album/title;
-Playback time in MM:SS form with leading zeros.
Distributed freeware for all non-commercial applications as long as original coder gets credits

So, the code...
00FF00|00FF00$num(%_playlist_number%,$len(%_playlist_total%))
.999955|cccc55
$if(%artist%,dd9999|EEAAAA$caps2(%artist%),0000DDUNKNOWN ARTIST)
AAFF55|AAFF99$if(%album%,
- '['
$caps2(%album%[ '('%date%')'][ #$num(%tracknumber%,2)])
']'
,
$if(%tracknumber%, - '[ '['('%date%')' ]#%tracknumber%']',[- '('%date%')'])
)$char(3)$char(3)
$if(%title%, - 55FFFF|55FFFF$caps2(%title%), - $upper(%_filename%))
[- $caps2(%subtitle%)]
[$char(9)
DDDDDD|DDDDDD'('
//format
$upper($info(codec) )
//replaygain info
AAFFFF|AAFFFF
$if(
$info(replaygain_track_gain),T:$if($info(replaygain_album_gain),A,),
$if($info(replaygain_album_gain),A,)
)
DDDDDD|DDDDDD
')'.
00FF00|00FF00
//playback time in MM:SS with leading zeroes format
$num($div(%_length_seconds%,60),2):
$num($mod(%_length_seconds%,60),2)]
byw, if there a way to get FB's total playback time and/or number of files in playlist with their total time?Here's my PL format string.
It's used with black BG and green FG color.
Features
Indicates(in formatted form) this information:
-Artist;
-Album;
-Date;
-Tracknumber;
-Title;
-Format;
-Fact of replaygaining: album/title;
-Playback time in MM:SS form with leading zeros.
Distributed freeware for all non-commercial applications as long as original coder gets credits

So, the code...
00FF00|00FF00$num(%_playlist_number%,$len(%_playlist_total%))
.999955|cccc55
$if(%artist%,dd9999|EEAAAA$caps2(%artist%),0000DDUNKNOWN ARTIST)
AAFF55|AAFF99$if(%album%,
- '['
$caps2(%album%[ '('%date%')'][ #$num(%tracknumber%,2)])
']'
,
$if(%tracknumber%, - '[ '['('%date%')' ]#%tracknumber%']',[- '('%date%')'])
)$char(3)$char(3)
$if(%title%, - 55FFFF|55FFFF$caps2(%title%), - $upper(%_filename%))
[- $caps2(%subtitle%)]
[$char(9)
DDDDDD|DDDDDD'('
//format
$upper($info(codec) )
//replaygain info
AAFFFF|AAFFFF
$if(
$info(replaygain_track_gain),T:$if($info(replaygain_album_gain),A,),
$if($info(replaygain_album_gain),A,)
)
DDDDDD|DDDDDD
')'.
00FF00|00FF00
//playback time in MM:SS with leading zeroes format
$num($div(%_length_seconds%,60),2):
$num($mod(%_length_seconds%,60),2)]
byw, if there a way to get FB's total playback time and/or number of files in playlist with their total time?