QUOTE(sthayashi @ Jun 17 2003 - 11:00 PM)
I have a slight problem with the code I adapted from upNorth
What it Looks likeThe CodeThe only changes I made were:
a ) changing the characters so that I can use Lucida Console
Don't know what you needed to do, but that's the same font as I use...
If you mean changing to $char(XXXX) I would like to know where I can find those codes

QUOTE(sthayashi @ Jun 17 2003 - 11:00 PM)
b ) Added an extra space so that singles are aligned properly.
Guess you pushed the artist more to the right, I reckoned someone would want it like that.
QUOTE(sthayashi @ Jun 17 2003 - 11:00 PM)
The problem is that for that first Soundtrack, all of its songs shifted over further than every with every other song.
The Incredible Machine Soundtrack as well as the rusted root song is where it typically is.
How can I solve this? Thanks.
If I understand you correctly you want the tracknumbers on a straight line.
Rewrite this:
CODE
$if(%singletrack%, $puts(space,$get(len_min)) , $puts(space,$ifgreater($get(len_tag),$get(len_min),$get(len_tag),$get(len_min)))
)
into this:
CODE
$puts(space,$get(len_min))
Then use the variable "space" to cut the info in the album column.
I have it the way it is because I don't want to cut info, just to make it look better.
Did this answer anything?
Btw:I use a slightly updated version of that code myself, but I used yours when I wrote this.
If you don't use the %singletrack% everything is fine, but files with that tag shows up like (...) now.
Another thing you could do if you don't use Replaygain, is removing the $get(rpg) at the bottom.