Web Analytics

BookBounty

⭐ 273 stars English 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 environment variables

Certain values can be set via environment variables:

Sync Schedule

Use a comma-separated list of hours to start sync (e.g. 2, 20 will initiate a sync at 2 AM and 8 PM).

Note: There is a deadband of up to 10 minutes from the scheduled start time.

Readarr Integration

You have two choices to integrate BookBounty with Readarr:

This method will attempt to create the correct folder structure (/author/book/filename.ext, etc.) before downloading files directly into their respective folders.

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