QUOTE(tool++ @ Jun 5 2006, 00:25)

Can you set variables?
Because then you could set the previous album as a variable and do some compare things.
Well thats the problem,that so called "global" variables is only global in their home line
QUOTE(Silversight @ Jun 5 2006, 00:26)

QUOTE(Russell777 @ Jun 4 2006, 23:52)

Yes i know but you cannot predict what color it will give you.Thanks for the reply
That's right, you would have to store the hue value somewhere in the files if you wanted to control what colour is assigned to an album. However, to a certain extent you can limit the colours to a part of the hue scale (for example, excluding "reddish" colours - mod by (160-40), then add 40) or to a rougher hue grid (f. e., mod by 6, then multiply by 40 restricts to red, yellow, green, cyan, blue, pink).
Yes,but in this way you can possibly have two following albums with the same color and thats what i'm trying to avoid.Thanks anyway