Support for JDownloader

Got a suggestion for future Synology products? Suggest it here!
We'll forward your idea to our RD department.

Re: Support for JDownloader

Postby barqdesign » Sun Feb 26, 2012 11:51 pm

+1
barqdesign
Rookie
Rookie
 
Posts: 39
Joined: Fri Mar 05, 2010 1:31 pm

Re: Support for JDownloader

Postby kero » Thu Mar 22, 2012 3:50 am

+1
DS412+ w/ 4 x Seagate 3TB DM001 (Raid 5)
DS211 w/ 2 x Seagate 2TB DL003 (Raid 1)
Apple Time Capsule - 500GB
kero
Rookie
Rookie
 
Posts: 32
Joined: Mon Feb 27, 2012 7:48 am

Re: Support for JDownloader

Postby ramb0 » Tue Apr 17, 2012 2:51 pm

+1

There's nothing like jDownloader available for the Synology NAS. In fact, there's nothing like jDownloader for any NAS.

This could be a great feature that separates Synology from the rest.
ramb0
Trainee
Trainee
 
Posts: 10
Joined: Sun Mar 18, 2012 3:55 am

Re: Support for JDownloader

Postby elpaso666 » Sun May 13, 2012 10:00 pm

+1

please guyz, give us that! there are mentions on jdownload.org about working on this one. but still no progres or even beta :(
elpaso666
I'm New!
I'm New!
 
Posts: 3
Joined: Sun May 13, 2012 9:57 pm

Re: Support for JDownloader

Postby xmotion » Thu May 17, 2012 5:00 pm

+1
User avatar
xmotion
I'm New!
I'm New!
 
Posts: 6
Joined: Thu Mar 18, 2010 4:33 am

Re: Support for JDownloader

Postby slayaz » Fri Jun 08, 2012 3:31 pm

I never realised just how much i love jDownloader until i used download station... :wink:


Please...
slayaz
I'm New!
I'm New!
 
Posts: 4
Joined: Thu May 03, 2012 3:52 pm

Re: Support for JDownloader

Postby braintumor » Fri Jun 29, 2012 5:27 pm

I would LOVE to see JDownloader on my 1812+

Make it happen! I would be a killer feature!
braintumor
I'm New!
I'm New!
 
Posts: 2
Joined: Fri Jun 29, 2012 5:25 pm

Re: Support for JDownloader

Postby futaris » Tue Jul 17, 2012 8:12 am

jDownloader doesn't need much CPU / RAM... cabled had it running fine on their Raspberry PI:

http://board.jdownloader.org/showthread.php?t=35120
futaris
I'm New!
I'm New!
 
Posts: 1
Joined: Tue Jul 17, 2012 8:04 am

Re: Support for JDownloader

Postby nickiman » Tue Sep 04, 2012 2:22 pm

Hi,

I´m also expecting the day that Synology can implement Jdownloader feature on our NAS. In fact I´m expecting any way to implement it... like a third party or integrated in the "Download station" or any other solution.

I would like to have it for using the ".dlc" files extension. Could be great!

Please Synology this could give you the chance to be the first brand to implement it and take the advantage with your competitors with the result that probably many potential customers can buy your products :shock:

Kind regards
DS212+ (WD25EZRX-00MMMB0) x1 interworking and configured with Lynksys WRT610N
nickiman
Trainee
Trainee
 
Posts: 10
Joined: Mon May 21, 2012 8:24 pm

Re: Support for JDownloader

Postby calaveraz » Thu Sep 06, 2012 7:31 pm

+1
calaveraz
I'm New!
I'm New!
 
Posts: 4
Joined: Thu Sep 06, 2012 6:22 pm

Re: Support for JDownloader

Postby i5Js » Fri Sep 07, 2012 5:50 pm

I have JDownloader working in my DS1812+, just install a chrooted Debian distribution, and download the jd installer.

Works great!

BR.
i5Js
Beginner
Beginner
 
Posts: 24
Joined: Tue Mar 15, 2011 9:21 am

Re: Support for JDownloader

Postby ytwig » Fri Sep 07, 2012 7:23 pm

Interesting, can you please elaborate?
How do you access the jDownloader?
What are the steps to get it installed?
Thanks.
ytwig
Beginner
Beginner
 
Posts: 24
Joined: Sat Sep 01, 2012 8:51 am

Re: Support for JDownloader

Postby i5Js » Sat Sep 08, 2012 9:41 am

Sure, but I'm from Spain and my english is quite poor... I'll try it.


BR
i5Js
Beginner
Beginner
 
Posts: 24
Joined: Tue Mar 15, 2011 9:21 am

Re: Support for JDownloader

Postby i5Js » Wed Sep 12, 2012 3:40 pm

Well, These are the steps I've followed to run jdownlodaer into my ds1812+, please understand my poor english :mrgreen:

** Install bootstap: just follow these steps from viewtopic.php?f=77&t=48780

1: If you havent enabled ssh earlier, do so in «ControlPanel--->Terminal» and check «Enable SSH service»

2: Connect to youre NAS over SSH (terminal in mac/linux or Putty for Windows) as «root». The password is the same as for «admin»

3: Change to the folder «/volume1/»

4: Download the bootstrap for intel based NAS by typing:
«wget http://ipkg.nslu2-linux.org/feeds/optwa ... 7_i686.xsh»

5: Make the file runable by typing «chmod +x syno-i686-bootstrap_1.2-7_i686.xsh

6: Run it: «sh syno-i686-bootstrap_1.2-7_i686.xsh»

7: Then its finished, change to / by typing «cd /» and then make an symlink by typing «ln -s /volume1/@optware /opt»


8: Use the «vi» editor to edit the file «/etc/profile» («vi /etc/profile») and check that «PATH=/opt/bin:/opt/sbin:$PATH» is in the file. If not, add it to the end of the file. Save and quit «vi»

9: Use «vi» again to edit the file «/root/.profile» («vi /root/.profile») and add and # on the following lines:

#PATH=/sbin:/bin:/usr/sbin:/usr/bin:/usr/syno/sbin:/usr/syno/bin:/usr/local/sbin:/usr/local/bin
#export PATH

10: Reboot youre NAS by typing «reboot»

11: After the NAS have started, ssh to it again.

** Install chroot debian: You need one debian virtual machine to create the chroot environment, commands with VM prefix belong to Virtual Machine, commands with SN belong to SyNology and commands with DB belong to debian:

1.- Create the folders for the environment:
VM$ mkdir -p /var/tmp/chroottarget
SN$ mkdir -p /volume1/debian

2.- Download bootstrap and install it:
VM$ wget http://ftp.es.debian.org/debian/pool/ma ... 42_all.deb
VM$ dpkg -i debootstrap_1.0.42_all.deb

3.- Download debian environment:
VM$ debootstrap --foreign --arch amd64 squeezey chroottarget "http://ftp.es.debian.org/debian"

4.- Compress it and copy into your synology:
VM$ tar -czf chroottarget.tar.gz chroottarget

5.- Uncompress it:
SN$ tar -xzf chroottarget.tar.gz

6.- Configure it:
SN$ cp /etc/resolv.conf /volume1/debian/etc
SN$ echo `hostname` > /volume1/debian/etc/hostname
SN$ mount -o bind /proc /volume1/debian/proc

7.- Jump into the jail :)
SN$ chroot debian /bin/bash
SN$ echo "deb ftp://ftp.es.debian.org/debian stable main contrib non-free" > /etc/apt/sources.list
SN$ apt-get update

** Install VNC and JDownloader

1.- Install and configure VNC server:
DB$ apt-get install vnc4server
DB$ vnc4server

2.- Install java:
DB$ apt-get install openjdk-6-jre

3.- Download and run jdownloader:
DB$ wget http://installer.jdownloader.org/jd_unix_0_9.sh
DB$ chmod +x jd_unix_0_9.sh
DB$ ./jd_unix_0_9.sh

4.- Access to jdowloader via vnc client and activate web mode (if you want...)

5.- Enjoy!!!!
i5Js
Beginner
Beginner
 
Posts: 24
Joined: Tue Mar 15, 2011 9:21 am

Re: Support for JDownloader

Postby ytwig » Wed Sep 12, 2012 6:44 pm

Wow i5Js, thanks for taking the time to write this up. (your English is great, don't worry)
will try it out latter and update on results.
Thanks!
ytwig
Beginner
Beginner
 
Posts: 24
Joined: Sat Sep 01, 2012 8:51 am

PreviousNext

Return to Feature Requests & Product Improvement Suggestions

Who is online

Users browsing this forum: No registered users and 5 guests