User(s) browsing this thread: 1 Guest(s)
|
NZBget on the PCH/NMT Howto and FAQ
|
|
08-20-2008, 10:24 AM
(This post was last modified: 09-02-2008 09:03 PM by Philos.)
|
|||
|
|||
|
NZBget on the PCH/NMT Howto and FAQ
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 apps on USB stick TV: Samsung LE40C650 Visit my Personal Website |
|||
1 user says Thank You to Philos for this post |
|
08-20-2008, 02:14 PM
|
|||
|
|||
|
RE: NZBget on the PCH/NMT Howto and FAQ
Forgive me for asking such an obvious question, but when was this implemented? Do I need to update my firmware to enable NZBget? If so, is this firware available today?
|
|||
|
08-20-2008, 02:16 PM
|
|||
|
|||
|
RE: NZBget on the PCH/NMT Howto and FAQ
It's in latest beta, if RC5 passes testing it might be out this weekend
|
|||
|
08-20-2008, 03:01 PM
|
|||
|
|||
|
RE: NZBget on the PCH/NMT Howto and FAQ
WOW COOL thanks, although it will be in the next firmware, I am going to install this this evening.
Is this exact the same as will be in the next firmware? C-200 + Samsung LE37S81 +SONY STR-DB 870 QS Dutch manual: download it here. |
|||
|
08-20-2008, 03:10 PM
|
|||
|
|||
|
RE: NZBget on the PCH/NMT Howto and FAQ
the manual was posted already because istar, hdx already released the firmware as final.
the usenet support will be avaible on pch with the next final which should hopefully be out on Friday to the public ![]() regards werner ----------------------------------------------------------------------------------------------------- Syabas Technology Inc. DBA Popcornhour |
|||
|
08-20-2008, 03:12 PM
(This post was last modified: 08-20-2008 03:13 PM by Philos.)
|
|||
|
|||
RE: NZBget on the PCH/NMT Howto and FAQ
(08-20-2008 03:01 PM)RedHat Wrote: WOW COOL thanks, although it will be in the next firmware, I am going to install this this evening. Yes. And with a little luck the new firmware will be out this weekend. As 2 other NMT's allready have a new firmware with nzbget (the current Beta) I decided to release the documentation a bit early. C200 1.5 TB Hdd HDMI A200 Metal apps on USB stick TV: Samsung LE40C650 Visit my Personal Website |
|||
|
08-20-2008, 03:15 PM
(This post was last modified: 08-20-2008 03:15 PM by RedHat.)
|
|||
|
|||
|
RE: NZBget on the PCH/NMT Howto and FAQ
uhm where to get the files? Sourceforge gives me windows stuff or the source code......
Or.... only documentation? C-200 + Samsung LE37S81 +SONY STR-DB 870 QS Dutch manual: download it here. |
|||
|
08-20-2008, 03:18 PM
|
|||
|
|||
|
RE: NZBget on the PCH/NMT Howto and FAQ
you cant run it already as already said this function will come with the next final firmware + apps release which should be out on friday (we hope so)
regards werner ----------------------------------------------------------------------------------------------------- Syabas Technology Inc. DBA Popcornhour |
|||
|
08-20-2008, 03:22 PM
|
|||
|
|||
|
RE: NZBget on the PCH/NMT Howto and FAQ
Yes sorry I was a little toooooo Enthusiastic.
I will have to wait....
C-200 + Samsung LE37S81 +SONY STR-DB 870 QS Dutch manual: download it here. |
|||
|
08-20-2008, 03:28 PM
|
|||
|
|||
|
RE: NZBget on the PCH/NMT Howto and FAQ
no problem hehehe
i know it is bad that it isnt already avaible but we wanna make it as stable as we can make it in that time the eta was planed that this frirmware should bee out already 3 weeks now hehe but everytime there was something which was important to fix.regards werner ----------------------------------------------------------------------------------------------------- Syabas Technology Inc. DBA Popcornhour |
|||
|
08-20-2008, 06:40 PM
|
|||
|
|||
RE: NZBget on the PCH/NMT Howto and FAQ
(08-20-2008 02:16 PM)daniel_owen_uk Wrote: It's in latest beta, if RC5 passes testing it might be out this weekend That is so great! I'll be eagerly pressing my "Check for updated firmware" button between now and then. I've got to say, when I purchased my PCH, I most definitely wasn't thinking "I need this to download from usenet" but now I just can't wait to upload my first NZB to my Popcorn Hour! |
|||
|
08-20-2008, 06:46 PM
|
|||
|
|||
|
RE: NZBget on the PCH/NMT Howto and FAQ
hahaha for me it was my first wish i add as i get in contact with syabas that was last year june or july hehehe now i have it and my pc stays off i love it
----------------------------------------------------------------------------------------------------- Syabas Technology Inc. DBA Popcornhour |
|||
|
08-20-2008, 06:46 PM
|
|||
|
|||
|
RE: NZBget on the PCH/NMT Howto and FAQ
Indeed me too. I don't use torrents much. I am so happy with my PCH. I almost installed a Windows Media Center. Altough I have a good PC (Asus Pundit) for it. Of course both have pro and cons, but in the end it's just 90% movie watching. Browsing and reading email is something for normal PC and I have my laptop running almost 24hr aday on the counch.
Sorry for going a little off topic, just wanna share my feelings. C-200 + Samsung LE37S81 +SONY STR-DB 870 QS Dutch manual: download it here. |
|||
|
08-22-2008, 05:52 PM
|
|||
|
|||
|
RE: NZBget on the PCH/NMT Howto and FAQ
This is awesome, awesome stuff. Will this be pre-loaded on the PCH going forward, so it'll already be active on my A-110 when it (eventually) ships?
|
|||
|
08-22-2008, 05:54 PM
|
|||
|
|||
|
RE: NZBget on the PCH/NMT Howto and FAQ
Nah because it installs on the HDD that it won't ship with.
When you put a HDD in and update the firmware via the menu it will be there.... eventually
|
|||
|
« Next Oldest | Next Newest »
|

Twitter
Facebook
NMT Wiki
Search
Member List
Help
A-400 [13 May 2013]




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



![[+]](images/collapse_collapsed.gif)




i know it is bad that it isnt already avaible but we wanna make it as stable as we can make it in that time