As you know I'm hacking around in bit in the sjcache table, but I am totally confused what encoding is used in the org field. Everytime I think I get it right an exception to my scheme pops up.
So far I detected three flavours:
1) filename + "#" (+ more stuff)
2) "cover:" + artist + "/" + album + "/" (+ more stuff)
3) directoryname + "/" (+ more stuff)
My problem is that filename, artist/album and directoryname all seem to use different encodings, and none of them plain encodeURI() as offerend in SJ scripting. I started by scripting for all replacements beyond encodeURI() I ran into, but there seems to be no end of them

Care to tell me what encoding is used for these fields?
SilverEagle