To Be GNU/Hurd

Mon, 09 Jun 2008

hellasmella 0.11 fixes broken newzbin searching

Newzbin recently switched to v3 for the default interface, thus breaking the screen scraping that was being done. Here is a new version that forces the v2 interface.

HellaSmella-0.11.tar.gz

Sat, 07 Jun 2008

hellasmella 0.10

This release will hopefully fix some small bugs people where running in to. I have also added a speed plot to the status bar. Enjoy!

Changelog

HellaSmella-0.10.tar.gz

Wed, 27 Feb 2008

hellasmella 0.09

I went ahead and put my lighttpd config in the ex/ directory. Hopefully that will help some people get this set up. I also updated the README with some more details. Here is a list of the latest changes:

I need to do a little more styling of the extended information that pops down, but I think it is time for a new release.

HellaSmella-0.09.tar.gz

Mon, 07 Jan 2008

hellasmella 0.08

HellaSmella-0.08.tar.gz

posted at: 01:05 | path: /development/hellasmella | permanent link to this entry | (2 comments)

Sat, 08 Dec 2007

hellasmella 0.07

I took some time and created a Newzbin model for HellaSmella. This makes things a little less ugly, but they also let you configure your Newzbin login info in the hellasmella.yml config file.

HellaSmella-0.07.tar.gz

I was very close to switching to WWW::Newzbin for this release. Unfortunately, after some tinkering around I realized that the file searching provided by the Newzbinx FileFind API does not let you search "reports". In the world of Newzbin, reports are the collections of files that make up a single TV show, Movie, etc. Instead of searching reports, the FileFind API only lets you search for individual files (part001.rar, part002.rar). This is fairly useless for my purposes, so it looks like I'll have to stick with screen scraping.

Here's hoping they don't shut down v2 of the site!

Tue, 25 Sep 2007

oops, hellasmella 0.06 fixes more stuff

I accidentally removed some redirections that happen when you pause, continue, or remove a queue item. This new version fixes that, and in a way that works with non-root path installs.

HellaSmella-0.06.tar.gz

Sat, 22 Sep 2007

hellasmella 0.05 fixes stuff!

I put together a new release of HellaSmella this morning that includes a number of changes. Some very important!

HellaSmella-0.05.tar.tz

Sun, 19 Aug 2007

hellasmella 0.04

Here is a new version of HellaSmella. Changelog is below:

HellaSmella-0.04.tar.gz

Sat, 07 Jul 2007

hellasmella version zero point zero three

This is mostly a bug fix release. The majority of the changes are just html rendering fixes and a few javascript changes. One thing to note is that previous releases wouldn't work without a patch to Catalyst::Model::XMLRPC. This is no longer the case with the latest version of C::M::XMLRPC. Joy.

HellaSmella-0.03.tar.gz

Sun, 24 Jun 2007

here is hellasmella 0.02~

This version adds some sw8 stuff:

HellaSmella-0.02

Tue, 19 Jun 2007

Here is the initial release of HellaSmella.

Features

TODO

HellaSmella 0.01

Mon, 18 Jun 2007

hellasmella: a hellanzb web interface

So I spent some time this weekend working on a web interface for hellanzb. I was amazed at how fast it went using Catalyst with the Catalyst::Model::XMLRPC module. I got a working version finished within an hour, and spent the remaining time working on HTML/CSS stuff. Here is a screenshot with code to follow soon.