Open aereaux opened 3 years ago
I guess we would need to rename through a temporary file to avoid this. Anyone aware of a way to detect this issue such that we don't need to use a temp file unconditionally?
Not entirely sure, I usually try to avoid case insensitive filesystems. I did find these two issues, though:
The second one uses beets.util.is_filesystem_case_sensitive
which might work.
I see this error when using this plugin on a case-insensitive filesystem (fat32):
The
N
in Orchestre National de Lille changed to lowercase, and that seems to be what's causing this problem.