[mythtv-users] UK: Strictly Come Dancing E1S12, looks like a dupe

Karl Dietz dekarl at spaetfruehstuecken.org
Thu Sep 18 19:32:02 UTC 2014


On 18.09.2014 21:10, Karl Dietz wrote:
> On 18.09.2014 16:42, Michael T. Dean wrote:
>> On 09/18/2014 08:00 AM, Tim wrote:
>>>
>>> mysql> select title, subtitle, season, episode, starttime, programid
>>> from recorded where title like 'Strictly%Dancing';
>>> +-----------------------+----------------------------------------+--------+---------+---------------------+---------------+
>>>
>>>
>>> | title | subtitle | season | episode | starttime | programid |
>>> +-----------------------+----------------------------------------+--------+---------+---------------------+---------------+
>>>
>>>
>>> | Strictly Come Dancing | Strictly Come Dancing: The Launch Show | 0 |
>>> 0 | 2014-09-07 18:58:00 | EP1024742471c |
>>> +-----------------------+----------------------------------------+--------+---------+---------------------+---------------+
>>>
> ...
>> episode number (in decimal--here "1") and season number (in base
>> 36--here "c"). So, that program ID would never have been generated by
>> MythTV with season and episode numbers of 0 (instead it would have
>> generated the value "EP10247424700").
>
> Tim, can we see the result of this modified query please? (replace
> recorded with recordedprogram)
>
> select title, subtitle, season, episode, starttime, programid from
> recordedprogram where title like 'Strictly%Dancing';
>
> Looking at recorded will only show the season/episode from thetvdb, but
> not from the guide feed!

Doh, that query appears to work only if you are running the development
code... Sorry.

We'd have to look at the raw xmltv data of the program. Given that its
in the past I'm not sure how to get that.

Regards,
Karl


More information about the mythtv-users mailing list