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

Support albums of a single track with a .cue file #1257

Closed
brunal opened this issue Jan 22, 2015 · 1 comment
Closed

Support albums of a single track with a .cue file #1257

brunal opened this issue Jan 22, 2015 · 1 comment

Comments

@brunal
Copy link
Contributor

brunal commented Jan 22, 2015

I have several albums (especially in flac) that are a single long fine with a .cue file that says when a track starts and when a track ends. It'd be neat it beets knew how to look for it and split the big song file.

I've tried extending the autotagger for that goal but without success: candidates and item_candidates don't work at that level — and the default candidate (from beets.autotag.mb.match_album) is actually the right one. But in the propositions, it has a low match rate for there are missing tracks, the track length is not the right one, etc.
Should splitting automatically happen earlier? But then what if the user wants to skip that folder, since we shouldn't have touched it? Maybe the plugin should look for folders with a .cue file at import_started time, split in a temp folder and replace the task with that temp folder? Then we have to hook again when we take a decision...

So overall I'm mostly looking for tips & pointers on how to write a plugin that realize well the aforementioned task :-)

@sampsyo
Copy link
Member

sampsyo commented Jan 22, 2015

Hello! We have an old issue for this: #136. I'll put a few thoughts there.

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

No branches or pull requests

2 participants