Closed GoogleCodeExporter closed 9 years ago
Thanks. Beets already truncates filenames (the limit is currently set to 200
characters), but the issue here is that it's doing it in Unicode before
encoding the pathname for the filesystem. So if many high-ordered characters
are used, the actual bytestring path can be much longer than the Unicode path.
Specifically: sanitize_path() takes care of truncation but it's called before
bytestring_path() in destination().
Original comment by adrian.sampson
on 16 Aug 2012 at 4:07
Original comment by adrian.sampson
on 16 Aug 2012 at 4:08
Fixed in 14bbc3465a3b.
Original comment by adrian.sampson
on 28 Nov 2012 at 12:44
Original comment by adrian.sampson
on 28 Nov 2012 at 12:44
Original issue reported on code.google.com by
dwg.uniq...@gmail.com
on 16 Aug 2012 at 5:28Attachments: