diff --git a/unpackerr/README.md b/unpackerr/README.md index 531f2df0a..51f1d24a8 100644 --- a/unpackerr/README.md +++ b/unpackerr/README.md @@ -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