
Originally Posted by
Lemming
I was just curious how other people are getting there TV episodes. I have set up what I think is a pretty cool system for getting all my TV needs that I have pieced together over the course of time that I'd like to share. Perhaps some of you have similar systems in place or can help me improve mine.
First of all there are numerous software tools involved in my process.
1) uTorrent
2) System Ghost
3) AHK
4) mkv2vob
5) TheRenamer
5) PS3 Media Server
You can probably guess that my media player of choice is the PS3. The goal was to make a hands free system that automatically downloaded new episodes of the TV series I watch (HD only) and make the available to my PS3.
The process is a bit complicated, but here is the jest of it:
1) With built in smart episode filter and RSS Downloader of uTorrent, I set up the shows I want to download automatically, and filter for 720p files only. (Tracker of choice is TVTorrents.com)
2) Once downloaded, uTorrent puts the seed file into a new folder. Event Ghost is running in the background and sees this new file and copies the file name.
3) Event Ghost kicks off AHK (really this is just because mkv2vob does not have a command line utility) which (simplified) converts the mkv file to a format the PS3 can play natively. Then it kills the mkv2vob process
4) The output folder of mkv2vob is a separate folder (I label it "Unsorted Media") that leaves the seeding folder alone (so that I can continue to seed the torrent to keep up my ratio).
5) Event Ghost, upon the ending of AHK script, opens TheRenamer. This program basically scrapes the filename for the series name, season number, and episode number and goes to theTVDB.com and grabs actual name of the show. It then renames and moves the file into a more structured folder format. It ends up as TV Shows\Series Name\Season #\Series.S##E##.Episode Name.
6) This folder is automatically set up to share with the PS3 via the PS3 Media Server.
And that is it! So far it has been awesome. I've had a few hiccups along the way though. A few shows didn't convert correctly when running through mkv2vob. It isn't entirely robust either, so when that error occurs, it can cause the whole scripting to stop in its tracks until I clear an error window.
Anyone else have anything similar?