Web Analytics

BookBounty

⭐ 273 stars Simplified Chinese 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

通过环境变量配置

某些值可以通过环境变量设置:

同步计划

使用逗号分隔的小时列表来启动同步(例如 2, 20 表示在凌晨2点和晚上8点启动同步)。

注意:计划开始时间存在最多10分钟的死区。

Readarr 集成

您有两种方式将 BookBounty 与 Readarr 集成:

此方法会尝试创建正确的文件夹结构(/author/book/filename.ext 等),然后直接将文件下载到各自的文件夹中。

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