-
Notifications
You must be signed in to change notification settings - Fork 19
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
M4B entering ASIN as Id to identify forces chapter matching #21
Comments
The I suspect this is caused by the plugin not triggering its logic to replace the list of returned chapters from Audible (e.g, 20 chapters) to a single chapter, which is the workaround that I've found to allow it to support m4b files with chapter markers. See how the |
I think you are right that part of problem is That way instead of the current comparison of Or perhaps the |
This may be another instance of merge candidates. The last candidate is the one being matched. I also checked and I'm running the LSIO night docker image, so I should be using beets github head which I thought might have the fix for this.... but perhaps not.
|
Yeah, this looks like a problem with merged candidates and I can't think of anything that can be done in this plugin to prevent these sorts of issues till the fix is released upstream. |
I'm using ASIN to identify an M4B during (re)import in my testing. I'm trying ASIN after beets-audible finds the wrong match because of beetbox/beets#4299 . B-A pulls the right data, but then tries to do a chapter match against the single M4B file and the full chapter list. Setting
match_chapters: no
doesn't change this behavior.The text was updated successfully, but these errors were encountered: