I usually don't pirate

February 27, 2013

I usually don't pirate if there's a convenient way for buying new media. Most of the time it's just the problem that the things you want are either:

  • not available in your area/country
  • not available in the desired language
  • not available online (or only streaming)/restricted in how or when you can access it.

Service problem

It may sound impatient, but why would you not be allowed to control the music, games and videos you bought? - I want it all, and I want it now.

Steam is an excellent example with no restrictions: You can buy and download games at any time, switch PC and install the games you bought before without any problem. No "You can only install this game on 1 PC", no "Please deactivate previous installations", no "In the USA this game was released three months ago, but in your country it's not available yet.

Gabe Newell from Valve essentially said the same thing some time ago (source):

"We think there is a fundamental misconception about piracy. Piracy is almost always a service problem and not a pricing problem".

I'm thinking of TV shows. If you're living in Switzerland or Germany you have almost no possibility to watch shows like "The Big Bang Theory" or "Two and a Half Men" in English within a reasonable time after they aired in the USA.

A friend reminded me last friday that there isn't such a service for viewing or buying US-american TV shows, and I admitted that I hadn't thought of that. And he's right, I too would pay to view the newest episodes of my favourite shows, when it would be convenient enough:

  • I want to download it to watch it on my TV, and
  • I want to view it in english.

But since such a thing doesn't exist and you have to wait for half a year to view it with a lousy sync, why not pirate it, why not download it on PirateBay? Available a few hours after the original broadcast, download on a NAS-server or simply drop it on a USB-stick, profit.

Automating

Today I recognized how repetitive it is to follow a TV show, especially when you want to stay up-to-date with your favourite shows. It's always something like:

  • Check if there is a new episode of show X.
  • Search for missing episodes and download them.

Repetitive work can be automated, so I wrote a script which always downloads the latest episodes for me from PirateBay. Source code is here.

The only thing you have to do is to specify the shows in series.txt and then just run it. It will create directories for every show and download all episodes from the current season, unless it finds already some existing episodes in the folders.

It does exactly what is described above: It checks on the latest episodes for a set of shows, searches for torrent/magnet links, and then opens them in the standard web browser, which should cause your BitTorrent client to open. In fact it just searches for the links, there is no torrent downloading in the program itself.

Github-Repo: series-downloader