I Most definately did restart lol , ive been told that too many times, this is killing me that i cant get it to work!!!
it doesnt make sense that this code works:
$imageabs2(75,75,0,,,,3,3,$replace($replace(C:\Documents and Settings\xxxx\Application Data\foobar2000\images\albumart\nocover.png,',',),?,),)
$imageabs2(75,75,0,,,,3,3,$replace($replace(C:\Documents and Settings\xxxx\Application Data\foobar2000\images\albumart\%artist%.jpg,',',),?,),)
and then this doesnt:
$imageabs2(75,75,,,,,3,3,'images\albumart\nocover.png',)
$imageabs2(75,75,,,,,3,3,'images\albumart\'%artist%'.jpg',)
its just being simplified.. is there something small we are missing?
ill explain everything out of how i have my music set up, ,just in case it will make a difference,
i have all my music located in:
C:\Documents and Settings\xxxx\My Documents\My Music
and my music is saved in this format: %artist% - %tracknumber.mp3
i have all my images for my foobar stored here:
C:\Documents and Settings\xxxx\Application Data\foobar2000\images
and my album art is located here:
C:\Documents and Settings\xxxx\Application Data\foobar2000\images\albumart
and my album art is saved in this format: %artist%.jpg
this is because i organize my music by artist, not by album, and i have all the correct tags, so that it works for me, i just set the album tag to be the same as the artist tag, so that i did not have to change all the code that people posted, since they sort by album,
anyway, thats where everything is stored, i still have no idea why the shortened code doesnt work