Networked Media Tank
[nzbget] NZBget 0.7.0 download and discussion - Printable Version

+- Networked Media Tank (http://www.networkedmediatank.com)
+-- Forum: NMT Software & Settings (/forumdisplay.php?fid=19)
+--- Forum: Torrent and Usenet (/forumdisplay.php?fid=64)
+--- Thread: [nzbget] NZBget 0.7.0 download and discussion (/showthread.php?tid=19465)

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33


RE: [nzbget] NZBget 0.7.0 download and discussion - jhmiller - 05-09-2011 10:37 AM

I have re-packed tar files and hopfully that has fix the error, if some one could test and report back, i have installed it with no errors but i was alway able to install.

Thanks

Miller


RE: [nzbget] NZBget 0.7.0 download and discussion - sonny69 - 05-12-2011 02:33 PM

Hi all,

I need some help!

I have Nzbget 0.7.0 and my post-process script fail all the time.

Someone can tell me where can i found another script who can join some 001, 002 (HJSPLIT), can unrar and repair the downloaded files?

Thanks

Flo


RE: [nzbget] NZBget 0.7.0 download and discussion - nmeuret - 08-11-2011 12:54 PM

Hello Flo,

I had the same problem, and I found this solution :

On the SATA_DISK/Apps/NZBget/ directory, you will find a 'postprocess.sh" file. I just had this script to it :

Just before "if [ "$RenameIMG" = "yes" ]; then" at the end :

Code:
# Join 001 ...
if (ls *.001 >/dev/null 2>&1); then

    echo "[INFO] Post-Process: Joining 001 files ..."
    tsname=`find . -name "*.001" |awk -F/ '{print $NF}'`
    cat *.[0-9][0-9][0-9] > ./${tsname%.*}
        
    # Remove all the joined files
    echo "[INFO] Post-Process: Deleting 001 files ..."
    rm *.[0-9][0-9][0-9] >/dev/null 2>&1
    
fi

Don't forget to make a backup of the original one, just in case.

Please note that the join process is a little bit long, maybe it would be nice to make a another version with progress log (file by file ...).

Hope it will help ...


RE: [nzbget] NZBget 0.7.0 download and discussion - JosB58 - 08-16-2011 06:49 PM

Hello,

With CSI I've installed NZBGet 0.8.0-testing -r394 on my popcornhour A200.
For a few hours it worked fine.
The next day I tried to open my webgui (192.168.0.102:9999/NZBget_web) but it didn't open.
I got a message something like "device or external source won't accept the connection"
I've tried reïnstalling the NZBget but it didn't fix the problem.

Who can help me,
thanks in advance.

Jos


RE: [nzbget] NZBget 0.7.0 download and discussion - TyKH - 08-16-2011 06:56 PM

Hi Folks,

I'm still newbie with the C-200 but I'm unable to get the NZBget work.
Setup:
C-200, NMT apps installed on 4GB USB stick
Installed Western Digital HDD 1TB named "Regios"

First I had version 0.6 (Installed trought update of firmware and NMT Apps update). When uploading a NZB I got the error that there were issues with paths. So i decided to upgrade to NZBget 0.8 using the CSI installer. Now I was able to upload the nzb file. I could see the files in the WebGui but it wasn't downloading. The log displayed the error that the hostname could not be resolved. The hostname still had the default (myserver1.hostname.com). It clearly didn't update the config file. I did a hard reset (Power off, power on), hostname is oke now. Second try uploading the nzb file. The WebGUI displayed that the file is ok, but the files are not showing thus no downloading.

What the do next? The log is not showing any errors. Please help...


RE: [nzbget] NZBget 0.7.0 download and discussion - TyKH - 08-19-2011 04:37 PM

(08-16-2011 06:56 PM)TyKH Wrote:  Hi Folks,

I'm still newbie with the C-200 but I'm unable to get the NZBget work.
Setup:
C-200, NMT apps installed on 4GB USB stick
Installed Western Digital HDD 1TB named "Regios"

First I had version 0.6 (Installed trought update of firmware and NMT Apps update). When uploading a NZB I got the error that there were issues with paths. So i decided to upgrade to NZBget 0.8 using the CSI installer. Now I was able to upload the nzb file. I could see the files in the WebGui but it wasn't downloading. The log displayed the error that the hostname could not be resolved. The hostname still had the default (myserver1.hostname.com). It clearly didn't update the config file. I did a hard reset (Power off, power on), hostname is oke now. Second try uploading the nzb file. The WebGUI displayed that the file is ok, but the files are not showing thus no downloading.

What the do next? The log is not showing any errors. Please help...

I solved the issue. While every path including check for nzb files was set to the internal drive (in the config file), the upload path of the WebGUI was still set to the USB stick. Therefore when uploading a nzb file it was placed on the USB stick put the server doesn't check that path for nzb files to download Angle


RE: [nzbget] NZBget 0.7.0 download and discussion - flopcorn - 08-29-2011 06:35 PM

I have 1 conclusion. NZBget SUCKS big time when it come to friendly, easy installation and working application.


RE: [nzbget] NZBget 0.7.0 download and discussion - Majesty_nl - 08-29-2011 07:25 PM

(08-29-2011 06:35 PM)flopcorn Wrote:  I have 1 conclusion. NZBget SUCKS big time when it come to friendly, easy installation and working application.

yepp.... i hate it.


RE: [nzbget] NZBget 0.7.0 download and discussion - TyKH - 08-29-2011 07:34 PM

(08-29-2011 07:25 PM)Majesty_nl Wrote:  
(08-29-2011 06:35 PM)flopcorn Wrote:  I have 1 conclusion. NZBget SUCKS big time when it come to friendly, easy installation and working application.

yepp.... i hate it.

Especially when it makes the Popcorn crash. Are there any alternatives?


RE: [nzbget] NZBget 0.7.0 download and discussion - flopcorn - 08-31-2011 07:25 AM

(03-22-2009 12:46 PM)Ger Teunis Wrote:  4. Type the following commands:
Code:
cd /share
chmod a+x installer.cgi
./installer.cgi

This should install nzbget fine for the non-CSI-ers.

Does not work on a pch-c200. See output:

sh-3.00# ls -l
lrwxrwxrwx 1 root root 44 Aug 31 08:15 USB_DRIVE_B-3 -> /opt/sybhttpd/localhost.driv
drwxr-xr-x 2 root root 0 Jan 1 2000 avchd
drwxr-xr-x 2 516 root 0 Jan 1 2000 bin
drwxr-xr-x 2 root root 0 Jan 1 2000 cdrom
drwxr-xr-x 2 516 root 0 Jan 1 2000 certs
drwxr-xr-x 9 516 root 0 Aug 31 08:14 dev
-rwxr-xr-x 1 516 root 36784 Jan 1 2000 download
drwxr-xr-x 10 516 root 0 Aug 31 08:15 etc
drwxr-xr-x 2 516 root 0 Jan 1 2000 home
-rwxr-xr-x 1 516 root 2035 Jan 1 2000 init
drwxr-xr-x 3 516 root 0 Aug 31 08:15 lib
lrwxrwxrwx 1 516 root 11 Jan 1 2000 linuxrc -> bin/busybox
drwxr-xr-x 4 531 500 2048 Jan 1 2008 mnt
drwxr-xr-x 4 root root 4096 Aug 29 20:11 nmt
drwxr-xr-x 7 516 root 0 Jan 1 2000 opt
drwxr-xr-x 4 root root 4096 Aug 29 20:41 persistfs
dr-xr-xr-x 69 root root 0 Jan 1 2000 proc
drwxr-xr-x 2 root root 0 Jan 1 2000 ramfs
drwxr-xr-x 3 516 root 0 Jan 1 2000 root
drwxr-xr-x 2 516 root 0 Jan 1 2000 sbin
lrwxrwxrwx 1 root root 41 Aug 31 08:14 share -> /opt/sybhttpd/localhost.drives/SATA_
drwxr-xr-x 10 root root 0 Jan 1 2000 sys
drwxrwxrwx 4 root root 940 Aug 31 08:15 tmp
drwxr-xr-x 2 root root 0 Jan 1 2008 upnp
drwxr-xr-x 8 516 root 0 Jan 1 2000 usr
drwxr-xr-x 3 516 root 0 Jan 1 2000 var
drwxr-xr-x 3 516 root 0 Jan 1 2000 xtasks

sh-3.00# cd share
sh: cd: share: No such file or directory
sh-3.00# cd /share
sh-3.00# chmod a+x installer.cgi
chmod: installer.cgi: No such file or directory
sh-3.00# ./installer.cgi
sh: ./installer.cgi: No such file or directory


RE: [nzbget] NZBget 0.7.0 download and discussion - chris57 - 09-01-2011 09:20 AM

Don't use CSI Versions of apps until you can handle the default versions. Dont bitch at Syabas for how well userapps work as they are unofficial userapps that are not supported by Syabas.


RE: [nzbget] NZBget 0.7.0 download and discussion - Trunks81 - 09-24-2011 08:15 AM

Hello

Can someone tell me howi can solve that nzbget isnt downlaoding ?
Iam getting an error Failed to parse nzb file , files work perfectly on my pc
Iam using v0.60

Kind regard


RE: [nzbget] NZBget 0.7.0 download and discussion - mortalsin - 10-20-2011 08:56 AM

Hello,

coudn't find in the forum

but what is the max download speed for
NZBGet 0.7.0
on a popcorn hour a110 ?
NON SSL / on SSL ??

tnx


RE: [nzbget] NZBget 0.7.0 download and discussion - TyKH - 10-20-2011 08:59 AM

(09-24-2011 08:15 AM)Trunks81 Wrote:  Hello

Can someone tell me howi can solve that nzbget isnt downlaoding ?
Iam getting an error Failed to parse nzb file , files work perfectly on my pc
Iam using v0.60

Kind regard

Is this with all the nzb files or only that one? If all your nzb files fail to parse I would suggest you upgrade.


RE: [nzbget] NZBget 0.7.0 download and discussion - say170 - 01-07-2012 12:16 AM

(10-20-2011 08:56 AM)mortalsin Wrote:  what is the max download speed for
NZBGet 0.7.0
on a popcorn hour a110 ?
NON SSL / on SSL ??

SSL, I'm getting 848 KB/s (avg 742 KB/s) - but I'm using the same connection for light browsing... I don't use non-SSL, but it would probably be faster. That's about maxes out my connection speed - currently 8191 kbps