1 user browsing this thread: (0 members, and 1 guest).
|
NZBGet on the PCH/NMT Manual and F.A.Q.
|
|
08-20-2008, 10:28 AM
(This post was last modified: 09-02-2008 09:05 PM by Philos.)
Post: #1
|
|||
|
|||
|
NZBGet on the PCH/NMT Manual and F.A.Q.
Disclaimer: Usenet is a good source of legal material to play on your PCH, however it is also misused by uploading illegal and copyrighted material. You should avoid using NZBget to download these materials as this is illegal in most country’s including the USA.
NZBget on the PCH PART 1 Setting up NZBget NZBGet is a binary news grabber, which downloads files from usenet based on information given in nzb-files. For information on Usenet and nzb files go here: Usenet: http://www.binaries4all.com/beginners/ NZB: http://www.binaries4all.com/nzb/index.php To run NZBget you need to have access to a usenet provider. It is possible that your ISP has a news server but if not you can also have a separate usenet account on a “pay-server†Usenet account vary in price from a few $ to 35$ a month depending on your needs. There are many usenet servers to choose from. Google is your friend. Once you have a usenet account you can configure NZBget. Your usenet provider will provide you with the information needed. 1. UserID and Password 2. Newsservername and port to connect (normally 119) 3. # of concurrent connections allowed. The 0.4.1 build of NZBget doesn’t use of SSL; the 0.5.0 version is in testing and does use SSL if your news server provides that. (If you don’t understand, Google) The PCH uses the stable 0.4.1 version of NZBget so SSL is not yet an option. It is not said that the 0.5.0 version will ever be ported by Syabas to the PCH, that is totally up to them. Now to configure NZBget on the PCH. In the root of your hard disk you will find a folder called .nzbget (if your don’t see the folder, check if the Usenet-service is started under Setup -> NMT Applications) Inside that folder you will find 2 files: nzbget.conf and unpak.sh You can open nzbget.conf with a text editor. Once you have opened the nzbget.conf file you only need to fill in the information you got from your Usenet provider here: Code: # Host-name of news serverNow save the file to the same place and reboot** your PCH to activate the changes and you are ready to go **You can either stop and restart the usenet service in the NMT services menu or reboot by pulling the plug or press on/off eject NZBget on the PCH PART 2 working with NZBget Working with NZBget is very straightforward. Connect to the webgui from a browser via http://ip.of.your.pch:8066 So if your PCH has ip address 192.168.1.100 you type http://192.168.1.100:8066 in your favourite web browser. First you have to log in: Userid: nmt Password: 1234 You will see the NZBgetweb webgui. ![]() To add a download just upload your NZB file by clicking the “choose†button and browse to the nzb file. Then click the “upload file†button and off you go. The file will be uploaded to PCH and added to download queue. Don’t confuse it with uploading to news server. None files will be uploaded to Internet. After uploading the nzb file it will take a minute before the program starts to download there is a safety interval of 1 minute so NZBGet wont start downloading while the NZB is not completely on the harddisk (you can adjust the safety interval in nzbget.conf, option “NzbDirFileAgeâ€). You can follow the progress of the download via the webgui or just let it download. After a download is finished and the nzb file set contains par2 files your download will be checked and repaired if necessary. After that the unpack script in .nzbget will be called and your download will be unrarred. The unpack script of the PCH is able to unrar rar packed files and also unrar rar’s inside of rar’s. More functionality is possible with a different script witch I will post in the next part. With the GUI you will be able to pause/delete and move your downloads. If you need something quick and it is halfway your download queue you can move it to the top of the queue with the buttons in front of the file set. If you want to pause all downloads for a reason you can do that via pause on the bottom left of the webgui, and restart it again with resume. All downloads will be downloaded and unpacked to the folder Download on your hard disk and will be in a folder that has the same name as the NZB file you uploaded, so be sure to give your nzb’s descriptive names. NZBget on the PCH PART 3 tips tricks and f.a.q. Uploading multiple NZB’s Uploading nzb’s is also possible by putting them in the nzb folder. The nzb folder is located on your hard disk in .NZBGet\nzb If you have many nzb’s you want to have downloaded it is easier to just copy and paste them to that folder. Automating NZB uploads If you want your PCH as your nzb download station there is a nice tool you can install on your windows pc that will upload the nzb’s to your pch when you open them from your pc. It is written by one of our own users Balder1978 and has the strange name “PCH Torrent uploader†![]() http://www.networkedmediatank.com/showth...p?tid=4103 To use this make sure that you have ftp enabled because it will upload the files via ftp to the nzb folder. Using NZBGet via internet You can open up port 8066 on your router so that you can monitor your downloads via internet. Opening ftp to internet is also possible so you could use the “PCH Torrent uploader†via internet but be aware that this could be a potential security risk, your nzbget.conf file contains your user id and password for your news server in plain text so if someone breached your security (ftpuser/1234 is not very secure) you could lose your account to some hacker. ADVANCED: Changing username/password for web-access You can do this by editing the file “settings.php5†in directory “/mnt/syb8634/nzbgetweb†. The problem is that you need telnet-access to PCH. Please see forum for tips on getting telnet to work on PCH. Using another unrar script The standard script that is inside the firmware enables you to unrar files. There are several scripts that you can find around the internet that do the same. A few of the beta testers and the developer of NZBget made a new script that does the same job but can also join ts files. Open up the unpack script in .nzbget and overwrite everything with this code. Make sure you use a UNIX editor for this otherwise it wont work. Enable the option DeleteRarFiles if you are brave enough Edit: An even better and much more advanced script can be found here: http://www.networkedmediatank.com/showth...374&page=1 Code: #!/bin/sh More then one file sets in one NZB NZBget can handle more then one file set in one NZB. It will download and check the pars and run the unpack script after every file set. The upak.sh script (both the original and the one posted here) will check first if all sets in the nzb where already downloaded, only after the last set was downloaded the script will unpack everything. Are there things that NZBget can’t handle? Yes, password protected files are not handled. As are Zip 7z arj and other files. With the script that is posted here it can handle rarred or double rarred files. Split ts files and most of the time split avi’s e.g.: avi.001 avi.002 etc. The unpack script will handle the rar files and the ts files most of the split avi files will be joined by par checking. Where do I go when I have questions? With questions about NZBget just post your questions to the forum. With specific questions about the unpack script post to the forum or PM me. With specific questions about NZBget functionality post to the forum. The developer of NZBget is also reading these forums. I tried to download something but it doesn’t get unpacked. First if you still have the files download everything from your PCH to your PC and check if you are able to unrar it there. Check with quickpar if the file set was complete or not. If all of that is true then PM me, I will give you my e-mail address so you can send me the NZB. I will check it and see if I can come up with a solution. (I have a 20+ Mbit line so most of the downloads will be quick enough, don’t send me 8Gb+ nzb’s please) Questions? Post them. Edit: If you want to use the latest NZBget client and the latest webgui with SSL support and other nice features and know how to use telnet follow this link for a good HowTo: http://www.networkedmediatank.com/showth...p?tid=7538 C200 1.5 TB Hdd HDMI A200 Metal Fan-less case apps on USB stick TV: Samsung LE40F71b AUDIO: JVC RX-6000R (coax) |
|||
|
08-20-2008, 10:37 AM
Post: #2
|
|||
|
|||
|
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
Excellent guide stickied.
I didnt expect to get much use out of this feature but ive found that downloading the nzb files and simply putting them in the nzb folder for the PCH to download during the day whilst im at work is great. I now turn off my PC during the day whereas before it was on 24/7. A200 [No fan-metal case]: 3.5" HDD, HDMI, WN150 C200: USB (Apps), 2.5" HDD, BD iHOS104.37, HDMI, CAT6 Network: A100, W7, HP ProCurve 1400-8G, Netgear GS-605, Synology CS407 4Tb, Thompson 780v5, CAT6 |
|||
|
08-20-2008, 11:09 AM
Post: #3
|
|||
|
|||
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
(08-20-2008 10:37 AM)chris57 Wrote: Excellent guide stickied. Same here, and installed PCH torrent uploader to my wife's laptop so she can now watch whatever she wants. And I tell you, teach your wife and your pch will be downloading 24/7
C200 1.5 TB Hdd HDMI A200 Metal Fan-less case apps on USB stick TV: Samsung LE40F71b AUDIO: JVC RX-6000R (coax) |
|||
|
08-20-2008, 01:37 PM
Post: #4
|
|||
|
|||
|
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
Great work, Philos!
|
|||
|
08-20-2008, 10:13 PM
Post: #5
|
|||
|
|||
|
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
Great job on these instructions!!! very detailed. with my experiance with it... it takes a long time to unrar something will its downloading. 50 minutes for the process to check files and unrar. of course this varies by the size of file and if it needs to repair... but like chris said.. just leave it on all day and keep the pc off.. when you come its all set
i love this feature.i'm finding it hard to think of idea's of improving this product as of latly. Teriffic work everyone My Home Theatre Room TV: SAMSUNG HL-S6187W AVR: YAMAHA RX-V730 MAIN: PSB T45 CENTRE: PSB ALPHA C1 REAR: PARADIGM TITAN v.3 LFE: SONY SA-WM500 Components NMT ISTARHD 1.3 Scientific Atlantic 8300 PVR Microsoft XBOX 360 Sony Playstation 3 |
|||
|
08-20-2008, 10:28 PM
Post: #6
|
|||
|
|||
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
(08-20-2008 10:13 PM)robbyf Wrote: Great job on these instructions!!! very detailed. with my experiance with it... it takes a long time to unrar something will its downloading. 50 minutes for the process to check files and unrar. of course this varies by the size of file and if it needs to repair... but like chris said.. just leave it on all day and keep the pc off.. when you come its all set There is a way to pause NZBget Download when unrarring, I do that with my personal unpak script. In the newest version of NZBGet (Testversion, not final yet) there is even an option to pause downloading while par checking. This will speed things up when you want to watch something. If you just wanna download and unrar and watch later it is better to not pause the download and let it check and unrar a bit slower. In my experience the unraring goes pretty quick if it is not downloading at that moment. To pause nzbget while unrarring put this line in your unpak script: Code: /mnt/syb8634/bin/nzbget -P -c /opt/sybhttpd/localhost.drives/HARD_DISK/.nzbget/nzbget.confTo start it again after unrar is finished add this line at the end of the script: Code: /mnt/syb8634/bin/nzbget -U -c /opt/sybhttpd/localhost.drives/HARD_DISK/.nzbget/nzbget.confC200 1.5 TB Hdd HDMI A200 Metal Fan-less case apps on USB stick TV: Samsung LE40F71b AUDIO: JVC RX-6000R (coax) |
|||
|
08-23-2008, 03:42 PM
Post: #7
|
|||
|
|||
|
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
Would the following things be useful?
1. Unrar whilst downloading . Rather than waiting for a download to complete , unrar the parts as they arrive. This means the parts should be re-ordered to be in sequence prior to downloading (often the .rar file is last!). This way the unrar activity is spread out over time. 2. Unrar only when system load is low? |
|||
|
08-23-2008, 03:53 PM
Post: #8
|
|||
|
|||
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
(08-23-2008 03:42 PM)ydrol Wrote: Would the following things be useful? 1. Unrar is not a part of NZBget, it is a seperate script that is called after par checking, so no, its not doable. 2. Unrar only doesnt eat up that much, I have watched 1080P MKV's while unrarring. C200 1.5 TB Hdd HDMI A200 Metal Fan-less case apps on USB stick TV: Samsung LE40F71b AUDIO: JVC RX-6000R (coax) |
|||
|
08-23-2008, 07:30 PM
(This post was last modified: 08-23-2008 07:31 PM by lordy.)
Post: #9
|
|||
|
|||
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
(08-23-2008 03:53 PM)Philos Wrote:(08-23-2008 03:42 PM)ydrol Wrote: Would the following things be useful? re 1. I know unrar is not part of nzbget. I was asking if it would be useful to unrar files at the same rate they are being downloaded (this would reduce the cpu load.) if course there would be issues with parchecking and ordering segments etc. but just wondered if it would be useful anyway. (FWIW here's my pc based post processing script - although not suitable for PH http://nzbget.sourceforge.net/#Postprocess ). I'd though about this but it wasnt worth the effort on a PC, but may be with embedded devices it would save some time? PS Most things are doable one way or another, but often not worth it ![]() 2. OK thats good to know. How long does it take to unrar a 4.4G ISO for example? |
|||
|
08-24-2008, 06:36 AM
(This post was last modified: 08-25-2008 07:39 PM by gluesniffined.)
Post: #10
|
|||
|
|||
|
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
Quick question if I may,
On this part of the unrar script: # Remove the rar files (Temporaly disabled just remove # to activate it) rm *.r[0-9][0-9] rm *.rar rm *.s[0-9][0-9] could I also add lines to delete the sfv and nfo files with no ill effect, e.g. # Remove the rar files (Temporaly disabled just remove # to activate it) rm *.r[0-9][0-9] rm *.rar rm *.s[0-9][0-9] rm *.sfv rm *.nfo Also in the .nzbget/nzb the nzb files are left in the folder but renamed to *.nzb.queued. Is there any easy modification to the script to delete the named nzb.queued file after the unrar script is completed? Unfortunately, my shell scripting ain't so good. I know you would need to define a string based on the nzb.queued that you would want to delete while leaving the ones that have not yet finished downloading and being processed. Thanks in advance. EDIT: I modified the following section in my unrar script, copied it back to the PCH and chmodded it 777: # Remove the Par files rm *.[pP][aA][rR]2 # Remove the sfv files rm *.sfv # Remove the nfo files rm *.nfo I'll see how this one works. EDIT 2: It works like a champ. I also added .txt to this section as any corrupt files that need to be repaired end up in a text file log in the directory. Now, if only my shell scripting prowess was such that I could also eliminate the .nzb.queued files from the /.nzbget/nzb folder then my life would be complete.....err.....Hmmppp......well, it would be really nice. |
|||
|
08-24-2008, 07:07 AM
Post: #11
|
|||
|
|||
|
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
WebUI looks a lot like Zussaweb (for HellaNZB).
Shouldn't the rm rar command only run if unrar completes without returning any errors? Should be pretty safe that way. |
|||
|
08-24-2008, 01:33 PM
Post: #12
|
|||
|
|||
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
(08-24-2008 07:07 AM)hangman Wrote: WebUI looks a lot like Zussaweb (for HellaNZB). Yup see http://nzbget.sourceforge.net/#Authors |
|||
|
08-25-2008, 07:22 PM
Post: #13
|
|||
|
|||
|
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
How do i get in the root of the Harddisk. I only get in 'Share'. i'm on a mac.
|
|||
|
08-25-2008, 07:24 PM
Post: #14
|
|||
|
|||
|
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
you dont need to go into root in the share all is what you need but it is hidden so you have to setup your mac to show hidden directories and files.
regards werner ----------------------------------------------------------------------------------------------------- Syabas Technology Inc. DBA Popcornhour |
|||
|
08-25-2008, 07:36 PM
(This post was last modified: 08-25-2008 07:37 PM by gluesniffined.)
Post: #15
|
|||
|
|||
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
(08-25-2008 07:22 PM)partyfart Wrote: How do i get in the root of the Harddisk. I only get in 'Share'. i'm on a mac.If you are using an FTP program you can usually set it to show hidden directories, essentially an 'ls -a'. If you cannot find such a setting in your FTP program I would suggest the free FileZilla: http://filezilla-project.org/download.php?type=client You can also manually type in the directory for your ftp program to change to, the directory is /.nzbget If you are using the built in CIFS/SMB client in OSX, as Werner said, you can set it to show hidden files and directories. In Unix type operating systems (Linux, OSX, FreeBSD, etc.) directories and files are hidden by naming them with a period '.' as the first character. |
|||
|
« Next Oldest | Next Newest »
|

NMT Wiki
Search
Member List
Help
[9 June 2010] C-200/A-200 NMJ UI PREVIEW (under development)



![[Image: nzbgetweb.jpg]](http://www.xs4all.nl/~krasteva/nzbgetweb.jpg)










