Search found 12 matches

by 8th sin
May 30th, 2013, 10:12 am
Forum: General Help
Topic: Missing blocks reported, but archive extracts manually
Replies: 3
Views: 1760

Re: Missing blocks reported, but archive extracts manually

And that did the trick. Just had to add the unofficial repo, as the official quantal repo was way out of date. Thanks a bunch, should have tried that to begin with!
by 8th sin
May 30th, 2013, 8:09 am
Forum: General Help
Topic: Missing blocks reported, but archive extracts manually
Replies: 3
Views: 1760

Missing blocks reported, but archive extracts manually

Lately I've noticed all my downloads are failing reporting a huge number of missing blocks. However if I manually extract (unrar e *.rar from the ~/Downloads/complete directory), the archive extracts just fine. Attempting a manual par2 repair fails reporting the same number of missing blocks. All po...
by 8th sin
October 19th, 2009, 6:29 am
Forum: Bug Reports
Topic: Post-processing script output link broken in RSS
Replies: 0
Views: 1873

Post-processing script output link broken in RSS

I noticed this morning that the link provided to the post processing script log in the RSS output from sabnzbd points to the sourceforge host: http://sourceforge.net/projects/sabnzbdplus/scriptlog?name=NAME.log instead of: http://HOSTNAME/sabnzbd/scriptlog?name=NAME.log Again, this is regarding the ...
by 8th sin
October 13th, 2009, 5:44 pm
Forum: General Discussion
Topic: Sabnzb RSS feed in Google Reader
Replies: 8
Views: 5633

Re: Sabnzb RSS feed in Google Reader

Works like a charm!

Thanks alot man, and many thanks to you and the team for a great piece of software!
by 8th sin
October 13th, 2009, 5:13 pm
Forum: General Discussion
Topic: Sabnzb RSS feed in Google Reader
Replies: 8
Views: 5633

Re: Sabnzb RSS feed in Google Reader

PM'd you the URL.... I do have a user/pass set, but I get the same error.
by 8th sin
October 13th, 2009, 5:06 pm
Forum: General Discussion
Topic: Sabnzb RSS feed in Google Reader
Replies: 8
Views: 5633

Re: Sabnzb RSS feed in Google Reader

Nope, I was leaving it off and plush for 0.4.9 doesn't include it in the link it generates. However, including it doesn't work either. gReader still rejects the feed and trying to access it directly through my ddns hostname returns a 500 internal error. Traceback (most recent call last):  File "...
by 8th sin
October 13th, 2009, 9:03 am
Forum: General Discussion
Topic: Sabnzb RSS feed in Google Reader
Replies: 8
Views: 5633

Sabnzb RSS feed in Google Reader

Has anyone been able to successfully add the sabnzb RSS feed to their google reader? I can access my web client just fine externally through a DDNS service, however gReader won't recognize it as a feed.

I'd rather use RSS than email to notify me of my downloads' status.
by 8th sin
October 13th, 2009, 6:32 am
Forum: General Help
Topic: Post-Processing script not activating
Replies: 15
Views: 8141

Re: Post-Processing script not activating

not that I think it will make a difference, but I can call YAMJ just by running:

cd /path/to/YAMJ/
./MovieJukebox.sh

Does the script work if you run it manually?
by 8th sin
October 12th, 2009, 4:28 pm
Forum: General Help
Topic: RSS Help
Replies: 15
Views: 10053

Re: RSS Help

That's what I assumed, although I have since discovered the joy of http://mytvnzb.foechoer.be ;D seems as that will solve all my problems!
by 8th sin
October 12th, 2009, 2:32 pm
Forum: General Help
Topic: RSS Help
Replies: 15
Views: 10053

RSS Help

I have a few questions regarding how the RSS filters work. Right now, I am trying to download three different shows. I only want the new episodes, as they air, not reposts or season sets. I am using the tvnzb_new rss feed, as I do not have a newzbin account (but would like one ;D). I believe the fee...
by 8th sin
October 7th, 2009, 8:29 pm
Forum: Post-Processing Scripts
Topic: (Linux) Help with FTP script
Replies: 1
Views: 2752

Re: (Linux) Help with FTP script

Figured it out... the %1 needed to be in quotes. easy enough. Here's my final result, with a call to another script at the bottom that refreshes the database on the popcorn hour: #!/bin/bash HOST='192.168.1.188' USER='ftpuser' PASSWD='1234' cd "$1" ftp -n -v $HOST << EOT ascii user $USER $...
by 8th sin
September 25th, 2009, 11:57 pm
Forum: Post-Processing Scripts
Topic: (Linux) Help with FTP script
Replies: 1
Views: 2752

(Linux) Help with FTP script

Hello, Let me begin by saying that SABnzbd is an incredible piece of software! I'm hoping someday soon to use its RSS capability to ditch cable TV altogether. At any rate, I am currently trying to write a bash script to upload via FTP completed nzb's to my Popcorn Hour (networked media player, if yo...