Hi,
For some time now, I use jdownloader to download indie ren'py games. For the most part it works when I use the Archive Extractor plugin which extracts everything properly in my /games dir. For example see below:
Code:
#dir tree example for a renpy game
games
|-game-name
|-game
|-lib
|-renpy
|-.exe (32 + 64 bit)
|-.py
|-.sh
The problem becomes when I try to download anything else that is zipped. It is not ideal to extract videos and files in my games folder where it does not belong.
Init settings for Auto extractor are:
* Enabled
* Auto Extract archives after download
* Destination folder: /games
* rest default
At first I started to create a seperate rule for videos where it move auto extract and then move them to a desired location. Which only extract them into the my games folder and then does not move them at all.
So I tried the following:
1. Disable plugin Archive Extractor --> does not extract anything (duh)
2. Disable auto extract after download --> Some files are there but not all are kept, .sh, .exe and .py are missing for example.
2a. I read something about deep extracting and blacklisting preventing them from being extracted but I have disabled that by commenting them out like so in advanced settings:
Code:
[
"##Lines with XX are comments",
"##Skip deep extraction of archives that contain binary files",
"##.*\\.exe",
"##.*\\.msi",
"##.*\\.bat",
"##.xbe",
"##.elf",
"##.sh"
]
Still the same result
3. Disable Destination folder --> Renpy games do not extract properly as the extracted folder only contains arbitrary python files. No folders, no executables.
Not quite sure where the issue is, so any help would be appreciated!
I have attached my packagizer rules in the txt file and I have uploaded a sample here **External links are only visible to Support Staff****External links are only visible to Support Staff**