[mythtv-users] [UK] ITV Channels Freeview and Freesat different series/program IDs

John reidjr at lineone.net
Sat Sep 21 18:30:52 UTC 2013


I have both freeview and freesat on my myth backend, and found a ( 
slightly) annoying problem with ITV channels. As these channels are 
exactly the same from both sources, I have matching channum/callsign etc.

  If I schedule a "record all showings" and set the scheduling to check 
for duplicates, and prefer freesat ( higher quality), it will record 1 
copy from Freesat, and then at another time, one from Freeview.  They 
don't record at the same time, so the scheduling is preferring freesat.

The subtitle and description match exactly,  but the problem is that 
where there is series-id/program-id they are different. Does anybody 
know if the source eit is different, or its a parsing issue from mythtv, 
that could be tweaked in fixups ? BBC channels don't show this variance 
between freeview and freesat.

An example here 17260 is ITV3 freesat, 9010 is ITV freeview


mysql> select chanid,title,subtitle,seriesid,programid,description  from 
recorded where subtitle like "%greek%";
+--------+-----------------------------------+-----------------------+------------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+
| chanid | title                             | subtitle | 
seriesid               | programid             | description |
+--------+-----------------------------------+-----------------------+------------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+
|  17260 | The Adventures of Sherlock Holmes | The Greek Interpreter | 
www.itv.com/1326665559 | www.itv.com/615679868 | Holmes's older brother, 
Mycroft, needs help solving the mystery of a young Greek forced by a 
gang to interpret for a man they are holding prisoner. |
|   9010 | The Adventures of Sherlock Holmes | The Greek Interpreter | 
www.itv.com/95345572   | www.itv.com/519868    | Holmes's older brother, 
Mycroft, needs help solving the mystery of a young Greek forced by a 
gang to interpret for a man they are holding prisoner. |
+--------+-----------------------------------+-----------------------+------------------------+-----------------------+-----------------------------------------------------------------------------------------------------------------------------------------------------+
2 rows in set (0.00 sec)


looking at an example, the programid looks similar, ( same last four 
digits) .


Is there a duplicate option which ignores the series/programid ?

John



More information about the mythtv-users mailing list