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

Add flag to use chapters offset for non audible files tagged using audible api #171

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

joshuatly
Copy link

I would like to tag m4a files I got outside of audible with audible metadata, particularly the chapters markers. Your software has been great at this, however the chapter markers are not accurate due to the audible branding "This is audible" added before the start of each book.

Luckily, audnexus does return this metadata
"brandIntroDurationMs":2043,"brandOutroDurationMs":5061,"chapters":
I believe in my testing, only brandIntroDurationMs is useful to offset each chapter's start time.

I've created a feature flag for this chapter-offset, and tested it briefly and it worked as intended.
I'm very new at python and contributing, appreciate if you can check and let me know.

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

Successfully merging this pull request may close these issues.

None yet

1 participant