On May 19, 2016 7:21:52 PM GMT+01:00, "Michael T. Dean" <mtdean@thirdcontact.com> wrote:<br>
>> I haven't checked the raw output of the uk_rt grabber or the new SD<br>
>JSON one, but if it turns out to be the case that they both use<br>
>xmltv_ns season/episode numbering, and if program titles are the same,<br>
>maybe the autogenerated program IDs would match too? Does anyone else<br>
>know?<br>
><br>
>That would be the case. However, I'd expect that the SD JSON one would<br>
><br>
>use the dd_progid system.<br>
<br>
Someone on the xmltv-users mailing list has been posting snippets of sample tv_grab_sd_json output for UK users, comparing with uk_rt. For example, an episode of the series Blue Eyes has the following in uk_rt:<br>
<br>
<episode-num system="xmltv_ns">0.8/10.</episode-num><br>
<br>
And the following in sd_json:<br>
<br>
<episode-num system="xmltv_ns">0.8.</episode-num><br>
<episode-num system="dd_progid">EP023864610009</episode-num> <br>
<br>
I.e. it has both systems listed, and is missing the total number in the xmltv_ns case. Would Myth use the dd_progid in this case, or an autogenerated ID from the xmltv_ns text? I'd prefer it to use xmltv_ns, to make it more likely that duplicates would be matched with my old recordings correctly.<br>
<br>
On the other hand, apparently some series in sd_json only output the dd_progid, with no xmltv_ns (I.e. no season/episode numbering) which is a shame. Those for sure will not be matched as duplicates with my old uk_rt recordings.<br>
<br>
John