Web Analytics

BookBounty

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