weezer YenSid
Unregistered
|
 |
Posted: Jan. 17 2005,16:46 |
 |
FWIW, here's my personal preference on Winamp 5's standard output tag:
Code Sample | $if(%filename%,[%year% - ][%album% - ][$num(%tracknumber%,2) - ][%artist% - ][%title%][ %comment%],'['$fileext(%filename)']' $filepart(%filename%)) |
Basically, it will display the output on an mp3 file as:
Code Sample | Year - Album - Track # - Artist - Title [Comment] |
except without the brackets around the Comment part... all of my personal comment tags already have the brackets included in them.
and if the file doesn't have tags, it will output the display as:
Code Sample | [ext] Filename |
where "ext" is the file extension.
Lossless APE files also have a formattable text output for the playlist. I'd love to see MP3TS support the file type someday.
|