All apps · 0 apps
bookbounty
Docker app from JPDVM2014's Repository
Overview
Readme
View on GitHubBookBounty

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:
- 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
http://192.168.1.2:8787. - readarr_api_key: The API key for Readarr. Defaults to
. - libgen_address: The URL for Library Genesis. The only supported URL at present is
http://libgen.is. - 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. - preferred_extensions_fiction: Filter fiction download by extension (comma separated). Defaults to
.epub, .mobi, .azw3, .djvu. - preferred_extensions_non_fiction: Filter non-fiction download by extension (comma separated). Defaults to
.pdf .epub, .mobi, .azw3, .djvu. - 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 toFalse.
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:
Directly map
/bookbounty/downloadsto your main Readarr folder and configureselected_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.Alternatively, map
/bookbounty/downloadsto an_unprocessedfolder and setselected_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.


Install Bookbounty on Unraid in a few clicks.
Find Bookbounty in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
thewicklowwolf/bookbounty:latestRuntime arguments
- Web UI
http://[IP]:[PORT:5000]/- Network
bridge- Shell
sh- Privileged
- false
Template configuration
- Target
- /bookbounty/config
- Default
- /mnt/user/appdata/bookbounty
- Value
- /mnt/user/appdata/bookbounty
- Target
- /bookbounty/downloads
- Default
- /mnt/user/bookbounty
- Value
- /mnt/user/bookbounty/
- Target
- 5000
- Default
- 5000
- Value
- 5000
- Target
- readarr_address
- Default
- http://192.168.1.2:8787
- Value
- http://192.168.1.2:8787
- Target
- readarr_api_key
Timeout for requests in seconds.
- Target
- request_timeout
- Default
- 120
- Value
- 120
Filter for download by language
- Target
- selected_language
- Default
- English
- Value
- English
- Target
- preferred_extensions_fiction
- Default
- .epub, .mobi, .azw3, .djvu
- Value
- .epub, .mobi, .azw3, .djvu
- Target
- /etc/localtime
- Value
- /etc/localtime
Whether to scan Readarr Library on completion (True or False)
- Target
- library_scan_on_completion
- Default
- True
- Value
- True
Search type (fiction or non-fiction)
- Target
- search_type
- Default
- fiction
- Value
- fiction
Minimum percentage for a match.
- Target
- minimum_match_ratio
- Default
- 90
- Value
- 90
Scheduled times to run in comma separated values. (24hr)
- Target
- sync_schedule
Interval to sleep between downloads in seconds
- Target
- sleep_interval
- Default
- 0
- Value
- 0
- Target
- libgen_address
- Value
- https://libgen.is
Select download structure (file or folder)
- Target
- selected_path_type
- Default
- file
- Value
- file
- Target
- preferred_extensions_non_fiction
- Default
- .pdf, .epub, .mobi, .azw3, .djvu
- Value
- .pdf, .epub, .mobi, .azw3, .djvu
- Default
- 99
- Value
- 99
- Default
- 100
- Value
- 100