#1
|
|||
|
|||
Settings fine-tuning?
Where does JD store its settings (on Windows)?
I'm looking for a way to fine-tune JD preferences, i.e. accessing those, that aren't available in the Settings tab. I'm primarily interested in tweaking some plugins' different wait times on various events. Thanks in advance. |
#2
|
|||
|
|||
you'll need some java knowledge to do that. If you already know the java language then you will have to download the source code and edit it accordingly.
heres the link to the first developer steps; http://jdownloader.org/knowledge/wik...nt/first-steps |
#3
|
||||
|
||||
try the config-parameter:
java -jar JDownloader.jar -config But I'm not sure whether you'll find there what you are searching for.
__________________
Zitat Jiaz: "bist du stable oder nightly?" ------------------------------------------- Besucht meinen Entwicklerblog: mike-bonn.de |
#4
|
|||
|
|||
Thanks, that's what I was looking for. However, I see there basically same preferences I can change using GUI. For example, when server reports "too many users downloading", JD waits for 2 minutes before retry, but the option for it doesn't seem to be there... are options like this one hardcoded then?
|
#5
|
|||
|
|||
These wait times are hard coded in the host plug-ins.
|
#6
|
|||
|
|||
I've taken a look into the trunk, looks like that wouldn't be too hard to refactor hardcoded constants as class properties, that would be set by constructor to values stored in config... too bad I don't have any Java experience or tools to do that myself :(
|
#7
|
|||
|
|||
There certainly are some good java courses on the web. If you have experience with other OO languages, then it should be easy to learn java.
|
Thread Tools | |
Display Modes | |
|
|