Closed Vexatos closed 6 years ago
Hmm; that's odd. Can you please show the output of beet ls -p
to indicate what path beets is tracking?
Interesting.
$ beet ls -p
/media/media/Music/Compilations/Testalbum 1/01 Testartist - Testsong.mp3
Looks like this isn't a convert problem then. Do you know how you added this file to your library?
I am using a library from someone else for this, apparently it was a duplicate during import, and beets appended the [number] to the end to disambiguate. This happened in 2015 so it might actually be a legacy problem.
Alright! If the problem with importing files like this recurs, please reopen this issue.
Problem
If the path to a music file contains square brackets
[x]
and they are not being converted duringbeet convert
(in this case because they are lossy mp3 files and should therefore just be copied), the following error will occur.Any music file with square brackets in its path should allow reproducing this. In the example above, the correct path is
Testalbum [1]
but beets appears to want to useTestalbum 1
, stripping the brackets. The target directory appears to be correct.Setup
convert
obviously does)My configuration (output of
beet config
) is: