Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

beets doesn't deal with hybrid WavPack files correctly #406

Open
GoogleCodeExporter opened this issue Mar 13, 2015 · 4 comments
Open

beets doesn't deal with hybrid WavPack files correctly #406

GoogleCodeExporter opened this issue Mar 13, 2015 · 4 comments

Comments

@GoogleCodeExporter
Copy link

What's the problem? How can I reproduce it?

WavPacks hybrid mode creates two files per track (described at Wikipedia: 
https://en.wikipedia.org/wiki/Wavpack#Hybrid_mode). Currently, beets counts 
every file as being one track, so an album with N tracks encoded as hybrid 
WavPack will results in beets asking MusicBrainz for an album with 2*N tracks. 
Simply adding *wvc to the ignored files isn't enough, they have to be moved 
with the main files as well.

So there are two steps needed to fix this:
1) ignore *wvc files when importing files
2) move the wvc files together with the wv files

Original issue reported on code.google.com by themineo on 12 Jul 2012 at 9:45

@untitaker
Copy link

Do not comment here, but on beetbox/beets#160

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants