You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I use the convert plugin to maintain a separate mp3 encoded copy of my library. I have this album which has tracks with the same name on separate discs (see track 1 on discs 1 and 3 for example). The convert plugin doesn't convert the track on the third disc because it says the target file exists, but it doesn't. In the source directory the file for disc 3 ends with .1.flac.
Source directory:
andrew@tv:~/beets$ ls /mnt/nfs/music_hq/The\ Beatles/The\ Beatles\ and\ Esher\ Demos/01*
'/mnt/nfs/music_hq/The Beatles/The Beatles and Esher Demos/01 Back in the U.S.S.R_.1.flac' '/mnt/nfs/music_hq/The Beatles/The Beatles and Esher Demos/01 Birthday.flac'
'/mnt/nfs/music_hq/The Beatles/The Beatles and Esher Demos/01 Back in the U.S.S.R_.flac'
Target directory:
andrew@tv:~/beets$ ls /mnt/nfs/music/The\ Beatles/The\ Beatles\ and\ Esher\ Demos/01*
'/mnt/nfs/music/The Beatles/The Beatles and Esher Demos/01 Back in the U.S.S.R_.mp3' '/mnt/nfs/music/The Beatles/The Beatles and Esher Demos/01 Birthday.mp3'
Output from beets command (selected lines only):
andrew@tv:~/beets$ beet convert -y The Beatles The Beatles and Esher Demos
The Beatles - The Beatles and Esher Demos - Back in the U.S.S.R.
...
The Beatles - The Beatles and Esher Demos - Back in the U.S.S.R.
...
convert: Skipping /mnt/nfs/music_hq/The Beatles/The Beatles and Esher Demos/01 Back in the U.S.S.R_.flac (target file exists)
...
convert: Skipping /mnt/nfs/music_hq/The Beatles/The Beatles and Esher Demos/01 Back in the U.S.S.R_.1.flac (target file exists)
Hi,
I use the convert plugin to maintain a separate mp3 encoded copy of my library. I have this album which has tracks with the same name on separate discs (see track 1 on discs 1 and 3 for example). The convert plugin doesn't convert the track on the third disc because it says the target file exists, but it doesn't. In the source directory the file for disc 3 ends with
.1.flac
.Source directory:
Target directory:
Output from beets command (selected lines only):
Convert plugin convert:
The text was updated successfully, but these errors were encountered: