Unpackerr¶
What is it?¶
Unpackerr checks for completed downloads and extracts them so Lidarr, Radarr, Readarr, Sonarr may import them. There are a handful of options out there for extracting and deleting files after your client downloads them.
Details | |||
---|---|---|---|
Project home | Docs | Github | Docker |
1. Installation¶
sb install unpackerr
2. Setup¶
The important part of the setup is the setup for the applications. You'll need to change these three settings for each:
[[sonarr]]
url = "http://sonarr:8989"
api_key = "YOUR_API_KEY"
# File system path where downloaded Sonarr items are located.
paths = ['/mnt/unionfs/downloads/torrents/qbittorrent/completed']
The path
will depend on the torrent client you are using and its configuration.
Same setup is required for radarr, lidarr, and readarr if you are using them.