[Enhancement]: Scrape chapter metadata and allow editing of existing chapters #253

Closed
opened 2026-04-24 23:02:24 +02:00 by adam · 2 comments
Owner

Originally created by @benonymity on GitHub (Mar 31, 2022).

Describe the feature/enhancement

It would be very convenient to have the ability to fetch the chapters for an audiobook based on ASIN from Audible, which I believe has an API for it which is nicely exposed through Audnexus (Chapter API Documentation). Or if that isn't feasible would it be possible to use FFMPEG or mp4v2 or equivalent to manually modify chapters in the audio files or store changes in metadata? Having the ability to modify (name, retime, delete, etc.) chapters within the web app would be very handy.

Thanks for all your work on this awesome piece of software, can't wait to see where it goes!

Originally created by @benonymity on GitHub (Mar 31, 2022). ### Describe the feature/enhancement It would be very convenient to have the ability to fetch the chapters for an audiobook based on ASIN from Audible, which I believe has an API for it which is nicely exposed through Audnexus ([Chapter API Documentation](https://audnex.us/#operation/getChapterById)). Or if that isn't feasible would it be possible to use FFMPEG or mp4v2 or equivalent to manually modify chapters in the audio files or store changes in metadata? Having the ability to modify (name, retime, delete, etc.) chapters within the web app would be very handy. Thanks for all your work on this awesome piece of software, can't wait to see where it goes!
adam added the enhancement label 2026-04-24 23:02:24 +02:00
adam closed this issue 2026-04-24 23:02:25 +02:00
Author
Owner

@advplyr commented on GitHub (May 12, 2022):

Chapter editor with audible chapter lookup went straight to production in v2.0.13.

An improvement we discussed is allowing you to shift the chapter times. Not quite sure how the UI for this would look like yet.
Chapters can also be embedded in audio files using the experimental embed metadata feature.

@advplyr commented on GitHub (May 12, 2022): Chapter editor with audible chapter lookup went straight to production in [v2.0.13](https://github.com/advplyr/audiobookshelf/releases/tag/v2.0.13). An improvement we discussed is allowing you to shift the chapter times. Not quite sure how the UI for this would look like yet. Chapters can also be embedded in audio files using the experimental embed metadata feature.
Author
Owner

@benonymity commented on GitHub (May 12, 2022):

Sweet! The editor seems to be working great. Thanks for the work, has really simplified my metadata editing.

@benonymity commented on GitHub (May 12, 2022): Sweet! The editor seems to be working great. Thanks for the work, has really simplified my metadata editing.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#253