<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 17, 2014 at 12:23 PM, Tom Dexter <span dir="ltr">&lt;<a href="mailto:digitalaudiorock@gmail.com" target="_blank">digitalaudiorock@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Fri, Oct 17, 2014 at 12:53 PM, Paul Harrison &lt;<a href="mailto:mythtv@sky.com">mythtv@sky.com</a>&gt; wrote:<br>
&gt; On 17/10/14 17:02, Robert Kulagowski wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Oct 16, 2014 at 5:22 PM, Tom Dexter &lt;<a href="mailto:digitalaudiorock@gmail.com">digitalaudiorock@gmail.com</a>&gt;<br>
&gt;&gt; wrote:<br>
&gt;&gt;&gt;<br>
&gt;&gt;&gt; Personally I&#39;d never use a third party app that even inserted data<br>
&gt;&gt;&gt; into the existing mythconverg tables, let alone one that did stuff<br>
&gt;&gt;&gt; like adding tables<br>
&gt;&gt;<br>
&gt;&gt; The current version of the grabber creates its own database.<br>
&gt;&gt;<br>
&gt;<br>
&gt; I&#39;m curious :) So how does that data then get into the myth database<br>
&gt; so it can use it?<br>
&gt;<br>
&gt; Paul H.<br>
&gt;<br>
</span>Precisely...If listings are showing up, then it must be inserting /<br>
updating the mythconverg database in addition to whatever it might be<br>
doing in it&#39;s own.<br>
<br>
Like I said, count me out until there&#39;s some official means of using<br>
the JSON service.<br>
<span class="HOEnZb"><font color="#888888"><br>
Tom</font></span><br></blockquote><div><br></div><div>If I understand correctly:<br><br></div><div>Originally the JSON grabber modified the schema of a few tables in the mythconverg database, and also added its own set of tables to the mythconverg database.  There were concerns that modifying the schema of the tables might cause upgrade issues (which seemed reasonable to me).  Robert K made a change so the schema of all existing tables remained the same, but still created tables under the mythconverg database for the JSON grabber.  There will still concerns that that could break upgrades (this seemed fairly unlikely to me, but you never can tell).  Now it sounds like Robert K is creating a separate database for the tables needed by the JSON grabber.<br><br></div><div>Of course you are correct that data will be added in the existing table for the listings, but the chance for that to break an upgrade of mythtv should be gone.  It should also mean that if the JSON grabber doesn&#39;t work correctly, that you should be able to switch back to the data direct grabber without worrying that there are things left over in the db that you need to fix.<br><br></div><div>Thanks Robert!<br><br></div><div>Bill<br></div></div></div></div>