Closed fedelibre closed 8 years ago
Yes, I confirm. I renamed the title tag of that song and now mussort is working again. At least until I hit another colon in a tag...
You're correct in assuming that the colon is the problem, it's not something with escaping though.
I assume /media/SAMSUNG/audio is a mounted media device? If so it's likely on some non-Unix filesystem (VFAT or similar), which doesn't support colons in filenames (among other limitations). mussort
assumes a Unix filesystem, and doesn't filter filenames for use on non-Unix filesystems
It probably ought to detect it though and do additional filtering on these filesystems, I'll look into it.
Yes, you are right: it's EXFAT.
Just discovered your great software, thank you! I got this error:
It's because the : in the title tag? It should be escaped with \ when the file name is called? I see that bash does this trick automatically:
Here's some more information: