Tested only with Synology DSM Docker via Portainer
| JDownloader Config | Value | Description |
|---|---|---|
| Archive Extractor > Extraction: Custom Extraction Path | true | Enable usage of custom extraction paths |
| Archive Extractor > Extraction: Custom Extraction Path | /opt/JDownloader/Downloads/EXTRACTED | Absolute path to the folder where all archives should be extracted to within container |
| Settings > Default Download Folder | /opt/JDownloader/Downloads | Absolute path to download folder within container |
The variables starting with
FB_andJD_have to be defined as environment variables on the host system
Every variable listed below is mandatory
| Variable name | description |
|---|---|
| JD_EMAIL | my.jdownloader email |
| JD_PASSWORD | my.jdownloader password |
| Variable name | Example value | Description |
|---|---|---|
| FB_INPUT_PATH | /volume1/input |
Download folder (has to match with the volume definitions) |
| FB_OUTPUT_PATH | /volume1/output |
Video folder (has to match with the volume definitions) |
| FB_SORTED_PATH | /volume1/output/*unsortable*/{file.structurePathTail} |
Folder for not sortable files |
| FB_LOG_PATH | /volume1/output/filebot.log |
Path to log file |
| FB_TVSHOW_FORMAT | TV-Shows/{n}/Season {s.pad(2)}/{n} - {s00e00} - {t} |
How to format TV-Shows. More details |
| FB_MOVIE_FORMAT | Movies/{vf}/{ny}/{ny} |
How to format Movies. More details |
| FB_ACTION | move |
rename action |
| FB_LANGUAGE | de |
language code |
| FB_SUBTITLES | deu |
subtitle language |