mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-05-27 10:54:14 +02:00
Remove automatic folders
This commit is contained in:
@@ -48,7 +48,14 @@ No webui.
|
|||||||
Create a file named "unpackerr.conf" in /config.
|
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
|
In /config/unpackerr.conf you can set all variables according to this list of environment variables : https://github.com/davidnewhall/unpackerr
|
||||||
|
|
||||||
By default, unpackerr takes files in "/share/downloads_packed" and extracts them to "/share/downloads_unpacked"
|
Folders must be custimozed in the conf file with the lines :
|
||||||
|
```
|
||||||
|
#[[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"
|
||||||
|
```
|
||||||
|
|
||||||
## Support
|
## Support
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user