#201
|
|||
|
|||
![]()
Hi,
I would like to move some files to another package with my.jdownloader. It's not yet possible. I love to run jDownloader on Linux in a fake headless mode because it's much better then other solutions. I don't want to connect with vnc just to move a package. Would be great if you could add this feature. Thanks |
#202
|
|||
|
|||
![]()
Use JDownloader 2 Beta few days.
Return, please usefull contest menu function - "Delete link and downloaded file". |
#203
|
|||
|
|||
![]()
Gibt es einen bekannten Trick/Voraussetzung, damit das Icon des Firefox Addons erscheint?
Ich habe es installiert, das Icon ist aber nicht vorhanden, weshalb ich mich auch nicht anmelden kann. Es erscheint auch nicht die Erweiterung im Kontext Menü. Vielleicht hatte ja jemand anders das Problem auch schon mal. Edit: Habe eine Lösung gefunden. Wenn man im Firefox den "Privat Modus" nutzt, tritt das von mir geschilderte Problem auf. Wenn man zwei Eigenschaften im Tab "Datenschutz" zulässt, funktioniert das Plugin. Im Anhang ein Screenshot, wie die Einstellungen aussehen müssen. Last edited by tarkett; 09.11.2014 at 20:41. |
#204
|
|||
|
|||
![]()
How to Stop Downloads and Exit JD from Bash?
Please give an URL Example for any Action |
#205
|
||||
|
||||
![]()
@vigmax
via cli or my.jd? java -jar JDownloader.jar --help should list all cli commands. my.jd are listed in doc http://goo.gl/0bvkMT
__________________
raztoki @ jDownloader reporter/developer http://svn.jdownloader.org/users/170 Don't fight the system, use it to your advantage. :] |
#206
|
|||
|
|||
![]()
CLI would be nice I did find options to reconnect and add links
but i didn't find any options in jdownloader.jar --help to Stop or Exit a running instance of JD2 for MyJD i gone through the doc and cannot understand what i have to do, i registered my email in my.jdownloader.org and got a conformation e-mail and i can log in to myjd from my.jdownloader.org and it also did not have shutdown option i did not receive registerKeyString or registerKeyString so when i load api.jdownloader.org i get {"src":"MYJD","type":"UNKNOWN"} how to access myJD locally as in Direct connect mode i'm trying to Adapt this bash Script for Jd2 Code:
echo "`date` Jdownloader ShutingDown" >> "$log" echo "`date` `lynx -dump **External links are only visible to Support Staff** '`" >> "$log" sleep 5 echo "`date` `lynx -dump **External links are only visible to Support Staff** '`" >> "$log" sleep 15 exit 0 if it is possible to have jd stop all Downloads and exit properly when system shutdown built in to jd itself so no data is lost because of process termination |
#207
|
||||
|
||||
![]()
@vigmax
you should be able to stop jd2 by sending a regular kill signal via CLI, it will then do a controlled shutdown, no need to use an API for that. @lordimac what you describe is possible with the android app, the web interface has no drag and drop functionality up to now, but it will follow. Last edited by mrc; 12.11.2014 at 18:05. Reason: added answer for lordimac |
#208
|
|||
|
|||
![]() Quote:
Can you Please tell me how to do it cause i've tried "Exit,Quit,Kill,Stop" and it didn't work Thank you. |
#209
|
||||
|
||||
![]()
@vigmax
You should be able to kill a running jdownloader instance without explicitly knowing the process id by using this command: ps -ef | grep "jdownloader" | awk '{print $2}' | xargs kill Just replace the lynx part in your script. As it's a bit off topic: Feel free to join our IRC channel and send me a message, I'll assist you with your installation, if you need help! |
#210
|
|||
|
|||
![]() Quote:
Thank you so much it worked:thumbup::thumbup::) Sorry for posting off topic Have a Nice day! |
#211
|
|||
|
|||
![]()
Is there a possibility to get this one fixed:
Downloading a larger segmented package, all of a sudden I recieve a message to enter a Captcha code (although I have an upgraded account). Entering this code then reduces download speed to some 50kB/sec. I would like a click to restart this segment download at full speed. Upload of screenshot does not seem to work. Can be found here: **External links are only visible to Support Staff****External links are only visible to Support Staff** Last edited by Whoeverwants; 20.11.2014 at 12:19. |
#212
|
|||
|
|||
![]()
Sometimes my JD machine won't show up as connected in the web UI. But in fact it's still up and runnning. The last time when I had this error it was working again after a few hours. Do you know of such issues, maybe they are related to server maintenance? Currently it's not working yet again.
Update: It's working again after I manually killed the JD process on the remote machine. Not sure what happened there. Last edited by Achim W.; 23.11.2014 at 05:59. |
#213
|
||||
|
||||
![]()
@Achim W., @Whoeverwants
The best way to report bugs is by using the feedback buttons in the web interface and the Android app, or through submitting a ticket in our support system. We'll have a look into it, but nevertheless, it would be great if you could send a short message (through one of the above channels) with a reference to this thread. |
#214
|
|||
|
|||
![]()
Maybe you can help me. My JDownloader shows Captcha popups, but I enabled silent mode and set it to not being reset on each start. The captchas keep coming, which is unnecessary because my captcha service takes care of them. I remember that I had managed to completely disable them before, but one of the last updates seems to have re-enabled them. I don't find any settings anymore which are for me obviously related to hiding those captcha popups.. JD is running in headless mode.
|
#215
|
|||
|
|||
![]()
seit kurzem fungiert my.jd.org auch als Captcha-Solver, sprich Text-Captchas werden automatisiert gelöst.
Inzwischen kommt immer sofort nach der Einreichung die Meldung "keine Antwort" und das captcha geht an den nächsten CES bzw. ein Fenster zur manuellen Eingabe erscheint. Wurde der Solver-Dienst ausgeschaltet oder habe ich nur was falsch konfiguriert? Eingeschaltet ist er natürlich, sonst würde der Jd gar nicht erst versuchen das Captcha an My.JD.org zu schicken.
__________________
-- Viele Grüße BlackSun Last edited by blacksun; 29.11.2014 at 13:23. |
#216
|
||||
|
||||
![]() Quote:
![]() Da aber bisher kaum Infos der JD Devs vorliegen, würde man sich über eine Antwort darüber ebenfalls sehr freuen!
__________________
Join 9kw.eu Captcha Service now and let your JD continue downloads while you sleep. ![]() |
#217
|
|||
|
|||
![]()
Hello,
I am happy JD user since 2009. Most of my problems I solved by digging net for solution/info. But this time I cannot find any, so here is my first post. My JD2 instance is running on unix server (which I am administrator) as headless mode. I'm using my.jdownloader to control. Problem is with file rename in LinkCollector. After adding link, before starting download I'd like to change name. (I can successfully rename package, but not files) When I try to RENAME, edit box appears, I type new file name and click OK. After that, nothing happens and at top of interface "API_COMMAND_NOT_FOUND" appears. I will be very grateful for any suggestions. Regards, T_Send. |
#218
|
||||
|
||||
![]()
Merged myjd threads.
GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA |
![]() |
bond_jd |
Message deleted by raztoki.
Reason: off topic
|
![]() |
bond_jd |
Message deleted by raztoki.
Reason: off topic
|
#219
|
||||
|
||||
![]()
@bond_jd
You're in the wrong thread and section here! GreeZ psp
__________________
JD Supporter, Plugin Dev. & Community Manager Erste Schritte & Tutorials || JDownloader 2 Setup Download ----------------------------------- On Vacation / Im Urlaub Start: 2023-12-09 End: TBA Last edited by pspzockerscene; 01.12.2014 at 17:27. |
#220
|
||||
|
||||
![]()
@Achim W.:
Can you send us a mail through our Support System? I some need more details about what you're trying to do. @T_Send: There will be an update to the web interface tomorrow. The update should fix the issue. @blacksun: Du hast nichts falsch konfiguriert, tatsächlich sind das Test-Ballons. Wie und in welcher Form das ein Feature wird ist noch unklar. |
![]() |
Thread Tools | |
Display Modes | |
|
|