[mythtv-commits] Ticket #12548: UK EIT fixup not applied consistently for Freesat
MythTV
noreply at mythtv.org
Tue Nov 17 19:05:01 UTC 2015
#12548: UK EIT fixup not applied consistently for Freesat
--------------------------------------+---------------------
Reporter: lucylangthorne55@… | Owner: dekarl
Type: Bug Report - General | Status: new
Priority: minor | Milestone: unknown
Component: MythTV - EIT | Version: 0.27.5
Severity: medium | Keywords:
Ticket locked: 0 |
--------------------------------------+---------------------
For UK DVB-S Freesat using OTA EIT, the EIT fixup does not seem to be
applied on all titles. This means some titles have a prefix of "New:". An
example is below where we detect the same program at the same time via
different regional channels but some are prefixed with "New:".
Similar to #11715 which was fixed a few years ago for UK Freeview (DVB-T).
select distinct title,starttime,callsign from program P, channel C where
C.chanid=P.chanid and programid='www.itv.com/806266883' and sourceid=1 and
xmltvid='' and useonairguide=1 order by starttime;
+------------+---------------------+--------------+
| title | starttime | callsign |
+------------+---------------------+--------------+
| Lewis | 2015-11-10 21:00:00 | ITV |
| Lewis | 2015-11-10 21:00:00 | ITV Border |
| New: Lewis | 2015-11-10 21:00:00 | ITV |
| New: Lewis | 2015-11-10 21:00:00 | ITV Wales |
| Lewis | 2015-11-10 21:00:00 | ITV Wales HD |
| Lewis | 2015-11-10 21:00:00 | ITV HD |
| Lewis | 2015-11-10 22:00:00 | ITV +1 |
| New: Lewis | 2015-11-10 22:00:00 | ITV +1 |
+------------+---------------------+--------------+
--
Ticket URL: <https://code.mythtv.org/trac/ticket/12548>
MythTV <http://www.mythtv.org>
MythTV Media Center
More information about the mythtv-commits
mailing list