Search found 48 matches

by c0ld
March 14th, 2010, 9:48 am
Forum: Third-party Addons
Topic: nzbdStatus: SAB Control & Monitoring and NewzBin Integration
Replies: 236
Views: 309391

Re: nzbdStatus: SAB Control & Monitoring and NewzBin Integration

Any chance of extending this to work with binsearch collections? I had to use binsearch for some TTC videos the other day and it turned out to be a nightmare. To get separate, named NZBs, you need to copy and paste the title of the collection into the search box, search again, then select and create...
by c0ld
November 16th, 2009, 11:52 am
Forum: General Help
Topic: par check problem
Replies: 5
Views: 2919

Re: par check problem

Ok, thanks. I'm sure that will be a decent workaround, but it seems to me there's an underlying bug somewhere. I've downloaded plenty of collections with multiple par/rar sets in the past and I've not noticed Sab stopping all rar processing because of single failed par check. Seems odd.
by c0ld
November 16th, 2009, 8:19 am
Forum: Bug Reports
Topic: _UNPACK_ folder not deleted
Replies: 5
Views: 4574

Re: _UNPACK_ folder not deleted

Right, I've no AV, but it could be windows try to cache thumbnails or index the folder etc. Thanks.
by c0ld
November 16th, 2009, 8:09 am
Forum: Bug Reports
Topic: _UNPACK_ folder not deleted
Replies: 5
Views: 4574

Re: _UNPACK_ folder not deleted

from the logs:
2009-11-03 03:06:33,168::ERROR::[postproc] Error renaming "D:\Videos\TV\_UNPACK_title" to "D:\Videos\TV\title"
Can't see an obvious reason why it would fail.
by c0ld
November 16th, 2009, 8:04 am
Forum: General Help
Topic: par check problem
Replies: 5
Views: 2919

Re: par check problem

It seems to be tripping up on the samples.  Even if it was finding an error with the sample (or the par2 associated with the sample), I wouldn't have thought that would stop Sab processing the main par and rars as it usually can deal with multiple rar/par sets easily. It's also strange that it's sho...
by c0ld
November 16th, 2009, 6:33 am
Forum: General Help
Topic: par check problem
Replies: 5
Views: 2919

par check problem

Just occasionally, sab will check the pars, confirm the set is ok, delete them, and then at the unpack stage return an error of 'no post-processing because of failed verification'. Extracting the rar set in 7zip will then go without any problems.

What could be causing this?
by c0ld
November 16th, 2009, 6:14 am
Forum: Bug Reports
Topic: _UNPACK_ folder not deleted
Replies: 5
Views: 4574

Re: _UNPACK_ folder not deleted

I get this even without TV renaming. Grabbing stuff off Newzbin seems to occasionally result in a folder with an UNPACK prefix. I've found no reason why it would do it as the pars and rars are all present with no processing errors.
by c0ld
October 13th, 2009, 11:35 am
Forum: General Discussion
Topic: Sabnzb RSS feed in Google Reader
Replies: 8
Views: 5327

Re: Sabnzb RSS feed in Google Reader

sab doesn't provide an rss feed does it? it uses rss for nzb downloads, but only uses email for status updates afaik.
by c0ld
October 12th, 2009, 6:57 pm
Forum: General Help
Topic: Regex RSS filter
Replies: 3
Views: 4955

Re: Regex RSS filter

Thank you!
And for Merlin I made it easy for me, I used re:^Merlin.S0* instead  ;D
Careful, re:^Merlin.S0* would match Merlin.S0, Merlin.S00, Merlin.S000, etc. Whereas re:^Merlin.S0.* would match Merlin.S01, Merlin.S02, Merlin.S03, etc. I doubt it'll actually matter though.
by c0ld
October 12th, 2009, 6:30 pm
Forum: General Help
Topic: Automatic download of movies with high IMDB score?
Replies: 3
Views: 3204

Re: Automatic download of movies with high IMDB score?

Yep. SABnzbd Smart Downloader which is based on; Autodownload script This script will run through the RSS feed and decide if the movie is "good". The logic I use is if the movie is over 8.0 on IMDB with over 1,000 votes, I won't mind downloading it. Of course, the script also checks to see...
by c0ld
October 12th, 2009, 6:18 pm
Forum: General Help
Topic: Regex RSS filter
Replies: 3
Views: 4955

Re: Regex RSS filter

Either I'm too tired or I'm just haven't enough brain to think straight. I'm trying to figure out how regular expressions work. I was using just standard word filtering, but it wasn't really satisfying. This is for mostly TV shows. I'm trying to use regular expressions now and it seem to match my f...
by c0ld
October 12th, 2009, 9:16 am
Forum: General Discussion
Topic: RSS reject using regular expressions...
Replies: 13
Views: 9461

Re: RSS reject using regular expressions...

be easier to reject xvid.
by c0ld
October 4th, 2009, 6:23 am
Forum: Post-Processing Scripts
Topic: Write cover album art to MP3s, organize files, iTunes import
Replies: 96
Views: 96970

Re: Write cover / album art images to MP3s - Mac Python script / Win EXE now avail

The problem with that is that sab doesn't save in the correct manner, ie /artist/album. I could also get itunes to do the sorting, but it also ignores image files and trips up while trying to delete.
by c0ld
October 3rd, 2009, 8:05 am
Forum: Post-Processing Scripts
Topic: Write cover album art to MP3s, organize files, iTunes import
Replies: 96
Views: 96970

Re: Write cover / album art images to MP3s - Mac Python script / Win EXE now avail

It would be nice if this script could correctly deal with image files that are already included with the NZB. At the moment it just ignores them, then trips up when it tries to delete the directory because it isn't empty. Only way round it is to set the removeimage flag to true, but then you lose bo...
by c0ld
September 23rd, 2009, 5:03 pm
Forum: Feature Requests
Topic: Duplicate checking
Replies: 9
Views: 4589

Re: Duplicate checking

It's not just that, the amount of additional code and added complexity is large. It would not be worth the investment. Yeah, it is fairly intensive. Newsbin does it quite well, but it's a large program and is more or less the antithesis of sab because of that. When it comes across an nzb/set of fil...