Protected: [Dublin][21-22/02/11] Repos, cours et Stud Bar

February 25th, 2011

This content is password protected. To view it please enter your password below:

Protected: [Dublin][20/02/11] Guinness StoreHouse

February 23rd, 2011

This content is password protected. To view it please enter your password below:

Protected: [Dublin][19/02/11] Temple Bar Reloaded

February 23rd, 2011

This content is password protected. To view it please enter your password below:

Protected: [Dublin][18/02/11] Futchebol & Stud Bar

February 21st, 2011

This content is password protected. To view it please enter your password below:

Protected: [Dublin][17/02/11] So long (and thx 4 all da fish)

February 21st, 2011

This content is password protected. To view it please enter your password below:

Protected: [Dublin][16/02/11] Auberge mon amie

February 21st, 2011

This content is password protected. To view it please enter your password below:

Protected: [Dublin][15/02/11] Tarot, billard: Stud Bar

February 18th, 2011

This content is password protected. To view it please enter your password below:

Protected: [Dublin][14/02/11] French Day

February 18th, 2011

This content is password protected. To view it please enter your password below:

Protected: [Dublin][13/02/11] Allonzenfaaaantdeuuuhlapatriiiiieuuuh

February 16th, 2011

This content is password protected. To view it please enter your password below:

Automatic Pogdesign/EZTV synchronizer

February 15th, 2011

You’re maybe familiar with Pogdesign, a british website offering a free TV Shows online calendar; when registering, you can add filters for the TV Shows you follow, and access to the corresponding Ical file.

Like utorrent RSS synchronizer, I wanted to automatically look for the release of my favorite shows using rtorrent. I’m pretty sure there are plenty of tools around the web to do it, but I preferred to do it myself.

Here is a little script that:

  • Checks in your PogDesign calendar if new shows are airing today
  • Updates your shows database according to your calendar
  • Checks on EZTV RSS Feed if any of your show is available for download
  • Puts the appropriate .torrent files in the location you want

You’ll need sqlite3, perl5, DBI::SQLite and XML::RSS::Parser::Lite (just run perl -MCPAN -e ‘install XML::RSS::Parser::Lite’).

Just open the script and adjust the top-variables according to your needs (url of the calendar, path to store the torrents, RSS Feed). Run the script with -v to get verbose output (useful for logging when put in a crontab every day 🙂 ), run it with -t to get the list of the RSS torrents, and with -s to see your waiting shows.

The code is ugly, and regexes need improvement. I plan to do an automatic subtitles synchronyzer later.

Cheers,

DOWNLOAD