pavva94 / snake-os

Automatically exported from code.google.com/p/snake-os
0 stars 1 forks source link

Download manager package ? #336

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Hello, can anyone make an opk package for a download manager such as Download 
Daemon or similar downloader ?

http://sourceforge.net/projects/downloaddaemon/

Thanks in advance!

Original issue reported on code.google.com by avrs...@yahoo.gr on 20 Nov 2012 at 8:39

GoogleCodeExporter commented 8 years ago
I can give it a try. I'll probably have to leave out the web interface though. 
It needs php. 

Most of these downloaders seem to have annoying dependencies or are resource 
hogs.

Original comment by stefansc...@googlemail.com on 21 Nov 2012 at 6:55

GoogleCodeExporter commented 8 years ago
That's nice! Thanks!
The downloader you will choose to make it opk, can be controlled by a GUI 
remote software (Graphical User Interface) instead of web interface that needs 
php ?

For example, the DownloadDaemon can be controlled remotely by ddclient-gui.exe 
from windows. 

Original comment by avrs...@yahoo.gr on 22 Nov 2012 at 7:38

GoogleCodeExporter commented 8 years ago
ok ..got DownloadDaemon to run after some fiddling around. It definitly fits 
into the resource hog category though.. it uses about 60MB memory at startup. 
Will try a few things to get memory usage down a bit and then package it up. 

Another downloader is pyload (http://pyload.org/). Last time I tried it under 
snake the web interface was really unresponsive though. Maybe the remote gui 
would work better.. I didn't try that.

Original comment by stefansc...@googlemail.com on 22 Nov 2012 at 11:39

GoogleCodeExporter commented 8 years ago
Hello
Is available the pyload as an opk file?
Thanks

Original comment by MyMedPla...@gmail.com on 25 Nov 2012 at 9:35

GoogleCodeExporter commented 8 years ago
Nope..

I hope I got everything sorted out for dd though:
http://code.google.com/p/snake-os/downloads/detail?name=downloaddaemon-1316-1.op
k

Memory usage is more reasonable now. I only tested it with rapidshare. Well and 
youtube ..but that didn't seem to work.

Original comment by stefansc...@googlemail.com on 25 Nov 2012 at 8:07

GoogleCodeExporter commented 8 years ago
DownloadDaemon 1316 worked just fine for me too!

Thanks a lot!
I would like to make you a small paypal donation for the time you spend for me. 
Do you have any link?

Original comment by avrs...@yahoo.gr on 26 Nov 2012 at 3:13

GoogleCodeExporter commented 8 years ago
Don't worry about that..

I ran into a problem btw.. don't change the configuration from ddclient. That 
seems to nuke the config file. You'd have to reinstall the package to fix that.

Original comment by stefansc...@googlemail.com on 26 Nov 2012 at 9:51

GoogleCodeExporter commented 8 years ago
I won't change anything. It works just fine as it is!
:-)

Original comment by avrs...@yahoo.gr on 27 Nov 2012 at 5:26

GoogleCodeExporter commented 8 years ago
Ok, it should be working in this version though.

http://code.google.com/p/snake-os/downloads/detail?name=downloaddaemon-1316-2.op
k

Original comment by stefansc...@googlemail.com on 27 Nov 2012 at 11:34

GoogleCodeExporter commented 8 years ago
I copied the unrar binary to my /usb/sda1 root folder 
(http://code.google.com/p/snake-os/downloads/detail?name=unrar&can=2&q=unrar).

I followed the instructions of "Q: How can unrar files? Can I leave ssh session 
during unrar?" and I successfully extracted the content of a *.rar file I had 
put on the 'downloads' folder (http://code.google.com/p/snake-os/wiki/FAQ).

The question is: can I use the unrar binary to automatically extract downloaded 
rar files from downloadDaemon ?

The DownloadDaemon has the autoextract option but I think it works only with 
winrar binary.

DownloadDaemon GUI -> configuration -> package extractor -> Enable Package 
Extractor.

Original comment by avrs...@yahoo.gr on 28 Nov 2012 at 8:36

GoogleCodeExporter commented 8 years ago
You'd have to edit /opt/etc/downloaddaemon/downloaddaemon.conf and set 
"unrar_path" to the path of the unrar binary.

Running this via ssh should take care of that:
sed -i s%"^unrar_path.*"%"unrar_path = /usb/sda1/unrar"% 
/opt/etc/downloaddaemon/downloaddaemon.conf

Original comment by stefansc...@googlemail.com on 28 Nov 2012 at 11:15