QUOTE(Lefungus @ Jun 1 2003 - 03:33 PM)
These scripts would be perfect if there could be a way to make them work with albums which have less than 4 Tracks.
I don't know how to force the formatting for each album to be 4 lines even if there are less tracks
If you use Jan S's formatting, try this:
Change the
6 in this line to
4CODE
$select($min(%tracknumber%,6)
then replace the formatting for tracks "track 2" to "default" with this:
CODE
// track 2
|
$padcut(
$if(%date%,$padcut($get(DATE),25),)$get(FORMAT)
,$get(WIDTH)),
// track 3
| $padcut(
$if(%genre%,$padcut($get(GENRE),25),)$get(GAIN)
,$get(WIDTH)),
//defaut
| $repeat(' ',$get(WIDTH))
)
That should do it. Actually that's just a copypaste from my own formatting, which is slightly modified from the Jan S's one, so I'm not
100% sure if it'll work, as I don't remember how things were in Jan S's formatting, but I think it
should work.