2008-01-26, 12:41 AM
As for the problem I'm not sure. The only thing I can think of, and I'm just going to go look at the code to find out, is if i have the CheckArt order different from the GetArt order.
When scanning I check for art, and when you want to use it I get it. They are not the same section of code, so the order could be different. Although I maybe on quite a different version here since it's been under development...
In fact is it exactly that.
CheckArt has the order stated above:
filename.jpg
folder.jpg
albumName.jpg
tagRead
Where as the get Image has:
albumName.jpg
folder.jpg
filename.jpg
And doesn't actually use the readers.....hmm, bit of a cock up there I feel. Something to fix.
When scanning I check for art, and when you want to use it I get it. They are not the same section of code, so the order could be different. Although I maybe on quite a different version here since it's been under development...
In fact is it exactly that.
CheckArt has the order stated above:
filename.jpg
folder.jpg
albumName.jpg
tagRead
Where as the get Image has:
albumName.jpg
folder.jpg
filename.jpg
And doesn't actually use the readers.....hmm, bit of a cock up there I feel. Something to fix.