Ok, this is amazing. RSS feeds for torrents from EZTV
– Steve
a memory repository
Sep 1st, 2009 by F45
Aug 26th, 2009 by F45
Aug 26th, 2009 by F45
http://tlug.ss.org/wiki/MythTV
– Steve
Aug 25th, 2009 by F45
– Steve
Aug 25th, 2009 by F45
This script will automatically scan an entire directory and retrieve meta data including posters for tv and movies.
http://www.mythtv.org/wiki/Fill_mythvideo_metadata.pl
A recent update is here:
http://fill-mythvideo-metadata.googlecode.com/svn/trunk/fill_mythvideo_metadata.pl
There is a line to set an external script to download movie posters.
#Set as 0 if you want to take posters from IMDB,
#or 1 if you want to generate from file.
#or 2 if you want to take posters from an external script
my $movies_snapshot = 0;
my $external_poster_command_line = '/usr/share/mythtv/mythvideo/scripts/tmdb.pl -P '
Also see the discussion thread
http://ubuntuforums.org/showthread.php?t=1061733&page=23
Aug 20th, 2009 by F45
ttvdb.py script for looking up tv series info. http://www.mythtv.org/wiki/Ttvdb.py
– Steve