Remove automatic folders

This commit is contained in:
Alexandre
2022-10-04 19:55:24 +02:00
committed by GitHub
parent 9e3c6e44dc
commit f2bc55607a

View File

@@ -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