Web Analytics

BookBounty

⭐ 273 stars Japanese 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と統合する方法は2つあります:

この方法では正しいフォルダ構造(/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 ---