[19. April 2013] A-400 Advanced Network Setup now available | [11 Jan. 2013] Customize your A-400 Home Screen

Firmware: A-400 [13 May 2013] | C-300 [30 Nov. 2012] | A-300 [30 Nov. 2012] | C-200 [21 Jan. 2013] | A-200/A-210 [10 Aug. 2012]

Just got your NMT | WIKI has the answers | Search the forum | Forum Rules/Policy | Firmware & Official NMT News | Popcornhour manuals



User(s) browsing this thread: 1 Guest(s)
Post Reply 
NZBGet on the PCH/NMT Manual and F.A.Q.
09-02-2008, 09:13 PM
Post: #31
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
(09-02-2008 08:25 AM)LordPall Wrote:  
(08-30-2008 02:22 PM)Philos Wrote:  
(08-30-2008 02:12 PM)LordPall Wrote:  Hopefully that'll clear all of this weirdness out.

Got it. Any way to minimize the crashing? Maybe speed limit it?

Speed limit will not help, there is a way to get it stable but it is not easy requires a lot of "pch hacking"
My NZBget is stable because HugBug tested on my system and installed it, maybe he can write a howto?

C200 1.5 TB Hdd HDMI
A200 Metal apps on USB stick
TV: Samsung LE40C650

Visit my Personal Website
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
09-16-2008, 10:48 PM
Post: #32
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
Im having trouble connecting, ive filled the following in like so

# Level of newsserver
server1.level=0
# Host-name of newsserver
server1.host=xxxx-xx.nxxxxxxt.xxx# Port to connect to (default 119 if not specified)
server1.port=119# Username to use for authentication
server1.username=nxxxxxxxxxxx7# Password to use for authentication
server1.password=1xxxxxxxx7# Maximal number of simultaneous connections to this server
server1.connections=20

But with obviously 'x' replacing the actual info.

Ive restarted the popcorn many times and its still now working. Ive also copied a the nzbget.conf file from my A-100 where the usenet feature works and it still doesnt want to do anything.

HELP

Popcorn A-100 with 1tb sata hard drive
Popcorn B-110 with only 1.5tb of hard drive space Big Grin
Find all posts by this user
Add Thank You Quote this message in a reply
09-20-2008, 09:06 AM (This post was last modified: 09-20-2008 05:35 PM by chercheur.)
Post: #33
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
Hello,
I screwed up my nzb.conf file...
In order to get a new one back I am trying to simply reinstall the nmt apps but it fails.
I have a A-110 with the latest firmware, it goes through the process, asks me if I want to format my HDD in EXT2 or EXT3 then...it says that no updates are available....
1) Did any of you encounter the same issue ?
2) Could any of you send me a fresh nzb.conf file ?

Thanks a lot !
Find all posts by this user
Add Thank You Quote this message in a reply
09-29-2008, 11:32 AM
Post: #34
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
(08-27-2008 10:12 PM)hugbug Wrote:  [quote='LordPall' pid='63056' dateline='1219857972']Any ideas how to get the web UI to show how much space is on the destination drive? Smile

Edit /mnt/syb8643/nzbgetweb/settings.php5, option "$dstdir".

So far, so good... well almost. I am now downloading to USB_DRIVE_A-1. But NZBGet does not show the correct amount of space on the drive.

How do I edit the file you mention above? I cannot even find it. I am connecting to my PCH via SMB and editing with TextEdit. The lowest level folder I have is /share and I do not see the 'nzbgetweb' folder you mention above. How do i find and edit the settings.php5 file you mention?
Find all posts by this user
Add Thank You Quote this message in a reply
09-29-2008, 07:01 PM
Post: #35
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
(09-29-2008 11:32 AM)thegizzard Wrote:  
(08-27-2008 10:12 PM)hugbug Wrote:  [quote='LordPall' pid='63056' dateline='1219857972']Any ideas how to get the web UI to show how much space is on the destination drive? Smile

Edit /mnt/syb8643/nzbgetweb/settings.php5, option "$dstdir".

So far, so good... well almost. I am now downloading to USB_DRIVE_A-1. But NZBGet does not show the correct amount of space on the drive.

How do I edit the file you mention above? I cannot even find it. I am connecting to my PCH via SMB and editing with TextEdit. The lowest level folder I have is /share and I do not see the 'nzbgetweb' folder you mention above. How do i find and edit the settings.php5 file you mention?

You have to enable telnet first to get to that folder...

C200 1.5 TB Hdd HDMI
A200 Metal apps on USB stick
TV: Samsung LE40C650

Visit my Personal Website
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
09-30-2008, 02:12 AM
Post: #36
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
[/quote]
You have to enable telnet first to get to that folder...
[/quote]

Ok. I am a noob. I figured out how to telnet into pch.

I am in. But I have no idea how to edit that file.

I can't even get chdir to work.

Help.

Can I get a step by step instruction on what to do after i succesfully telnet in?


Pretty much from

/ # _

Thanks. I know I am out of my league here.
Find all posts by this user
Add Thank You Quote this message in a reply
09-30-2008, 07:29 AM (This post was last modified: 09-30-2008 07:31 AM by hugbug.)
Post: #37
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
1. In telnet copy the file to shared-directory:
Code:
cp /mnt/syb8634/nzbgetweb/settings.php5 /share

2. Then use windows to edit the file.

3. In telnet copy the file back:
Code:
cp /share/settings.php5 /mnt/syb8634/nzbgetweb

I didn't test if these instructions work Smile
Visit this user's website Find all posts by this user
Add Thank You Quote this message in a reply
10-01-2008, 01:03 AM
Post: #38
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
(09-30-2008 07:29 AM)hugbug Wrote:  1. In telnet copy the file to shared-directory:
Code:
cp /mnt/syb8634/nzbgetweb/settings.php5 /share

2. Then use windows to edit the file.

3. In telnet copy the file back:
Code:
cp /share/settings.php5 /mnt/syb8634/nzbgetweb

I didn't test if these instructions work Smile

BRILLIANT!! Thanks Hugbug! Thanks Philos!
Find all posts by this user
Add Thank You Quote this message in a reply
10-10-2008, 10:11 PM
Post: #39
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
(08-30-2008 02:12 PM)LordPall Wrote:  I returned all of the config files except for settings.php to the internal drive. I changed the unpack script to do all it's normal business, but move it to the USB drive when it's done and clean up after itself.

Could you share the lines of code you have added to the unpak script to move the download to the USB drive?
If needed it would be great if you added a test if the USB Drive is there. It would be a shame if the script would fail if the USB Drive is not there.

Thanks
Find all posts by this user
Add Thank You Quote this message in a reply
10-12-2008, 03:16 PM
Post: #40
Speed
I have two PCH's.

Both connected to each other through a Network switch. Can you think of a reason why one PCH is 100kb/s faster than the other on average?
Find all posts by this user
Add Thank You Quote this message in a reply
10-23-2008, 01:27 PM
Post: #41
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
Hi!

I updated an configured my box using:

Release Date : 18 August 2008
Firmware Version : 01-17-080613-15-POP-403
NMT Apps Version: 00-17-080529-15-POP-403

First i Firmware updated the box, and after that i Initialized my Harddrive, NO ERRORS doing this.

As i understand it, the NZBget client should be preinstalled og the NMT firmware (It was on my istarhd)

But for some reason there is no .NZBget folder in the PCH/SHARE folder

Current content of my \\pch\share\
.btpd (Hidden)
lost+found (Hidden)
Music
Photo
Video

Did i do it wrong?

Does anyone have a link to a "How to install NZBget" guide or something like that?

32" Samusung HD-Ready TB
PCH A-110 -->2,5" Samsung 320gb HDD
ISTARHD 1,3 --> No HDD
Find all posts by this user
Add Thank You Quote this message in a reply
10-23-2008, 06:30 PM
Post: #42
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
Ok, i'm pretty stupid... thinking that September comes before August Big Grin

Updated to NEWEST firmware... with the NZBget app in it. All works Big Grin
Release Date : 12 September 2008
Firmware Version : 01-17-080818-15-POP-403
NMT Apps Version : 00-17-080808-15-POP-403

32" Samusung HD-Ready TB
PCH A-110 -->2,5" Samsung 320gb HDD
ISTARHD 1,3 --> No HDD
Find all posts by this user
Add Thank You Quote this message in a reply
11-06-2008, 12:21 AM
Post: #43
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
Looks great for energy savings ! Will this be implemented in the HDX1000 ?
Find all posts by this user
Add Thank You Quote this message in a reply
11-19-2008, 07:37 PM
Post: #44
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
Hi all,

I'm using a PCH A110
Installed all applications, all running.
Then I edited nzbget.conf with notepad using filezilla and now I stuck having a nzbget.conf that is missing characters randomly
Therefor the usenet client will not run. How can I reconstruct the nzbget file?

Thx in advance,

Geert Veen
The Netherlands
Find all posts by this user
Add Thank You Quote this message in a reply
11-21-2008, 04:58 PM
Post: #45
RE: NZBGet on the PCH/NMT Manual and F.A.Q.
Just so you know - you guys did an excellent job on this. It's so handy not having to transfer large files to the PCH after downloading on mac
Find all posts by this user
Add Thank You Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
Star NZBGet 9.0/10.0 discussion hugbug 473 38,460 05-21-2013 06:45 PM
Last Post: say170
  Can't save NZBGet Web Interface settings jurjongo 0 481 04-15-2013 09:57 PM
Last Post: jurjongo
  Utorrent gives no network address available while downloading to USB share in pch djhifi 1 401 04-14-2013 04:28 PM
Last Post: djhifi
  NZBGet download x pars instead of one/all/none shazada 0 475 04-07-2013 03:46 PM
Last Post: shazada
Tongue Script to send NZB(url) to NZBGet using iOS mrmaximum 18 7,010 03-05-2013 12:23 AM
Last Post: rvdet
  NZBGET postprocess to specified folder Goldrolly 2 1,069 02-15-2013 06:09 PM
Last Post: jhmiller
  nzbget config giovan39 0 671 02-15-2013 11:27 AM
Last Post: giovan39
  nzbget unrar script popcorn a400 giovan39 0 764 02-15-2013 08:17 AM
Last Post: giovan39
Question Keep the Original NZBget webui? jhmiller 5 857 01-30-2013 02:39 PM
Last Post: hugbug
  [nzbget] NZBget 0.7.0 download and discussion Ger Teunis 492 210,887 01-25-2013 10:02 AM
Last Post: Peige

Forum Jump: