MythTV recorded shows into the TV Shows library database

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
malte Offline
Skilled Python Coder
Posts: 1,180
Joined: Jan 2010
Reputation: 18
Location: Germany
Post: #21
I already tried the myth:// source but it is not really working for me. I had some weird results in database afterwards.

I just learned about nfo files and I think that will be my next try. Actually I am using outleradams mythical librarian script to prepare my recordings before they get imported. It is already using mythtv database to do its job and it is not far away to create additional nfo files for the items it can't find at an online source.
find quote
Anaerin Offline
Junior Member
Posts: 27
Joined: May 2008
Reputation: 0
Post: #22
I do know that the TMS-based grabber I use gives the TMS program ID, which consists of the "Show ID", followed by the number of the show. So, for example, if you had:

SH007135160000

That would be a generic (un-numbered) episode of "Medium", which is Show ID 713516. If you had:

EP007135160113

That would a showing of the 113th episode of Medium (In this case, the episode "Psych", which is (in this case), Season 6 Episode 13). The grabber I'm using (mc2xml) doesn't provide the "Original Air Date", but it seems that data is missing from TMS' feed anyway, as it doesn't seem to be in Schedules Direct's feed either.

I'm not sure how/if this helps, but it is good to know.
find quote
dteirney Offline
Team-XBMC Developer
Posts: 820
Joined: Jul 2007
Reputation: 6
Location: New Zealand
Post: #23
I could look at putting in support for a regular expression to parse out the season and episode number from the program ID if the original air date isn't set.

Let me know if you'd consider using that. Would be done as an advanced setting underneath <myth>.

Use MythTV for recording TV? Try the integrated MythTV support in XBMC Media Center. Now with commercial skip support built-in and integration with the Movie database!
find quote
Post Reply