Web Analytics

BookBounty

⭐ 273 stars Spanish 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

Configuración mediante variables de entorno

Ciertos valores pueden configurarse mediante variables de entorno:

Programación de sincronización

Use una lista separada por comas de horas para iniciar la sincronización (p.ej. 2, 20 iniciará una sincronización a las 2 AM y 8 PM).

Nota: Hay un margen de hasta 10 minutos desde la hora programada de inicio.

Integración con Readarr

Tiene dos opciones para integrar BookBounty con Readarr:

Este método intentará crear la estructura de carpetas correcta (/autor/libro/nombrearchivo.ext, etc.) antes de descargar los archivos directamente en sus respectivas carpetas.

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 ---