[mythtv-commits] Ticket #12989: Feature patch: Use XMLTV dd_progid data to create seriesid

MythTV noreply at mythtv.org
Mon Feb 20 13:15:07 UTC 2017


#12989: Feature patch: Use XMLTV dd_progid data to create seriesid
-------------------------------------------------+-------------------------
 Reporter:  Gary Buhrmaster <gary.buhrmaster@…>  |          Owner:  stuartm
     Type:  Patch - Feature                      |         Status:  new
 Priority:  minor                                |      Milestone:  29.0
Component:  MythTV - Mythfilldatabase            |        Version:  Master
                                                 |  Head
 Severity:  medium                               |     Resolution:
 Keywords:                                       |  Ticket locked:  0
-------------------------------------------------+-------------------------
Changes (by stuarta):

 * milestone:  unknown => 29.0


Comment:

 John,

 I only use EIT data, so I can only comment on this use case.

 Specifically it isn't going to impact UK EIT users as we don't have
 any existing seriesid data that matches the queries.

 Would need someone who uses one of the other guide data sources to
 see what they get for these queries.

 {{{
 mysql> select distinct seriesid from oldrecorded WHERE seriesid like 'EP%'
 OR seriesid like 'SH%';
 Empty set (0.00 sec)

 mysql> select distinct seriesid from recorded WHERE seriesid like 'EP%' OR
 seriesid like 'SH%';
 Empty set (0.00 sec)

 mysql> select distinct seriesid from record WHERE seriesid like 'EP%' OR
 seriesid like 'SH%';
 Empty set (0.00 sec)

 mysql> select distinct seriesid from program WHERE seriesid like 'EP%' OR
 seriesid like 'SH%';
 Empty set (0.00 sec)

 }}}

 Regards
 Stuart

--
Ticket URL: <https://code.mythtv.org/trac/ticket/12989#comment:2>
MythTV <http://www.mythtv.org>
MythTV Media Center


More information about the mythtv-commits mailing list