QUOTE(CepiPerez @ Nov 22 2006, 13:37)

Try this code:
$imageabs2(104,104,,,,,5,3,$replace('X:\Covers\'%artist%' - '%Album%'.jpg',#),)
doesn't the replace function take three parameters?
Anyways, I'm not wanting to replace the #'s because the #'s are in the filename. #'s are not illegal characters in windows systems.
edit: here is the code I'm using:
$imageabs2(104,104,,,,,5,3,'X:\Covers\'$replace(%album artist%' - '%Album%,'/',,'\',,:,,|,,?,,'"',>,,<,)'.jpg',)
$imageabs2(104,104,,,,,5,3,'X:\Covers\'$replace(%album artist%' - '%Album%,'/',,'\',,:,,|,,?,,'"',>,,<,)'.png',)
$imageabs2(104,104,,,,,5,3,'X:\Covers\'$replace(%album artist%' - '%Album%,'/',,'\',,:,,|,,?,,'"',>,,<,)'.gif',)
which works for every single album in my collection except for the GYBE album. What the heck... The album art plugin displays the gybe cover fine. (which used the exact same code, except it used wildcards instead of the three different lines for each format).