wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Discussion

Get help with all aspects of SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by shypike »

Done
flaflip
Newbie
Newbie
Posts: 4
Joined: December 17th, 2012, 5:17 pm

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by flaflip »

please add nzb-matrix.eu to your list of sites.
Open, Free, Yes, Yes, Neznab compatible (Has unlimited backlog option)
xenonism
Newbie
Newbie
Posts: 22
Joined: December 17th, 2012, 1:18 pm

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by xenonism »

The Wiki mentions a Preview button to show the effects of filters on an RSS feed, but I see no button in the Web interface. Was the feature removed?
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by shypike »

No, it's now automatic.
I'll adjust the Wiki page.
bl0wn
Newbie
Newbie
Posts: 1
Joined: February 14th, 2014, 7:34 am

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by bl0wn »

Hello,
I'm running a NZB site and wanted to tell the world to use it ;-)
It's http://fastnzb.info
It's open, for free, with 50 API calls and 50 NZB-Grabs each day, has RSS, Newznab compatible.

Maybe you can write it to the wiki?

Thanks!

Regards,
Bl0wn
giraffesyo
Newbie
Newbie
Posts: 1
Joined: March 9th, 2015, 2:44 pm

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by giraffesyo »

Hey,

Fanzub has closed down and relaunched as http://www.animenzb.com, could you please adjust this?

http://wiki.sabnzbd.org/nzb-sources

Regards,
Giraffesyo
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by shypike »

Done
DEMONiX
Newbie
Newbie
Posts: 7
Joined: March 8th, 2011, 9:47 am

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by DEMONiX »

The link to the Arch Linux official repository is broken.
(seen on this page: http://wiki.sabnzbd.org/install-unix )

It currently points to: https://aur.archlinux.org/packages.php?ID=13691 (WRONG)

It should point to: https://aur.archlinux.org/packages/sabnzbd (STABLE)
Also, you may want to add; https://aur.archlinux.org/packages/sabnzbd-git (STABLE + BETA + ALPHA) (ALWAYS built from LATEST git tag automagically (so you can ignore the old displayed version number on that page)). This WILL build the latest alpha / beta (if that's the latest tag), else; the latest stable.

O_O

(hoping to make some code contributions to sabnzbd!)

--Junior Python Dev @ KangarooCreativeTeam.com
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by shypike »

DEMONiX wrote:The link to the Arch Linux official repository is broken.
Fixed. Thank you!
SimplyNZBs
Newbie
Newbie
Posts: 2
Joined: February 9th, 2016, 9:37 am

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by SimplyNZBs »

Can you please add SimplyNZBs (https://simplynzbs.com) to the Usenet Indexing Sites page at http://wiki.sabnzbd.org/nzb-sources
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by shypike »

Your https certificate is invalid and therefore refused by most browsers.
User avatar
sander
Release Testers
Release Testers
Posts: 9062
Joined: January 22nd, 2008, 2:22 pm

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by sander »

SimplyNZBs wrote:Can you please add SimplyNZBs (https://simplynzbs.com) to the Usenet Indexing Sites page at http://wiki.sabnzbd.org/nzb-sources
EDIT:

Interesting:

Code: Select all

$ python -c "import urllib, sys; print sys.version.split(' ')[0] ; f = urllib.urlopen('https://simplynzbs.com/');"
2.7.9
No more error message. So good to put into SABnzbd!

@simplynzbs:
did you change anything SSL/TLS settings on your server? (I hope so)
please provide the info: Site Open Cost Raw Mode2 RSS Indexer Tag3 Format Notes, so that I can add your site.

OLD:


A recent python's urllib2 (used by SABnzbd) says the site has a SSL problem, which causes problems for SAB users. SAB will say "Server https://simplynzbs.com/ uses an untrusted HTTPS certificate"

https://www.ssllabs.com/ssltest/analyze ... lynzbs.com gives grade "B". Details: https://www.ssllabs.com/ssltest/analyze ... 88.102.248 (see screenshot)

I'm assuming that the above issues have the same cause: SSL problems on https://simplynzbs.com/

FWIW gnutls-cli -p 443 simplynzbs.com says:

Code: Select all

- Status: The certificate is NOT trusted. The certificate issuer is unknown. 
*** PKI verification of server certificate failed...
*** Fatal error: Error in the certificate.
*** Handshake has failed

So maybe you can solve that?

Image

Image
SimplyNZBs
Newbie
Newbie
Posts: 2
Joined: February 9th, 2016, 9:37 am

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by SimplyNZBs »

Yeah I made a change to the SSL certificate to bring the site up to an A+ rating and fix the certificate chain issue

Here's the info you wanted

Site:
SimplyNZBs (https://simplynzbs.com)

Open:
Yes

Cost:
£5 year
£15 lifetime

Raw Mode:
No

RSS:
Yes

Indexer Tag Format:
Cat*Subcat

Notes:
Free accounts limited to 5 API hits/NZB Downloads, VIP accounts have a limit of 5000 API Hits and 1000 NZBs per day

Thank you
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: wiki.sabnzbd.org - The SABnzbd Manual - Suggestions & Di

Post by shypike »

Added.
Locked