my goal is to be able to use the TV Shows pane with all the nice graphics and extra info provided by the scrapers, rather than the drab Video's list.
i currently use mythrename.pl to generate readable filenames for all my mythtv recordings. this filename can then have info such as the original air date, syndicated episode numbers and the episode name.
eg:
Code:
Fringe - Unleashed - (2009-04-14 @ 2101).mpgfrom there i can run a separate job to search say http://epguides.com to lookup the syndicated episode id and the original air date and generate a xml nfo file that xbmc can use.
so i have:
Code:
Fringe - Unleashed - (2009-04-14 @ 2101).nfowhich contains a partial nfo:
Code:
<tvshow>
<title>Fringe</title>
<episodeguide><episodeguide><url cache="82066.xml">http://www.thetvdb.com/api/1D62F2F90030C444/series/82066/all/en.zip</url></episodeguide></episodeguide>
<episodedetails>
<title>Unleashed</title>
<season>1</season>
<episode>16</episode>
</episodedetails>
</tvshow>in the same directory (tvshows/Fringe); i add that to my Video's sources, set the content to tv show and scraper to use thetvdb.com. do a manual scan, go to TV Shows... and nothing!

can anyone help? cheers,



Search
Help