mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Simplified the addon by removing any config meddling https://github.com/alexbelgium/hassio-addons/issues/1144
This commit is contained in:
@@ -25,7 +25,7 @@ _Thanks to everyone having starred my repo! To star it click on the image below,
|
||||
|
||||
[unpackerr](https://github.com/unpackerr/unpackerr) runs as a daemon on your download host. It 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. I just didn't care for any of them, so I wrote my own. I wanted a small single-binary with reasonable logging that can extract downloaded archives and clean up the mess after they've been imported.
|
||||
|
||||
This addon is based on the docker image https://hub.docker.com/r/golift/unpackerr
|
||||
This addon is based on the docker image https://hub.docker.com/r/hotio/unpackerr
|
||||
|
||||
## Installation
|
||||
|
||||
@@ -46,18 +46,7 @@ The installation of this add-on is pretty straightforward and not different in c
|
||||
|
||||
No webui.
|
||||
|
||||
Create a file named "unpackerr.conf" in /config.
|
||||
In /config/unpackerr.conf you can set all variables according to this list of environment variables : https://github.com/davidnewhall/unpackerr
|
||||
|
||||
Folders must be customized in the conf file with the lines :
|
||||
|
||||
```yaml
|
||||
[[folder]]
|
||||
## Windows paths must use two backslashes: "C:\\Some\\Folder\\To\\Watch"
|
||||
path = "/share/downloads_packed"
|
||||
## Path to extract files to. The default (leaving this blank) is the same as `path` (above).
|
||||
extract_path = "/share/downloads_unpacked"
|
||||
```
|
||||
In /addon_configs/db21ed7f_unpackerr/unpackerr.conf you can set all variables according to this list of environment variables : https://github.com/davidnewhall/unpackerr
|
||||
|
||||
## Support
|
||||
|
||||
|
||||
Reference in New Issue
Block a user