[Enhancement]: Metadata Provider #1724

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

Originally created by @GamerClassN7 on GitHub (Feb 9, 2024).

Describe the feature/enhancement

HI,
would be possible to add metadata provider prom this source https://audioteka.com/

Most of books in my country are available there :)

Thank you in advance!

Originally created by @GamerClassN7 on GitHub (Feb 9, 2024). ### Describe the feature/enhancement HI, would be possible to add metadata provider prom this source https://audioteka.com/ Most of books in my country are available there :) Thank you in advance!
adam added the enhancement label 2026-04-24 23:56:02 +02:00
adam closed this issue 2026-04-24 23:56:03 +02:00
Author
Owner

@nichwall commented on GitHub (Feb 9, 2024):

Is there a public API that can be used? I'm not seeing anything on their website.

@nichwall commented on GitHub (Feb 9, 2024): Is there a public API that can be used? I'm not seeing anything on their website.
Author
Owner

@advplyr commented on GitHub (Feb 9, 2024):

If you know of an API we can use then we can re-open this

@advplyr commented on GitHub (Feb 9, 2024): If you know of an API we can use then we can re-open this
Author
Owner

@GamerClassN7 commented on GitHub (Feb 28, 2024):

If you know of an API we can use then we can re-open this

Hello sorry, for late response i missed the messages, there is not open API, how ever there is one for theirs android app. couldn't it be used ?

@GamerClassN7 commented on GitHub (Feb 28, 2024): > If you know of an API we can use then we can re-open this Hello sorry, for late response i missed the messages, there is not open API, how ever there is one for theirs android app. couldn't it be used ?
Author
Owner

@GamerClassN7 commented on GitHub (Feb 28, 2024):

and i also found some python module
https://pypi.org/project/audtekapi/

it can be even use to import audiobooks i thinks.

@GamerClassN7 commented on GitHub (Feb 28, 2024): and i also found some python module https://pypi.org/project/audtekapi/ it can be even use to import audiobooks i thinks.
Author
Owner

@nichwall commented on GitHub (Feb 28, 2024):

With the addition of Custom Metadata Providers in 2.8.0 (under metadata tools in the server settings), you can make a custom API locally to convert the requests for ABS for other providers. Since it's not a publicly available API, it probably won't be part of the main codebase, since any changes to their API would require a new ABS version to be released (and gets more complicated as more providers are added).

The guide for this has not been written yet, but you can see what ABS will send and what ABS expects to get back in the following OpenAPI spec.
https://github.com/advplyr/audiobookshelf/blob/master/custom-metadata-provider-specification.yaml

@nichwall commented on GitHub (Feb 28, 2024): With the addition of Custom Metadata Providers in 2.8.0 (under metadata tools in the server settings), you can make a custom API locally to convert the requests for ABS for other providers. Since it's not a publicly available API, it probably won't be part of the main codebase, since any changes to their API would require a new ABS version to be released (and gets more complicated as more providers are added). The guide for this has not been written yet, but you can see what ABS will send and what ABS expects to get back in the following OpenAPI spec. https://github.com/advplyr/audiobookshelf/blob/master/custom-metadata-provider-specification.yaml
Author
Owner

@nichwall commented on GitHub (Oct 23, 2024):

Someone created a custom provider for Audioteka and added it to the docs if you are still looking for that.

https://github.com/audiobookshelf/audiobookshelf-web/pull/108

@nichwall commented on GitHub (Oct 23, 2024): Someone created a custom provider for Audioteka and added it to the docs if you are still looking for that. https://github.com/audiobookshelf/audiobookshelf-web/pull/108
Author
Owner

@xypherose commented on GitHub (Jan 24, 2025):

Hi, I've managed to find Audioteka API: https://api-audioteka.audioteka.com any chance for adding this to audiobookshelf?

@xypherose commented on GitHub (Jan 24, 2025): Hi, I've managed to find Audioteka API: https://api-audioteka.audioteka.com any chance for adding this to audiobookshelf?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#1724