<div dir="ltr"><div dir="ltr"><div dir="ltr">Sky Arts was recently added to the UK Freeview service and I've added it to my lineup.<div><br></div><div>MythTV is recording unwanted duplicates of the same episode.  I assume this is because the onairguide data for that channel carries different programid values for the same episode:</div><div><br></div><div></div><div><div><font size="1" face="monospace">mysql> select chanid, programid,title,subtitle from program where chanid=20011 and title like "%landscape%";</font></div><div><font size="1" face="monospace">+--------+-------------------------+------------------------------+-----------------------------------------+</font></div><div><font size="1" face="monospace">| chanid | programid               | title                        | subtitle                                |</font></div><div><font size="1" face="monospace">+--------+-------------------------+------------------------------+-----------------------------------------+</font></div><div><font size="1" face="monospace">|  20011 | <a href="http://www.sky.com/g_s45061104" target="_blank">www.sky.com/g_s45061104</a> | Landscape Artist Of The Year | West Reservoir, Stoke Newington, London |</font></div><div><font size="1" face="monospace">|  20011 | <a href="http://www.sky.com/g_s45061174" target="_blank">www.sky.com/g_s45061174</a> | Landscape Artist Of The Year | West Reservoir, Stoke Newington, London |</font></div><div><font size="1" face="monospace">|  20011 | <a href="http://www.sky.com/g_s45061306" target="_blank">www.sky.com/g_s45061306</a> | Landscape Artist Of The Year | West Reservoir, Stoke Newington, London |</font></div><div><font size="1" face="monospace">|  20011 | <a href="http://www.sky.com/g_s45061256" target="_blank">www.sky.com/g_s45061256</a> | Landscape Artist Of The Year | West Reservoir, Stoke Newington, London |</font></div><div><font size="1" face="monospace">|  20011 | <a href="http://www.sky.com/g_s45060807" target="_blank">www.sky.com/g_s45060807</a> | Landscape Artist Of The Year | Queen Elizabeth Olympic Park, Stratford |</font></div><div><font size="1" face="monospace">|  20011 | <a href="http://www.sky.com/g_s45060843" target="_blank">www.sky.com/g_s45060843</a> | Landscape Artist Of The Year | Queen Elizabeth Olympic Park, Stratford |</font></div><div><font size="1" face="monospace">+--------+-------------------------+------------------------------+-----------------------------------------+</font></div></div><div><br></div><div><br></div><div>(I haven't listed the descriptions because they're too wordy, but they're are identical for each of the two episodes above.  Series and Episode numbers match as well)<br></div><div><br></div><div>All duplicate matching options in the mythtv scheduler seem to use programid first and, if they're different then it doesn't flag a duplicate even if Title,Subtitle,Description etc. are the same?</div><div><br></div><div>I haven't come across this issue before - is it a feature of Sky program data?</div><div><br></div><div>At the moment I am creating 'ignore' rules for the subsequent showings.  Is there a better way?  Sod's law says that there are about 8 showings of each episode of this series during each week - I have come to the last episode though.</div></div></div></div>