Reply To: some ratings not getting read from iTunes library

#9910
rpedde
Participant

@js wrote:

The case_sensitive actually didn’t help. The actual files getting scanned are on an ext3 filesystem, though they come originally from a Mac.

Now that I think of it, that’s probably true… while it was on the mac it was case insensitive, but when it’s on ext3, it’s case sensitive. So yeah, I’m not sure how to programatically fix that.

The only things I have out of sync now are songs with non-ASCII characters in the title, but I think that just requires turning on utf-8 support on the NSLU2, right?

Yeah, but it probably has to be before you copy the files over. You can probably use iconv to convert from utf-8 (which the xml file is) to codepage, though.