I've searched several topics here related to jdownloader and the plug-in with several people reporting the same problem I have and members here posting the fixes but they don't seem to work for me.
I have jdownloader running on my computer, I have JD Remote Control extension on with port 10025, I have the jdownloader plug-in installed on my ATV2, and I have set the IP on the jdownloader plug-into to the IP of my computer on the network and set to port 10025.
On my computer I can DL files from the internet with jdownloader just fine, but on my ATV2 every time I try to "Download with jdownloader" in IceFilms I get "Failed to connect to server". When I try to open the jdownloader plug-in I get "Failed to connect to server".
Is there something else I am supposed to configure?
QuillianRayne
Junior Member Posts: 8 Joined: Oct 2011 Reputation: 0 |
2011-10-24 21:01
Post: #121
|
| find quote |
QuillianRayne
Junior Member Posts: 8 Joined: Oct 2011 Reputation: 0 |
2011-10-24 21:44
Post: #122
QuillianRayne Wrote:I've searched several topics here related to jdownloader and the plug-in with several people reporting the same problem I have and members here posting the fixes but they don't seem to work for me. nevermind... I stumbled on a solution by accident... I was testing out some other plug-ins and I installed the utorrent plug-in. When I went to the configuration of the utorrent plug-in there was a different IP address similar to the one I was using and also it was set to port 8080. I entered those settings into the jdownloader plug-in and it works. ![]() interesting to say the least. if for some reason I should not be using port 8080 please let me know otherwise I will assume I have resolved my problem. |
| find quote |
pgoeri
Member Joined: Jun 2010 Reputation: 1 Location: Austria |
2011-10-24 23:16
Post: #123
QuillianRayne Wrote:I entered those settings into the jdownloader plug-in and it works. Indeed. Indeed. It's weird that it is working with port 8080. Can't imagine how, but if it does it's fine with me
JDownloader Plugin - Handle JDownloader from within xbmc IRFree Plugin - Add links from irfree.com to JDownloader RlsBB Plugin - Add links from rlsbb.me to JDownloader |
| find quote |
HiJacK
Junior Member Posts: 8 Joined: Oct 2011 Reputation: 0 |
2011-10-30 07:11
Post: #124
pgoeri Wrote:Ok, I see. I was actually able to successfully install java (Soylatte) onto my ATV1, but cannot get jDownlaoder to work. I think it has to do with getting java to start up on the ATV1. I've followed the instructions on http://www.hackint0sh.org/f291/65965.htm & http://wiki.awkwardtv.org/wiki/Install_Java, but cannot get it to work. I've tried editing the .profile and /etc/rc.local file with: export JAVA_HOME=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home export PATH=/System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin:$PATH But it didn't seem to do anything. Even without the java install, I am able to run jDownloader synced with my laptop. It runs fine this way, but I don't want to turn on my laptop each time I want to download something with jDownloader. After going through the entire thread from the hackint0sh forum, my understanding was that those guys were able to run jDownloader directly from the ATV1 without having to sync it with separate computer. I've tried different IP and different ports, but nothing is working. Currently, I have it set on 127.0.0.1 (jDownloader & XBMC installed on ATV1) with port 10025 and I get the "failed to connect to server" error. Then I would have to change the IP to my laptop (192.168.X.X:10025) and it would work. I'm probably missing something (either wrong port or wrong IP), but it can't be this complicated. According to the hackint0sh thread, I think I need a sh script to start up java, but I thought that's what the "export" commands above were for? Any help to get this working directly from my ATV1 would be greatly appreciated. I would like to eliminate the laptop. |
| find quote |
pgoeri
Member Joined: Jun 2010 Reputation: 1 Location: Austria |
2011-10-30 13:52
Post: #125
HiJacK Wrote:I've tried different IP and different ports, but nothing is working. Currently, I have it set on 127.0.0.1 (jDownloader & XBMC installed on ATV1) with port 10025 and I get the "failed to connect to server" error. Then I would have to change the IP to my laptop (192.168.X.X:10025) and it would work. 127.0.0.1 is definitly correct. That's alway the ip adress of the local computer. In this case your ATV1. 10025 should also be correct. My guess is that either you haven't startet jdownloader or you haven't activated the jdownloader "remote control plugin". HiJacK Wrote:I'm probably missing something (either wrong port or wrong IP), but it can't be this complicated. According to the hackint0sh thread, I think I need a sh script to start up java, but I thought that's what the "export" commands above were for? Yeah you'll need the the script to start up java. The export command doesn't start anything. It's just setting up the environment (configuration) for later started applications. It just defines where java is installed on your atv1. HiJacK Wrote:Any help to get this working directly from my ATV1 would be greatly appreciated. I would like to eliminate the laptop. I hope we can figure this outs together. JDownloader Plugin - Handle JDownloader from within xbmc IRFree Plugin - Add links from irfree.com to JDownloader RlsBB Plugin - Add links from rlsbb.me to JDownloader |
| find quote |
HiJacK
Junior Member Posts: 8 Joined: Oct 2011 Reputation: 0 |
2011-10-31 00:14
Post: #126
pgoeri Wrote:127.0.0.1 is definitly correct. That's alway the ip adress of the local computer. In this case your ATV1.That's the problem I'm having. If my IP is 127.0.0.1:10025, then I can't start/activate jdownloader. I get the "failed to connect to server" message. How would I "activate" the jdownloader "remote control plugin" from the ATV1? I'm guessing port 10025 has nothing to do with it. Would I need a separate script or install a program to start it up? Quote:Yeah you'll need the the script to start up java. Ah, that explains why the export command didn't do anything. I think the java wiki is incomplete because it doesn't explain how to start up java. I think the guy that wrote the wiki never got jdownloader working correctly. However, there were a few guys from the hackint0sh forum that got it working. One guy (christophfe; post #34) says he got it working with a script to start up java and X11.http://www.hackint0sh.org/f291/65965-4.htm If you go to page #1 of the hackingt0sh thread and read post #5, the guy asks how to export the declarations and automatically start up java on the ATV. In the next post #6, Ash (who got it working) says by setting the export command it should start up java. I either mis-read or misunderstood his statement, but I thought that was the key to getting jdownloader to start/work. I know I installed java correctly because when I go to putty and type java -version, I get a version number with a bunch of other info. I don't know how to test to see if X11 was installed correctly. In the wiki for installing X11, step #4 is very confusing... "After editing, the function "installationCheck()" should empty. (Only {})". I have no idea what he's talking about? http://wiki.awkwardtv.org/wiki/Install_Java Ash doesn't mention editing the "X11Update2006.dist" file. He just says "The package can be installed using this command: sudo installer -pkg <path to x11 install package> -target /", which I did. Quote:I hope we can figure this outs together.Yes, I hope we can figure this out together. Maybe someone that got it working on a ATV1 can shed some light and show me the way
|
| find quote |
ndeshmukh
Senior Member Posts: 258 Joined: Aug 2010 Reputation: 1 |
2011-11-04 05:40
Post: #127
So from a different addon we can pass a link to this addon which can pass it on to jdownlaoder to download.
Is it possible to also pass in the download location and filename that it should create with the link passed in? |
| find quote |
pgoeri
Member Joined: Jun 2010 Reputation: 1 Location: Austria |
2011-11-04 09:21
Post: #128
ndeshmukh Wrote:Is it possible to also pass in the download location and filename that it should create with the link passed in? No, it is not. But it could be that it's possible with the recent version of the jd remote control (jd nightly build). Unfortunately I don't have time right now do implement those new features in the xbmc plugin. JDownloader Plugin - Handle JDownloader from within xbmc IRFree Plugin - Add links from irfree.com to JDownloader RlsBB Plugin - Add links from rlsbb.me to JDownloader |
| find quote |
gerner
Member+ Posts: 163 Joined: Apr 2004 Reputation: 0 Location: NZ |
2011-11-13 02:52
Post: #129
Thanks for this, great idea to have access to a generic downloading tool.
I'm set up mostly succesfully, adding downloads from icefilms and able to pause and restart jdownloader from the plugin. Finished packages isn't showing any of my completed downloads though, not a big deal as I can see the 100 % in the All Packages, but just wondering if I've missed some config? I the idea that once I can see items in the Finished packages section I'll be able to launch play them in XBMC? I can see the Default Path, txt file and DCL file in the add-on settings, but note sure what these should be set to? Path == Download path? Txt file and DCL, not a clue. Sorry if I've missed an explanation for these somewhere. Awesome plug in that I'm sure I'll use a lot through icefilm and others. Cheers. |
| find quote |
pgoeri
Member Joined: Jun 2010 Reputation: 1 Location: Austria |
2011-11-14 23:15
Post: #130
gerner Wrote:Finished packages isn't showing any of my completed downloads though, not a big deal as I can see the 100 % in the All Packages, but just wondering if I've missed some config? I the idea that once I can see items in the Finished packages section I'll be able to launch play them in XBMC? @finished packages I'll have a look into it, and fix it in the next release, if there is a problem. @play finished downloads That's a good idea. I'll try to implement that in the next release. @files config These settings are only relevant, if you add links from a txt file or a dlc container via the plugin. (e.g. from a usb stick) JDownloader Plugin - Handle JDownloader from within xbmc IRFree Plugin - Add links from irfree.com to JDownloader RlsBB Plugin - Add links from rlsbb.me to JDownloader |
| find quote |


Search
Help