<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Sun, Dec 28, 2014 at 11:09 AM, Karl Newman <span dir="ltr"><<a href="mailto:newmank1@asme.org" target="_blank">newmank1@asme.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote"><span class="">On Sun, Dec 28, 2014 at 10:16 AM, Nicolas Krzywinski <span dir="ltr"><<a href="mailto:myth@site7even.de" target="_blank">myth@site7even.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
I just found out that the database table's fields recordedprogram.starttime and recorded.starttime does not qualify for joining, as it is documented in the wiki: <a href="http://www.mythtv.org/wiki/Recordedprogram_table" target="_blank">http://www.mythtv.org/wiki/Recordedprogram_table</a>.<br>
Whereas recorded.starttime seems to represent the real start of recording, recordedprogram.starttime seems to tell the original start of the broadcast.<br>
<br>
Instead, recordedprogram.title = recorded.title and recordedprogram.subtitle = recorded.subtitle seem to be suitable for joining the tables (additionally to chanid, of course).<br>
<br>
Am I right with using these?<br>
<br></blockquote></span><div>I think programid might be a better one to join on. This assumes your listing source generates unique programid's but I think that's true for all? grabbers. I suppose if you have more than one recording of the same program (or multiple generic programs) then that may not be a unique join, though... Ah, maybe you want recorded.progstart joined to recordedprogram.starttime. I think the wiki needs a nudge there.<span class="HOEnZb"><font color="#888888"><br><br></font></span></div></div></div></div></blockquote><div><br></div><div>Nevermind, I just updated it myself.<br><br>Karl <br></div></div></div></div>