#241
|
||||
|
||||
![]()
@Chryses: any way to *proper* detect a qnap? Maybe some folder, or something that your script creates? Then we can add a better/correct default download folder in JDownloader.
I did the same for the synology 3rd party script because downloads landed by default on /root ![]()
__________________
JD-Dev & Server-Admin |
#242
|
|||
|
|||
![]()
@Jiaz
Well, Qnap use default shared folders, actually I extract the download path with Code:
BASE=$(/sbin/getcfg Public path -f /etc/config/smb.conf | sed 's/.\{6\}$//') DOWNLOAD_SHARE=`/sbin/getcfg SHARE_DEF defDownload -d Qdownload -f /etc/config/def_share.info` Code:
[ -d /share/homes/admin/Downloads ] || ln -sf ${BASE}/${DOWNLOAD_SHARE} /share/homes/admin/Downloads With some help of some user with different qnap system I can figure out how to make a unique way to point to default download share. Maybe some user use a very old version of QTS, I don't know right now. Btw I can try to make a different script, because the "default share download" folder can be extracted with this Code:
/sbin/getcfg Download path -f /etc/config/smb.conf But maybe, the default jd2 download path, is not always on /share/homes/admin/Downloads for every qnap system, but this you have to tell to me ![]() What do you think? |
#243
|
|||
|
|||
![]() Quote:
maybe it was a bug when i updated to 4.2.3? |
#244
|
||||
|
||||
![]()
@Chryses: can you provide /etc/config/smb.conf and /etc/config/def_share.info to support@jdownloader.org so I can adapt this logic to JDownloader. So JDownloader will also auto set correct folders when installed manually on Qnap
__________________
JD-Dev & Server-Admin |
#245
|
|||
|
|||
![]()
Ok, sended
|
#246
|
||||
|
||||
![]()
Thanks
__________________
JD-Dev & Server-Admin |
#247
|
|||
|
|||
![]()
during the installation script with putty on my nas TS-251 + gives me this error:
Checking for /opt... Found! Checking for Java... Found... exporting variables Checking for Java executable... All OK! Info: Downloading update file ... Failed. Oops, couldn't download JDownloader2 update file. Please check your internet connection. [/share/CACHEDEV1_DATA/Public] # how can I solve it? Java is installed and also Entware-ng |
#248
|
|||
|
|||
![]()
Gibt es mittlerweile was neues wegen der Winrar 5 Archive auf QNAP NAS Systemen?
Grüße |
#249
|
||||
|
||||
![]()
Ich schau das ich nächste Woche endlich Zeit dazu finde
__________________
JD-Dev & Server-Admin |
#250
|
|||
|
|||
![]()
is there a way to use jdownloader 2 with a pptp or l2tp setting??? so i only use the protocol with jdownloader and not the complete nas station ?
|
#251
|
||||
|
||||
![]()
Not out of the box. You may setup a pptp/l2tp/xy client on internal IP and then setup JDownloader to use that internal IP/network instead of the LAN.
__________________
JD-Dev & Server-Admin |
#252
|
|||
|
|||
![]()
Thanx for the howto, just got it running on my old qnap.
Does that version of JDownloader has it's own web-interface, so I can have control over it directly over the LAN ip, without using "My Jdownloader"? |
#253
|
||||
|
||||
![]()
MyJDownloader supports DirectConnection, so all traffic directly *flows* between client and JDownloader without any intermediate relay server. Only the website is served from our server in that case.
__________________
JD-Dev & Server-Admin |
#254
|
|||
|
|||
![]()
Thanks for the answer, but that's a NO, right?
![]() I can't access the web interface over the LAN IP (eg. 192.168.1.15:8765)? EDIT: Ok, as I have now noticed there is an option for direct connection on port 38198. But somehow I receive an "ERR_EMPTY_RESPONSE" error if I try to open the web interface. Regards Last edited by tpax; 03.04.2017 at 23:49. |
#255
|
||||
|
||||
![]()
Website is hosted on our server, api communication is direct peer2peer.
You can develop your own website/tools/clients for MyJDownloader. MyJDownloader api docs are available. JDownloader kills unauthorized/invalid connection attempts. You can also use plain http (enable deprecated api in advanced settings) for developing but keep in mind that this api is non authorized/non encrypted. Feel free to contact us if you want to know more, support@jdownloader.org
__________________
JD-Dev & Server-Admin |
#256
|
|||
|
|||
![]()
after update to qnap 4.3
i have to install all again i done this after the last step i get a notification that i ise a screen sesion ... at the firt install i got a jdownloader app at my app center that opens the my.jdownloader website. but not now why ?:outch: is all fine ? |
#257
|
||||
|
||||
![]()
@userking: please contact the creater/maintainer of the qnap 3rd party package of JDownloader. We cannot provide support for it as it isn't created by us. Did you try full uninstall and fresh install?
There is always the manual installation possible, see https://support.jdownloader.org/Know...bedded-devices
__________________
JD-Dev & Server-Admin |
#258
|
|||
|
|||
![]()
Hello, I have a problem when I download videos on daylimation by JDownloader2 on my qnap 4.3.3,
the video downloaded jerk and the sound cuts itself. here is an example of a video to download on dailymotion by JDownloader2 on my qnap to send on YouTube **External links are only visible to Support Staff****External links are only visible to Support Staff** Video of origin **External links are only visible to Support Staff****External links are only visible to Support Staff** JDownloader2 Qpkg on Qnap (Arm & Intel) About JDownloader : Rev: #36667 (latest Revision) The problem is not present on JDownloader the PC version @userking: I had the same problem. Create an index.php file in Web/JDownlaoder2 with that inside : Code:
<?php header('Location: https://my.jdownloader.org/index.html'); exit(); ?> Last edited by Jiaz; 02.05.2017 at 15:25. |
#259
|
||||
|
||||
![]()
@ghost207: let's continue via e-mail
__________________
JD-Dev & Server-Admin |
#260
|
||||
|
||||
![]()
Solved via TicketSystem. Too old ffmpeg version
__________________
JD-Dev & Server-Admin |
![]() |
Thread Tools | |
Display Modes | |
|
|