[mythtv-commits] Ticket #12175: "This time" filter only matches shows that are later than original schedule time

MythTV noreply at mythtv.org
Sat Jun 14 13:37:07 UTC 2014


#12175: "This time" filter only matches shows that are later than original schedule
time
----------------------------------+-----------------------------
 Reporter:  tuxtiger@…            |          Owner:  gigem
     Type:  Bug Report - General  |         Status:  new
 Priority:  minor                 |      Milestone:  unknown
Component:  MythTV - Scheduling   |        Version:  Master Head
 Severity:  medium                |     Resolution:
 Keywords:                        |  Ticket locked:  0
----------------------------------+-----------------------------

Comment (by tuxtiger@…):

 The query should be:

 NOT ABS(TIMESTAMPDIFF(MINUTE, CONVERT_TZ(  ADDTIME(RECTABLE.startdate,
 RECTABLE.starttime), 'Etc/UTC', 'SYSTEM'),   CONVERT_TZ(program.starttime,
 'Etc/UTC', 'SYSTEM'))) MOD 1440 BETWEEN 11 AND 1429

 confirmed to be working in my myth

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


More information about the mythtv-commits mailing list