mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Remove automatic folders
This commit is contained in:
@@ -48,7 +48,14 @@ 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
|
||||
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user