wow the new version is pretty stable now, it&#39;d be nice to see this in contrib or a mythbuntu package!<br><br><div class="gmail_quote">On Sun, Aug 15, 2010 at 9:22 AM, Chad Oppliger <span dir="ltr">&lt;<a href="mailto:chadopp@gmail.com">chadopp@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div><div></div><div class="h5">On Sun, Aug 15, 2010 at 9:07 AM, Chris Kapp &lt;<a href="mailto:chris.kapp@gmail.com">chris.kapp@gmail.com</a>&gt; wrote:<br>

&gt;<br>
&gt;<br>
&gt; On Sat, Aug 14, 2010 at 12:11 PM, Andre &lt;<a href="mailto:mythtv-list@dinkum.org.uk">mythtv-list@dinkum.org.uk</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On 13 Aug 2010, at 05:04, Chad Oppliger wrote:<br>
&gt;&gt;<br>
&gt;&gt; &gt; I created a little add-on to mythweb that displays every television<br>
&gt;&gt; &gt; series ever aired(according to tvrage).  Each tv show has a link that when<br>
&gt;&gt; &gt; selected will display a list of every episode for the particular show and a<br>
&gt;&gt; &gt; status showing if you have a particular episode scheduled for recording or<br>
&gt;&gt; &gt; have recorded it in the past.  From the episode listing you can choose to<br>
&gt;&gt; &gt; create a tvwish list that will schedule recordings based off of the wish<br>
&gt;&gt; &gt; list when they become available.<br>
&gt;&gt;<br>
&gt;&gt; Nice feature addition, thanks.<br>
&gt;&gt;<br>
&gt;&gt; Sadly my myth database seems to think it hasn&#39;t recorded a lot of episodes<br>
&gt;&gt; that in fact it has, well at least I now know why it keeps recording the<br>
&gt;&gt; same CSI episodes over and over again!<br>
&gt;&gt;<br>
&gt;&gt; One small comment, would be much nicer to use if the initial TV Episodes<br>
&gt;&gt; page was some sort of summary page with the A-Z links rather than dropping<br>
&gt;&gt; straight into a page that takes a couple of minutes to render, longer than<br>
&gt;&gt; the php timeout for most people it seems.<br>
&gt;&gt;<br>
&gt;&gt; Great stuff.<br>
&gt;&gt;<br>
&gt;&gt; Andre<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; mythepisode is something I created because I wanted to find out if I had<br>
&gt;&gt; &gt; seen every episode of &quot;The King of Queens&quot; and record them if not.  I wasn&#39;t<br>
&gt;&gt; &gt; going to put this out because I&#39;m truly a hack when it comes to coding, but<br>
&gt;&gt; &gt; i figured someone might find it useful and make improvements to the code.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; I am running mythtv .22 and have only tested it with that version.  You<br>
&gt;&gt; &gt; can find the code and data files at<br>
&gt;&gt; &gt; <a href="https://sites.google.com/site/mythepisode" target="_blank">https://sites.google.com/site/mythepisode</a><br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;<br>
&gt; Thank you for the feature.<br>
&gt; I&#39;ve made a change that have significantly improved the speed on my system.<br>
&gt;  Prior to the change, I couldn&#39;t get the main page to load past the b&#39;s.<br>
&gt;  The following change allows me to see the whole page without having to<br>
&gt; change my php timeouts and keeps all the green hi-lighting.<br>
&gt; Edit:  /usr/share/mythtv/mythweb/modules/episode/show.php<br>
&gt; change the line(45):  $recordings = mysql_query(&quot;SELECT title FROM<br>
&gt; oldrecorded&quot;)<br>
&gt; to read:  $recordings = mysql_query(&quot;SELECT distinct title FROM<br>
&gt; oldrecorded&quot;)<br>
&gt;<br>
<br>
</div></div>Thanks for the feedback and update Chris.  I will update the code.<br>
Since my db was so small I wasn&#39;t running into the loading problem.<br>
<font color="#888888"><br>
Chad<br>
</font><div><div></div><div class="h5">_______________________________________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br>