本站面向开发者与科研用户,提供开源镜像的搜索和下载加速服务。
所有镜像均来源于原始开源仓库,本站不存储、不修改、不传播任何镜像内容。

bookbounty Docker 镜像下载 - 轩辕镜像

bookbounty 镜像详细信息和使用指南

bookbounty 镜像标签列表和版本信息

bookbounty 镜像拉取命令和加速下载

bookbounty 镜像使用说明和配置指南

Docker 镜像加速服务 - 轩辕镜像平台

国内开发者首选的 Docker 镜像加速平台

极速拉取 Docker 镜像服务

相关 Docker 镜像推荐

热门 Docker 镜像下载

bookbounty
thewicklowwolf/bookbounty

bookbounty 镜像详细信息

bookbounty 镜像标签列表

bookbounty 镜像使用说明

bookbounty 镜像拉取命令

Docker 镜像加速服务

轩辕镜像平台优势

镜像下载指南

相关 Docker 镜像推荐

Download missing Readarr books via LibGen.
0 次下载activethewicklowwolf镜像

bookbounty 镜像详细说明

bookbounty 使用指南

bookbounty 配置说明

bookbounty 官方文档

BookBounty

!Build Status !Docker Pulls

image

BookBounty is a tool for finding missing Readarr books.

Run using docker-compose

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

  • PUID: The user ID to run the app with. Defaults to 1000.
  • PGID: The group ID to run the app with. Defaults to 1000.
  • readarr_address: The URL for Readarr. Defaults to [***].
  • readarr_api_key: The API key for Readarr. Defaults to .
  • libgen_address: The URL for Library Genesis. Defaults to [***].
  • sleep_interval: Interval to sleep between downloads (seconds). Defaults to 0.
  • sync_schedule: Scheduled hours to run e.g. 14 for 2pm (comma separated values in 24hr). Defaults to .
  • minimum_match_ratio: Minimum percentage for a match. Defaults to 90.
  • selected_path_type: Select Download Structure (file or folder). Defaults to file.
  • search_type: Select Search Type (fiction or non-fiction). Defaults to fiction.
  • library_scan_on_completion: Whether to scan Readarr Library on completion. Defaults to True.
  • request_timeout: Timeout for requests (seconds). Defaults to 120.
  • thread_limit: Max number of threads to use. Defaults to 1.
  • selected_language: Filter download by languages (specific languages or all). Defaults to English. This is used if BookBounty is unable to get the languages from the Readarr Metadata Profile.
  • search_last_name_only: Use only the author's last name in searches. Defaults to False.
  • search_shortened_title: Use shortened title when searching (remove everything after :). Defaults to False.

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:

  1. Directly map /bookbounty/downloads to your main Readarr folder and configure selected_path_type=folder.
    This method will attempt to create the correct folder structure (/author/book/filename.ext, etc.) before downloading files directly into their respective folders.

  2. Alternatively, map /bookbounty/downloads to an _unprocessed folder and set selected_path_type=file. 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

[***]

用户好评

来自真实用户的反馈,见证轩辕镜像的优质服务

oldzhang的头像

oldzhang

运维工程师

Linux服务器

5

"Docker加速体验非常流畅,大镜像也能快速完成下载。"