Reply To: some ratings not getting read from iTunes library

#9906
rpedde
Participant

@js wrote:

Ah, I think you’re right. I knew another pair of eyeballs would be able to spot a difference. I’m actually running iTunes on OS X — but since it’s not case-sensitive either, it would have the same problems.

I think I need to just fix the file path in my iTunes library but I’m not sure how to do that, short of deleting and re-importing the songs.

Will try later and let you know if that fixes things. Thanks!

There is a bit to twiddle for case-insensitive file systems… it’s scanning/case_sensitive. Set that to 0 for non-case sensitive file systems (like osx, which is case preserving but not sensitive on a default format).

You’ll need to do a full scan after that, though.

— Ron