2009-04-18, 23:31
so i've been looking into a way of getting my mythtv recordings better integrated with xbmc. the myth:// method works fine, but because of an issue with schedules direct and the lack of database support in mythtv itself; important information like the series and episode numbers are missing.
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:
from 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:
which contains a partial nfo:
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!![Sad Sad](https://forum.kodi.tv/images/smilies/frown.png)
can anyone help? cheers,
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).mpg
from 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).nfo
which 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!
![Sad Sad](https://forum.kodi.tv/images/smilies/frown.png)
can anyone help? cheers,