This is just a reminder that SwarmTv is far from dead.
Ranzbak just checked in revision 99 into our Subversion repository.

We are currently at number 16 of 23 on our Roadmap to Alpha..

That means, it downloads RSS files and adds them to it's internal XML database.
You can list and search that database, with queries and by pubdate.

Ranzbak has put a lot of effort in the internal design, so now we can code quite fast and efficient.
SwarmTv 0.0.1 pre alpha

USAGE : ./SwarmTv [-a url] [-l] [-L] [-r url] [-d url]
[-c url] [-[i][sS] query]
-a: add rss (requires url)
-c: show content of channel (requires url)
-d: download (requires url)
-l: list channels
-L: list all
-r: remove rss (requires url)
-i: make search case insensitive (use before -s or -S)
-s: search channels and descriptions (requires a query)
-S: search channels and content with descriptions (requires a query)
-t: get all content less then n days old
-h: display this help messege.

EXAMPLE: ./SwarmTv -a http://www.legaltorrents.com/rss.xml -l
EXAMPLE: ./SwarmTv -iS title
Remember this is pre alpha software, so it will proppably not be usefull..
But you can download it in bzip2, gzip and zip format.

Or use subversion:
svn co http://svn.etv.cx/svn/SwarmTv/trunk SwarmTv

Dependencies:

libxml++http://libxmlplusplus.sourceforge.net/
libsigc++http://libsigc.sourceforge.net/
cURLhttp://curl.haxx.se/
PCREhttp://www.pcre.org/