JDownloader Community - Appwork GmbH
 

Notices

Showing results 1 to 24 of 24
Search took 0.00 seconds.
Search: Posts Made By: darkdragon-001
Forum: JDownloader 2 22.03.2020, 23:23
Replies: 9
Views: 7,755
Posted By darkdragon-001
It would be nice if JDownloader.pid file is also...

It would be nice if JDownloader.pid file is also created when the updater is running.
Forum: JDownloader 2 13.12.2019, 14:24
Replies: 20
Views: 6,588
Posted By darkdragon-001
I guess a client would still work for several...

I guess a client would still work for several weeks/months/years with only plugin/hoster updates (since plugin API changes would require all plugins to change as well and thus probably don't happen...
Forum: JDownloader 2 12.12.2019, 18:49
Replies: 9
Views: 7,755
Posted By darkdragon-001
@Jiaz Did you find some time to separate update...

@Jiaz Did you find some time to separate update and run as we discussed some months ago in IRC?
Forum: JDownloader 2 12.12.2019, 18:48
Replies: 20
Views: 6,588
Posted By darkdragon-001
I was thinking again about the debian installer:...

I was thinking again about the debian installer: The only parts which change very often are the plugins/hosters, right? The base program doesn't change this often. So maybe it makes sense to separate...
Forum: JDownloader 2 30.08.2019, 12:59
Replies: 20
Views: 6,588
Posted By darkdragon-001
Adding run arguments to only update and not start...

Adding run arguments to only update and not start JDownloader would allow creating such an installation/helper script as discussed here (https://board.jdownloader.org/showthread.php?t=81420).
Forum: JDownloader 2 30.08.2019, 12:34
Replies: 20
Views: 6,588
Posted By darkdragon-001
You are not completely open source? :blink: If...

You are not completely open source? :blink:
If no working version of JDownloader can be built using the published source code, then your statements about an open source download manager are...
Forum: JDownloader 2 30.08.2019, 11:53
Replies: 12
[Solved] Config parsing
Views: 2,077
Posted By darkdragon-001
With *old* value I mean the erroneous one from...

With *old* value I mean the erroneous one from the config file, the one you try to cast but fail to do so. So you could just catch the exception and in the catch handler replace it with the default...
Forum: JDownloader 2 30.08.2019, 11:28
Replies: 0
Views: 917
Posted By darkdragon-001
MyJDownloader compact style

The actual style is probably very good for touch devices. For mouse-centered devices, a more compact view would be preferable for long download lists. So I would suggest to let the user select...
Forum: JDownloader 2 29.08.2019, 21:13
Replies: 20
Views: 6,588
Posted By darkdragon-001
Source packages are preferred over binary...

Source packages are preferred over binary packages. Therefor building the jar as part of the packaging process would be better. This also allows rebuilds for new distribution versions etc.

Is it...
Forum: JDownloader 2 29.08.2019, 20:22
Replies: 12
[Solved] Config parsing
Views: 2,077
Posted By darkdragon-001
When the type is wrong, the value can't be used...

When the type is wrong, the value can't be used anyway. So instead of failing, I suggest to log the old value as well the actual and expected types so that the user can investigate and replace by...
Forum: JDownloader 2 29.08.2019, 12:20
Replies: 9
Views: 7,755
Posted By darkdragon-001
True, but with a non-zero return code. The thing...

True, but with a non-zero return code. The thing is, maybe you should add a command line argument to only install/update and then exit and not attempt to start the application.
Forum: JDownloader 2 28.08.2019, 23:27
Replies: 1
Views: 1,145
Posted By darkdragon-001
Headless reCAPTCHA v2

How can I solve the "checkbox" reCAPTCHA used on sites like share-online.biz using headless/MyJDownloader setup?
Forum: JDownloader 2 28.08.2019, 22:01
Replies: 20
Views: 6,588
Posted By darkdragon-001
Looking forward to this! --- If you...

Looking forward to this!

---

If you tell me how your JDownloader.jar (Link_not_visibleinstaller is built, I could help you with the package.
Forum: JDownloader 2 28.08.2019, 21:56
Replies: 12
[Solved] Config parsing
Views: 2,077
Posted By darkdragon-001
It is correct syntax but wrong type! ...

It is correct syntax but wrong type!



In case it was not clear in my previous post, the erroneous 9kw config file looked like this (of course I replaced my API key):

{
"enabled":...
Forum: JDownloader 2 28.08.2019, 20:42
Replies: 9
Views: 7,755
Posted By darkdragon-001
I think JDownloader should display a useful error...

I think JDownloader should display a useful error message to stdout and quit.



How can I do this?
Is this just the file "org.jdownloader.api.myjdownloader.MyJDownloaderSettings.json"?
Does it...
Forum: JDownloader 2 28.08.2019, 17:54
Replies: 9
Views: 7,755
Posted By darkdragon-001
Thanks, this guide helps a lot! ...

Thanks, this guide helps a lot!

Unfortunately, the part "repeat step 3.1 until JDownloader asks you to enter your MyJDownloader logins on console" does not make it very suitable for scripted...
Forum: JDownloader 2 27.08.2019, 00:06
Replies: 12
[Solved] Config parsing
Views: 2,077
Posted By darkdragon-001
You are right, I had a type mismatch in my python...

You are right, I had a type mismatch in my python script ('true' != True)!

Nevertheless, you should resolve such type mismatches instead of failing to create a dialog. In the simplest case this...
Forum: JDownloader 2 26.08.2019, 22:57
Replies: 20
Views: 6,588
Posted By darkdragon-001
First of all, make sure JD2 is compatible with...

First of all, make sure JD2 is compatible with latest OpenJDK11 which is default on latest OSes. When I tried to run with Java11, I got the following warning:



---

Install4j automatically...
Forum: JDownloader 2 25.08.2019, 04:15
Replies: 12
[Solved] Config parsing
Views: 2,077
Posted By darkdragon-001
Config parsing

When I create an incomplete configuration file for a captcha solver, I can't open the settings in the GUI afterwards.

I suggest to use the default values for all not explicitly specified settings...
Forum: JDownloader 2 24.08.2019, 17:40
Replies: 9
Views: 7,755
Posted By darkdragon-001
Headless installation

Please allow unattended installation without available X server when passing '-q' option.

When I try to install via 'sh JD2Setup_x64.sh -q -varfile $HOME/response.varfile', I get the error...
Forum: JDownloader 2 24.08.2019, 12:47
Replies: 20
Views: 6,588
Posted By darkdragon-001
Debian installer

Install4J supports creation of Debian installer (.deb). Could you please generate such an installer to facilitate installation on Linux?
Forum: JDownloader 2 06.09.2018, 13:10
Replies: 3
Views: 5,507
Posted By darkdragon-001
Thanks. It works fine with this version. ...

Thanks. It works fine with this version.

Might be a good idea to mention that in the linked post as well. I thought rar5 is a different topic from 7zip and ignored that thread before :rolleyes:
Forum: Spanish 06.09.2018, 11:59
Replies: 27
Views: 17,215
Posted By darkdragon-001
Lightbulb Parsing algorithm

I found an online link extractor (Descargar vídeos (Link_not_visibleincluding source code (Github ~ forestrf/Descargavideos...
Forum: JDownloader 2 06.09.2018, 11:45
Replies: 3
Views: 5,507
Posted By darkdragon-001
Extraction really slow

Extraction is really slow on my machine.

I have latest jDownloader and want to extract about 1.5 GB 7z archives. jDownloader takes about 40 minutes to do so (only one thread). When I extract this...
Showing results 1 to 24 of 24

 
Forum Jump
All times are GMT +2. The time now is 17:06.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.