<br><br><div class="gmail_quote">On Thu, Sep 3, 2009 at 10:06 PM, Paul - subscriptions <span dir="ltr">&lt;<a href="mailto:mylists@wilsononline.id.au">mylists@wilsononline.id.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
note I&#39;ve now checked the &quot;oldrecorded&quot; table and subtitle does NOT exist, so this must  be a bug right?<br>what else can I check<div><div></div><div class="h5"><br><br><br><br><div class="gmail_quote">On Thu, Sep 3, 2009 at 10:02 PM, Paul - subscriptions <span dir="ltr">&lt;<a href="mailto:mylists@wilsononline.id.au" target="_blank">mylists@wilsononline.id.au</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">The reason I&#39;m wanting is I&#39;m trying to figure out why MythTV is not recording a new episode  as I&#39;m pretty sure its not a duplicate.<br>

ie is this a bug or have I missed something.<div><div></div><div><br><br><br><br><div class="gmail_quote">
On Thu, Sep 3, 2009 at 9:33 PM, Paul - subscriptions <span dir="ltr">&lt;<a href="mailto:mylists@wilsononline.id.au" target="_blank">mylists@wilsononline.id.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">


Is there a quick way to like all the episodes of a particular show?<br><br>ie what database table is this stored in ? and do these ever expire or get purged?<br><br>thanks<br><font color="#888888">Paul<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>
</div></div></blockquote></div><br>I&#39;ve found a row in the &quot;program&quot; table but none in the recorded table..<br><br>--- print list start ---<br>Title - Subtitle                Ch Station Day Start  End   S C I  T N   Pri<br>
City Homicide - &quot;The Confessio    6 PRIME C 07 20:30-21:35  1 0 0  d P   0/0<br><br><br>mysql&gt; SELECT starttime,title, subtitle, programid,syndicatedepisodenumber,programid  FROM program WHERE title LIKE &quot;City Homicide%&quot; and subtitle = &quot;The Confession&quot;;<br>
+---------------------+---------------+----------------+-------------+-------------------------+-------------+<br>| starttime           | title         | subtitle       | programid   | syndicatedepisodenumber | programid   |<br>
+---------------------+---------------+----------------+-------------+-------------------------+-------------+<br>| 2009-09-07 20:30:00 | City Homicide | The Confession | EP341898163 | E6S3                    | EP341898163 |<br>
+---------------------+---------------+----------------+-------------+-------------------------+-------------+<br><br>