Web Analytics

BookBounty

⭐ 273 stars French by TheWicklowWolf

BookBounty

Build Status Docker Pulls

image

BookBounty is a tool for finding missing Readarr books.

Run using docker-compose

services:
  bookbounty:
    image: thewicklowwolf/bookbounty:latest
    container_name: bookbounty
    ports:
      
  • 5000:5000
volumes:
  • /path/to/config:/bookbounty/config
  • /path/to/downloads:/bookbounty/downloads
  • /etc/localtime:/etc/localtime:ro
restart: unless-stopped

Configuration via des variables d'environnement

Certaines valeurs peuvent être définies via des variables d'environnement :

Planification de la synchronisation

Utilisez une liste d’heures séparées par des virgules pour démarrer la synchronisation (ex. 2, 20 lancera une synchronisation à 2h et 20h).

Note : Il existe une marge de tolérance jusqu’à 10 minutes à partir de l’heure prévue de démarrage.

Intégration Readarr

Vous avez deux options pour intégrer BookBounty avec Readarr :

Cette méthode tentera de créer la structure de dossiers correcte (/author/book/filename.ext, etc.) avant de télécharger les fichiers directement dans leurs dossiers respectifs.

This method downloads all files into a single folder. After a library scan in Readarr, some files may remain unmapped and require manual import. After importing, you can use the "Rename Files" function in Readarr to organize the files into the correct folders.

For both methods, setting library_scan_on_completion=True automates the import process in Readarr.

Note: Readarr does not automatically rename files upon import.


image


image


https://hub.docker.com/r/thewicklowwolf/bookbounty

--- Tranlated By Open Ai Tx | Last indexed: 2026-03-14 ---