<br><br><div class="gmail_quote">On Thu, Sep 3, 2009 at 10:06 PM, Paul - subscriptions <span dir="ltr"><<a href="mailto:mylists@wilsononline.id.au">mylists@wilsononline.id.au</a>></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've now checked the "oldrecorded" 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"><<a href="mailto:mylists@wilsononline.id.au" target="_blank">mylists@wilsononline.id.au</a>></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'm wanting is I'm trying to figure out why MythTV is not recording a new episode as I'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"><<a href="mailto:mylists@wilsononline.id.au" target="_blank">mylists@wilsononline.id.au</a>></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've found a row in the "program" 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 - "The Confessio 6 PRIME C 07 20:30-21:35 1 0 0 d P 0/0<br><br><br>mysql> SELECT starttime,title, subtitle, programid,syndicatedepisodenumber,programid FROM program WHERE title LIKE "City Homicide%" and subtitle = "The Confession";<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>