Search found 75 matches

by zoggy
April 5th, 2017, 11:24 pm
Forum: Beta Releases
Topic: 2.0.0RC2 problem with anime posts
Replies: 8
Views: 5106

Re: 2.0.0RC2 problem with anime posts

safihre wrote:Yes probably,

But first need a test-NZB from @Cpuroast ;)
test nzb: https://www.nzbindex.com/download/15899 ... kv.001.nzb
by zoggy
April 3rd, 2017, 4:00 pm
Forum: Beta Releases
Topic: 2.0.0RC2 problem with anime posts
Replies: 8
Views: 5106

Re: 2.0.0RC2 problem with anime posts

worked fine on dev with latest sabyenc... perhaps we should get a RC3 out the door so we can get more testing done before unleashing sabyenc upon the world with 2.0 final
by zoggy
July 4th, 2015, 6:39 pm
Forum: Bug Reports
Topic: Final file detected as a sample and deleted in error.
Replies: 11
Views: 10201

Re: Final file detected as a sample and deleted in error.

TV rules: │ Samples: │ │ - REQUIRED! │ │ - 50-70 seconds in length and in a separate folder marked as Sample │ Bluray: - SAMPLE S1) A sample roughly 60 seconds in length is required. It must be cut from the movie m2ts file and not encoded separately. BDr: - SAMPLE S1) A sample of 1 minute, to a maxi...
by zoggy
July 4th, 2015, 6:35 am
Forum: Bug Reports
Topic: Final file detected as a sample and deleted in error.
Replies: 11
Views: 10201

Re: Final file detected as a sample and deleted in error.

i still see a ton of stuff that use -s for their samples.. but ideally one should not rely on a name.. look at the runtime of the file and decide off that..
by zoggy
October 21st, 2014, 4:17 pm
Forum: Feature Requests
Topic: SFV validation after invalid PAR2 files
Replies: 7
Views: 5063

Re: SFV validation after invalid PAR2 files

http://forums.sabnzbd.org/viewtopic.php?f=2&t=14897&p=96610#p96610 basically #scnzb releases are being posted with 'invalid pars' when sab tries to d/l them.. it fails regardless if the pars is needed or not. using another downloader you see that they extract.. because the fact that it has i...
by zoggy
October 21st, 2014, 4:16 pm
Forum: Feature Requests
Topic: Show pystone performance and CPU model name
Replies: 4
Views: 7428

Re: Show pystone performance and CPU model name

well cpu spec is just one factor.. a big deal is that on 'windows' we are prob are providing the binary hence we provide yenc while the arm install the user isnt forced to install any of the dependencies.. ssl/yenc/etc. its just like why i always hear about why nzbget is so much better than sab... j...
by zoggy
October 19th, 2014, 6:55 pm
Forum: Feature Requests
Topic: Show pystone performance and CPU model name
Replies: 4
Views: 7428

Re: Show pystone performance and CPU model name

tried your 0.7.x branch, this is what I see: >grep -i -e pystone -e cpu sabnzbd.log 2014-10-19 18:43:15,209::DEBUG::[SABnzbd:1306] CPU Pystone available performance is 65834 not sure the context of providing some random # to people.. also seems like you should be using pystone to compare python comp...
by zoggy
October 4th, 2014, 9:41 am
Forum: General Help
Topic: Invalid par2 files, cannot verify or repair - again
Replies: 33
Views: 29980

Re: Invalid par2 files, cannot verify or repair - again

shypike wrote:Solved for next release.
Matching SFV files with RAR-sets should be case-insensitive.
thank you kind sir. ever going to join the irc channel again?
by zoggy
October 4th, 2014, 9:24 am
Forum: General Help
Topic: Invalid par2 files, cannot verify or repair - again
Replies: 33
Views: 29980

Re: Invalid par2 files, cannot verify or repair - again

Even with 'Quick Check' enabled.. which is suppose to bypass the parset if the release is good... QuickCheck also needs at least one valid par2 file. The problem of bad par2 files cannot be solved: the poster screwed up. The only thing I can do is force an SFV-based check in such a situation. But t...
by zoggy
October 4th, 2014, 3:50 am
Forum: General Help
Topic: Invalid par2 files, cannot verify or repair - again
Replies: 33
Views: 29980

Re: Invalid par2 files, cannot verify or repair - again

Noticed I posted two examples, the one I was referring to that extracted just fine was The.Amazing.Race.S25E02.720p.HDTV.X264-DIMENSION Which I discovered that the sfv was fine, and release extracted.. but the parset blocked sab from getting to that point. Even with 'Quick Check' enabled.. which is ...
by zoggy
October 3rd, 2014, 11:01 pm
Forum: General Help
Topic: Invalid par2 files, cannot verify or repair - again
Replies: 33
Views: 29980

Re: Invalid par2 files, cannot verify or repair - again

another example, Americas.Next.Top.Model.S21E07.720p.HDTV.x264-BAJSKORV.nzb -- http://nzbcache.info/nzb/1a8b972a85c83ed534957b47ad3db3638123435f.nzb.gz can see that it is #scnzb again <file poster="Speedy <poster@anon.com>" date="1412388153" subject="[#scnzb@efnet][527105] A...
by zoggy
October 3rd, 2014, 10:27 pm
Forum: General Help
Topic: Invalid par2 files, cannot verify or repair - again
Replies: 33
Views: 29980

Re: Invalid par2 files, cannot verify or repair - again

seeing a lot of "Invalid par2 files, cannot verify or repair" problems this week.. always seem to be #scnzb@efnet releases.... The.Amazing.Race.S25E02.720p.HDTV.X264-DIMENSION - http://nzbcache.info/nzb/bfe6d8f20d5063e79c4527546a73ce04bddd0e9f.nzb.gz sab 0.7.18 windows binary: 2014-10-03 2...
by zoggy
July 2nd, 2014, 5:32 pm
Forum: Bug Reports
Topic: Sabnzbd SSL Heartbleed Bug?
Replies: 14
Views: 9517

Re: Sabnzbd SSL Heartbleed Bug?

anyways if the ssl lib is statically linked..you need to update python.. if its dynamically linked then just update ssl on the box (openssl). Both are fully updated Ubuntu boxes. So that means Canonical/Ubuntu does not update python or ssl, or there is something wrong in my update settings. curious...
by zoggy
July 2nd, 2014, 12:49 am
Forum: Bug Reports
Topic: Sabnzbd SSL Heartbleed Bug?
Replies: 14
Views: 9517

Re: Sabnzbd SSL Heartbleed Bug?

use python 2.7.7, it comes with a much newer version of openssl. >python -c "import _ssl; print _ssl.__file__, _ssl.OPENSSL_VERSION" > C:\Python27\DLLs\_ssl.pyd OpenSSL 1.0.1g 7 Apr 2014 On my Ubuntu 14.04 laptop I get: $ python -c "import _ssl; print _ssl.__file__, _ssl.OPENSSL_VERS...