newznab - open source usenet indexer

Got a program that plays well with SABnzbd? Share it here!
Post Reply
User avatar
newznab
Newbie
Newbie
Posts: 16
Joined: October 28th, 2010, 4:59 am

newznab - open source usenet indexer

Post by newznab »

Ever wanted to access content not indexed by the usual nzb sites, run a public nzb index of your own, or create a private index which you can program against?

Around the time that newzbin went down, a few people were discussing the pain of having written apps which interact with the big usenet indexers via apis, only for the site to go down and the work be wasted. Whilst there was a couple of notable GPLd indexing sites like Ikbin and URD, a couple of people decided to go about writing a new usenet index site, with community features which would have a similar effect that tbsource did to torrenting sites. Something that could be fairly easily installed on a home NAS or web server, churn out nzbs in a user friendly format and work directly with sabnzbd, creating a slick way to find and request usenet content from one interface.

As nzbs.org is the best nzb site on the web :-), we took as many of its features, clean interface and all round goodness and tried to roll it into an application called newznab.

Now newznab is getting fairly stable, it seemed like a good idea to tell a few people about it.

The technology stack is PHP/Smarty application, a mysql database with gzipped nzb files and a simple web based search interface onto the data. It is supported natively by Sickbeard, CouchPotato and Newsflash+ via a pretty comprehensive api
Image
We offer newznab in two versions, the classic version with all the features to get an index up and running (and is GPL so you can repurpose it as you wish), and the newznab plus edition, which incorporates many extra features such as deep rar password inspection, mediainfo integration, thumbnailing previews of video, audio previews, memcache support and access to many more groups and much more. we ask for a small donation for newznab plus.

Our irc presence is on irc.synirc.net #newznab
Last edited by newznab on September 9th, 2011, 5:48 am, edited 2 times in total.
jayhawk785
Release Testers
Release Testers
Posts: 10
Joined: October 7th, 2009, 4:28 pm

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by jayhawk785 »

Very easy to install, example of running site at http://nzb.su

We will answer any install questions you might have in IRC, and we'll check this thread as well.
maxrogers
Newbie
Newbie
Posts: 29
Joined: May 24th, 2009, 11:52 am

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by maxrogers »

really cool!  8) good work!  ;D
Flamez
Newbie
Newbie
Posts: 8
Joined: May 25th, 2008, 9:00 am

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by Flamez »

Wished someone could get this to work under lighttpd?
NK26
Newbie
Newbie
Posts: 19
Joined: May 19th, 2010, 8:39 pm

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by NK26 »

What Kind of bandwith does this use on a average basis?
User avatar
newznab
Newbie
Newbie
Posts: 16
Joined: October 28th, 2010, 4:59 am

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by newznab »

Flamez wrote: Wished someone could get this to work under lighttpd?
You dont need to wish too hard, someone created the lighttpd rewrite rules (which as I understand was the only thing preventing it working)

http://code.google.com/p/newznab/source ... lrewriting
User avatar
newznab
Newbie
Newbie
Posts: 16
Joined: October 28th, 2010, 4:59 am

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by newznab »

NK26 wrote: What Kind of bandwith does this use on a average basis?
Of course theres a bunch of factors. I wrote a post a while back on the xbmc forums which has some pointers on bandwidth use.

http://forum.xbmc.org/showpost.php?p=61 ... stcount=12
User avatar
newznab
Newbie
Newbie
Posts: 16
Joined: October 28th, 2010, 4:59 am

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by newznab »

Looks like newznab is now supported by nzbsearcher.

If you are trying out searching, I'd really recommend trying newsflash+ it has a great interface, and works very well with the newznab search api.
binhex
Sr. Member
Sr. Member
Posts: 470
Joined: December 5th, 2008, 11:54 am

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by binhex »

Wow what a cool idea I really like the idea of running my own indexer hmm going to have to play with this :-) many thanks newznab!  ;D
usus2000
Newbie
Newbie
Posts: 1
Joined: November 30th, 2010, 7:07 am

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by usus2000 »

Hey! Great Idea for an app :) But I've a problem updating the groups...

(Even pan has...) Downloading bins (If I have a nzb file) work but it seams I can't get headers...

The only output (for a random chossen group) I get is:

First: 694766 Last: 696814 Local last: 0
New group starting with 14945 days worth.
Getting 2,049 parts (694766 to 696814) - 0 in queue
Received 0 articles of 2049 requested, 0 blacklisted, 0 not binaries

I think the error is on my side (me myself an I ;) ) Perhaps I don't understand the configuration.

I'm using hitnews as usenetprovider with ssl encryption Perhaps there is an issue...

Thanks in advance!
User avatar
newznab
Newbie
Newbie
Posts: 16
Joined: October 28th, 2010, 4:59 am

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by newznab »

usus2000 wrote: Hey! Great Idea for an app :) But I've a problem updating the groups...

(Even pan has...) Downloading bins (If I have a nzb file) work but it seams I can't get headers...

The only output (for a random chossen group) I get is:

First: 694766 Last: 696814 Local last: 0
New group starting with 14945 days worth.
Getting 2,049 parts (694766 to 696814) - 0 in queue
Received 0 articles of 2049 requested, 0 blacklisted, 0 not binaries

I think the error is on my side (me myself an I ;) ) Perhaps I don't understand the configuration.

I'm using hitnews as usenetprovider with ssl encryption Perhaps there is an issue...

Thanks in advance!
Looks like you haven't found any matching binaries for the groups you enabled. Start with something obvious like teevee.
User avatar
newznab
Newbie
Newbie
Posts: 16
Joined: October 28th, 2010, 4:59 am

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by newznab »

Alba66peach wrote: Nobody is replying about what bandwidth is required on an average basis.
Yup. I replied higher up. Although without a threaded discussion its not obvious to see.



Quote from: NK26 on October 30, 2010, 08:55:09 pm
What Kind of bandwith does this use on a average basis?

Of course theres a bunch of factors. I wrote a post a while back on the xbmc forums which has some pointers on bandwidth use.

http://forum.xbmc.org/showpost.php?p=61 ... stcount=12
semel
Jr. Member
Jr. Member
Posts: 58
Joined: January 25th, 2009, 3:45 am

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by semel »

Is it possible to make newznab work like this search engine?
http://www.mysterbin.com

showing us what is inside rars
User avatar
newznab
Newbie
Newbie
Posts: 16
Joined: October 28th, 2010, 4:59 am

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by newznab »

semel wrote: Is it possible to make newznab work like this search engine?
http://www.mysterbin.com

showing us what is inside rars
Done.
war59312
Jr. Member
Jr. Member
Posts: 86
Joined: January 4th, 2011, 11:24 pm
Location: U.S.A
Contact:

Re: newznab - open source usenet indexer and all round nzbs.org clone

Post by war59312 »

Might want to update the links on the first page while you are here.

I get Forbidden on all 3 Google links.
Post Reply