Search found 14 matches

by CranialBlaze
29 Sep 2016, 03:44
Forum: Extension scripts
Topic: [FeedScript] ImdbWatchlist - RSS with IMDb integration
Replies: 49
Views: 67470

Re: [FeedScript] ImdbWatchlist - RSS with IMDb integration

Hey, cannot seem to get this to work correctly. Setup as instructed and it is running, however the feed remains blank even though I know there are movies in that feed that are also on my IMBD. Enabled verbose logging and no errors are output, so everything seems to be fine. Last 2 log entries are: i...
by CranialBlaze
15 Jan 2014, 07:16
Forum: Support
Topic: Category Priority (Automated)
Replies: 13
Views: 7239

Re: Category Priority (Automated)

#Adjust Priority for Series based on show name case "$NZBNP_FILENAME" contains "how.i.met.your.mother" echo "[NZB] PRIORITY=100";; "$NZBNP_FILENAME" contains "two.and.half.men" echo "[NZB] PRIORITY=100";; fi case would work for you more like this. if [ "$NZBNP_CATEGORY" = tv-shows ] ; then case "$N...
by CranialBlaze
13 Jan 2014, 18:54
Forum: Support
Topic: Category Priority (Automated)
Replies: 13
Views: 7239

Re: Category Priority (Automated)

I have not seen anyone trying to pull of something along these lines and I am sure its possible from what I have seen, just not sure the best way to put it together. What I have now is #!/bin/sh #Adjust Priority for Series if [ "$NZBNP_CATEGORY" = "series" ]; then echo "[INFO] NzbProcess: Setting Pr...
by CranialBlaze
09 Jan 2014, 13:28
Forum: Support
Topic: Simultaneous Multiple Servers
Replies: 21
Views: 11935

Re: Simultaneous Multiple Servers

What about these questions? The config looks OK but since you wiped out server names how do I know it's server1 which was logged? Do you have different names for servers (I hope so)? Was NZBGet restarted after changing config? Click on speed indicator. Are all servers active? If you deactivate serv...
by CranialBlaze
09 Jan 2014, 12:21
Forum: Support
Topic: Simultaneous Multiple Servers
Replies: 21
Views: 11935

Re: Simultaneous Multiple Servers

Dude, 4mb, I live back in the 3rd world man. Can actually max out my line with 3-4, however 1 of those server is 1mb limited, going to take it out actually.
by CranialBlaze
09 Jan 2014, 08:21
Forum: Support
Topic: Category Priority (Automated)
Replies: 13
Views: 7239

Re: Category Priority (Automated)

Thanks, all sorted. Was using notepad++ for this, would there be a better alternative or should I just add any further modifications via nano.

Offtopic, can post processing be paused for a defined amount of time, so things will download but the processing will not happen until re-enabled?
by CranialBlaze
09 Jan 2014, 08:04
Forum: Support
Topic: Category Priority (Automated)
Replies: 13
Views: 7239

Re: Category Priority (Automated)

1. Tried that first and got the same error, moved back. 2. "-bash: /media/NZBget/ppscripts/nzbaddedprocess.sh: /bin/sh^M: bad interpreter: No such file or directory" - does bash move, there is a symlink for that path, raspi latest debian. 3 #!/bin/sh if [ "$NZBNP_CATEGORY" = "series" ]; then echo "[...
by CranialBlaze
09 Jan 2014, 07:35
Forum: Support
Topic: Category Priority (Automated)
Replies: 13
Views: 7239

Re: Category Priority (Automated)

I am getting the following error with the nzb add script

nzbaddedprocess: Could not start /media/NZBget/ppscripts/nzbaddedprocess.sh: No such file or directory

Double checked the path, permissions (755) for both file and folder.
by CranialBlaze
09 Jan 2014, 06:55
Forum: Support
Topic: Simultaneous Multiple Servers
Replies: 21
Views: 11935

Re: Simultaneous Multiple Servers

I was looking at the log, the files where only being pulled from the 1 server and they all on lvl 0 group 0 and the file was only 7 hours old so would of existed on all 3 perfectly. It was a redownload from sabnzbd as a test. Added another one now, as you can see by the log its calling 1 server only...
by CranialBlaze
09 Jan 2014, 04:16
Forum: Support
Topic: Simultaneous Multiple Servers
Replies: 21
Views: 11935

Simultaneous Multiple Servers

Is it possible to have it connect to multiple servers at the same time for the same download. I noticed my speed with NG was notably slower than with SAB and when looking at the log I could see why, it only connects to a single server at a time even though I have all 3 servers set on lvl 0. ISP shap...