Improvements over the original version:
- additional sources for book cover
- books without ISBN get a similarity penalty
- error 429 (throttling) is handled
- for books that have similarity >=0,95 and don't have ISBN, fake ISBN=0 is added (option useful when combined with "Skip matching books that already have an ISBN" option in ABS)
Audiobookshelf Custom Metadata Provider for https://lubimyczytac.pl Docker hub page: https://hub.docker.com/r/lakafior/lubimyczytac-abs
- Cover
- Title
- Author
- Description (without html blocks)
- Publisher
- Publish Year
- Series
- Series number
- Genres
- Tags
- Language
- ISBN
- Rectangle covers for audiobooks (if type: audiobook exsist for item)
Docker and Docker Compose installed on your system
- Create or copy from girhub a compose.yml file in your desired directory with the following content.
---
services:
lubimyczytac-abs:
image: lakafior/lubimyczytac-abs:latest
container_name: lubimyczytac-abs
restart: unless-stopped
ports:
- "3000:3000"
- Pull the latest Docker image:
docker-compose pull
- Start the application:
docker-compose up -d
- Navigate to your AudiobookShelf settings
- Navigate to Item Metadata Utils
- Navigate to Custom Metadata Providers
- Click on Add
- Name: whatever for example LubimyCzytac
- URL: http://your-ip:3000 or hostname, eg http://lubimyczytac-abs:3000 without trailing slash
- Authorization Header Value: whatever, but not blank, for example 00000
- Save