[mythtv-users] Batch update of screen shots in 0.22

Doug Vaughan r.d.vaughan at rogers.com
Thu Oct 1 16:50:02 UTC 2009


Johnny,
    I did not include screenshot downloads in Jamu as I did not like 
their inconsistent quality on TVDB. If you care to write code you can 
easily get the TVDB screenshot URL by calling tvdb.py. Two formats are 
supported:
tvdb.py -S "TV SERIES NAME" season# episode#

and

tvdb.py -S TVDB# season# episode#

Examples:
 > ttvdb -S "Sanctuary" 1 2
http://www.thetvdb.com/banners/episodes/80159/389374.jpg
 > ttvdb -S 80159 1 2
http://www.thetvdb.com/banners/episodes/80159/389374.jpg

You could still get db update code from jamu if you can code in python.

Doug



More information about the mythtv-users mailing list