Skip to content

Monthly Archives: April 2009

Newsgroup Spotlight: Government and Regional Newsgroups

29-Apr-09

With recent announcements, summits, conferences and happenings, governments all over the world have been sharing the media spotlight more than ever. Following stories on world government affairs can be daunting, let alone being part of communities that deal with specific regions and topics. USENET  have a variety of different newsgroups [...]

System Status Update 04/28/2009

29-Apr-09

Subject: System Status Update 04/28/2009
From: Uncle Jesse
Date: Tue, 28 Apr 2009 17:17:23 -0700
Message-id:
Lines: 13

SVN Updated

28-Apr-09

I have updated the SVN release, which in and of itself isn’t news, but I think we’re getting closer to a proper release. A few things to note:

* I have added an option to manageshows.pl (-s) to allow you to import an existing .shows file. It *should* pull in your shows, qualities and templates, but please be sure to check the DB manually to make sure everything imported correctly.

* There have been some schema changes (sorry!). Due to limitations in sqlite (no alter column allowed) we cannot just update the schema so you’ll need to reinit your DB. The good news is that it never hurts to reinitialize, and now with being able to import a .shows file hopefully this will be less painful. I am trying to anticipate any data we could want to use and get it into the schema now, so that we won’t have to mess about with this stuff once we’ve made the release.

For anyone who is interested, you can get the latest head here: https://nzbivo.svn.sourceforge.net/svnroot/nzbivo/

The rev notes and code changes for this rev is here:
http://nzbivo.svn.sourceforge.net/viewvc/nzbivo?view=rev&revision=31

Completely off topic (and on my soapbox), here is to Liverpool overtaking Man U in the Premiere League… C. Ronaldo can suck it :-)

SVN Updated

28-Apr-09

I have updated the SVN release, which in and of itself isn’t news, but I think we’re getting closer to a proper release. A few things to note:

* I have added an option to manageshows.pl (-s) to allow you to import an existing .shows file. It *should* pull in your shows, qualities and templates, but please be sure to check the DB manually to make sure everything imported correctly.

* There have been some schema changes (sorry!). Due to limitations in sqlite (no alter column allowed) we cannot just update the schema so you’ll need to reinit your DB. The good news is that it never hurts to reinitialize, and now with being able to import a .shows file hopefully this will be less painful. I am trying to anticipate any data we could want to use and get it into the schema now, so that we won’t have to mess about with this stuff once we’ve made the release.

For anyone who is interested, you can get the latest head here: https://nzbivo.svn.sourceforge.net/svnroot/nzbivo/

The rev notes and code changes for this rev is here:
http://nzbivo.svn.sourceforge.net/viewvc/nzbivo?view=rev&revision=31

Completely off topic (and on my soapbox), here is to Liverpool overtaking Man U in the Premiere League… C. Ronaldo can suck it :-) (1 comments)

Samsung and Netbook Maker Announce Android Devices

27-Apr-09

Two Android powered devices have recently been announced, growing the exposure and the adoption of the Google OS. The open source operating system is being displayed in new phones and netbooks. The Android OS currently supports Usenet newsgroups by means of the mobile version of Google Groups as well as a 3rd party newsreader application.
Samsung [...]

nzbget-testing 0.7.0-r308 released (Sat, 25 Apr 2009 20:06:32 GMT)

25-Apr-09

Released at Sat, 25 Apr 2009 20:06:32 GMT by hugbug
Includes files: nzbget-0.7.0-testing-r308-bin-oleg-mipsel-debug.ipk (207703 bytes, 8 downloads to date), nzbget-0.7.0-testing-r308-bin-oleg-mipsel.ipk (196233 bytes, 18 downloads to date), nzbget-0.7.0-testing-r308-bin-cs05q3armel-arm-debug.ipk (186203 bytes, 12 downloads to date), nzbget-0.7.0-testing-r308-bin-cs05q3armel-arm.ipk (154237 bytes, 11 downloads to date), nzbget-0.7.0-testing-r308-bin-dns321-arm-debug.tar.gz (2775057 bytes, 20 downloads to date), nzbget-0.7.0-testing-r308-bin-dns321-arm.tar.gz (928260 bytes, 11 downloads to date), nzbget-0.7.0-testing-r308-bin-dns323-arm-debug.tar.gz (4450538 bytes, 18 downloads to date), nzbget-0.7.0-testing-r308-bin-win32.zip (1662247 bytes, 31 downloads to date), nzbget-0.7.0-testing-r308-bin-win32-no-tls.zip (266481 bytes, 65 downloads to date), nzbget-0.7.0-testing-r308-bin-win32-debug.zip (2014005 bytes, 13 downloads to date), nzbget-0.7.0-testing-r308.tar.gz (300630 bytes, 45 downloads to date), nzbget-0.7.0-testing-r308-bin-nslu2-armeb.ipk (170687 bytes, 6 downloads to date), nzbget-0.7.0-testing-r308-bin-nslu2-armeb-debug.ipk (203304 bytes, 9 downloads to date), nzbget-0.7.0-testing-r308-bin-mipsel-static-debug.tar.gz (3522202 bytes, 10 downloads to date), nzbget-0.7.0-testing-r308-bin-dns323-arm.tar.gz (785768 bytes, 32 downloads to date), nzbget-0.7.0-testing-r308-bin-mipsel-static.tar.gz (1496991 bytes, 16 downloads to date)
[Download] [Release Notes]

gHellanzb Applet gHellanzb 0.1h released (Thu, 23 Apr 2009 12:03:06 GMT)

23-Apr-09

Released at Thu, 23 Apr 2009 12:03:06 GMT by nico_open
Includes files: ghellanzb_0.1h.tar.gz (33062 bytes, 19 downloads to date), ghellanzb_0.1h_i386.deb (38238 bytes, 18 downloads to date), ghellanzb-independant_0.1h_i386.deb (38264 bytes, 20 downloads to date)
[Download] [Release Notes]

New Nzbivo-NG Alpha Release

17-Apr-09

OK, so I took some time to stop and think about what I was doing, and I decided that the OO path I took with NG of nzbivo was dumb.

So, I have rewritten it. The main thing we’re sporting this time, which is frikkin slick, is sqlite3 DB support. This allows us to offload a lot of the logic to the DB via simple SQL queries.

You may have to add some new modules (such as DBI and DBD::SQlite, and Maybe LWP::UserAgent::WithCache), but I think it’s worth it.

A few other notes, since everything is done via the DB, you have to get shows in there to start with. I have included a basic script for adding and removing shows from the DB named (cleverly enough) "manageshows.pl". Usage is pretty easy, the first time you run it, it’ll initialize the DB for you. You just do manageshows.pl -a "name of show" to add a show, -d to delete, etc. You can also use -q to add the quality attribute to the show, and you add templates with -t. The templates need to be a comma separated list. So essentially, each <Search> item you had in your .shows file previously.

This is still pretty rough around the edges. It currently doesn’t do very much TZ logic, so there will be some issues there. Also, if you want to make changes to a show once it’s been added to the DB, you either have to remove and readd it, or edit it by hand with the sqlite client.

I think thats about it, it’s in subversion as revision 19, so if you’re feeling lucky, go wild.

New Nzbivo-NG Alpha Release

17-Apr-09

OK, so I took some time to stop and think about what I was doing, and I decided that the OO path I took with NG of nzbivo was dumb.

So, I have rewritten it. The main thing we’re sporting this time, which is frikkin slick, is sqlite3 DB support. This allows us to offload a lot of the logic to the DB via simple SQL queries.

You may have to add some new modules (such as DBI and DBD::SQlite, and Maybe LWP::UserAgent::WithCache), but I think it’s worth it.

A few other notes, since everything is done via the DB, you have to get shows in there to start with. I have included a basic script for adding and removing shows from the DB named (cleverly enough) "manageshows.pl". Usage is pretty easy, the first time you run it, it’ll initialize the DB for you. You just do manageshows.pl -a "name of show" to add a show, -d to delete, etc. You can also use -q to add the quality attribute to the show, and you add templates with -t. The templates need to be a comma separated list. So essentially, each <Search> item you had in your .shows file previously.

This is still pretty rough around the edges. It currently doesn’t do very much TZ logic, so there will be some issues there. Also, if you want to make changes to a show once it’s been added to the DB, you either have to remove and readd it, or edit it by hand with the sqlite client.

I think thats about it, it’s in subversion as revision 19, so if you’re feeling lucky, go wild. (0 comments)

SABnzbd 0.4.9 has been released

16-Apr-09

SABnzbd 0.4.9 Final has been released.
This is primarily a security fix release, triggered by a vulnerability reported by Secunia.
http://secunia.com/advisories/34537/
PLEASE NOTE:
This release will break compatibility with existing third-party tools and possibly your own scripts.
Third-party tool authors have been notified of the problem and we hope they will soon create new releases.
More info on the API [...]