Add Book (Audiobook + Ebook) Management Tools #12
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Build Media/Books Dataset on Paladin
/etc/fstab
-> Add the following line://192.168.1.12/Books /mnt/nas/books cifs credentials=/home/admin/.smbcred,uid=1001,gid=1001 0 0
sudo mkdir /mnt/nas/books
sudo systemctl daemon-reload
sudo mount /mnt/nas/books
touch /mnt/nas/books/test
(Verify write permissions to the directory).Readarr Instance(s)
Not yet confident that we need two instances. Going to evaluate with one first.
docker-compose.yml
for autopirate..env
for autopirate:BOOKS_DIR=/mnt/nas/books
https://readarr.jafner.net/_oauth
sudo sed -i 's/None/External/' /mnt/iscsi/barbarian/autopirate/readarr_config/config.xml
to disable native authentication.docker restart autopirate_readarr
/books/ebooks
./books/audiobooks
.sabnzbd
. API Key from SABnzbd. Category:readarr
. All other values are default. Create the "readarr" category in SABnzbd before saving.This project is stalled.
The original goal was to build an acquisition pipeline similar to Ombi, but we've run into the issue described here: https://github.com/Readarr/Readarr/issues/2783
Until the developers of Readarr either fix their metadata server or implement support for OpenLibrary as an alternative backend, we're stuck without any service that supports the features we need.