Sign inSign up

lakafior/audioteka-abs

By lakafior

Updated about 2 months ago

Audiobookshelf Custom Metadata Provider for Audioteka.com

Image
API management
1

50K+

lakafior/audioteka-abs repository overview

Project page: https://github.com/lakafior/audioteka-abs

Fetching features:

Cove, Title, Author, Publisher, Series, Genres, Language, Lectors, Audiobook cover

How to run:

  • Copy docker-compose.yml
---
services:
  audioteka-abs:
    image: lakafior/audioteka-abs
    container_name: audioteka-abs
    environment:
      - LANGUAGE=pl
    restart: unless-stopped
    ports:
      - "3001:3001"
  • Change language line to
- LANGUAGE=cz

if you want fetch data from https://audioteka.com/cz/

  • Run
docker-compose up -d

How to use

  1. Navigate to your AudiobookShelf settings
  2. Navigate to Item Metadata Utils
  3. Navigate to Custom Metadata Providers
  4. Click on Add
  5. Name: whatever for example AudioTeka
  6. URL: http://your-ip:3001
  7. Authorization Header Value: whatever, but not blank, for example 00000
  8. Save

Tag summary

Content type

Image

Digest

sha256:1dd6735fd

Size

55.9 MB

Last updated

about 2 months ago

docker pull lakafior/audioteka-abs