I ran into the same problem after viewing live tv when my guide data was incomplete.&nbsp; I fixed it by deleting the record in the recorded table where the title was null (empty string).&nbsp; I don&#39;t know if there were any records linked to this entry but it had a primary key of&nbsp;something like&nbsp;4294967295 which I assume is invalid anyway. Deleting this record removed it from the&nbsp;watch recordings&nbsp;list.<br>
<br>
<div><span class="gmail_quote">On 4/25/08, <b class="gmail_sendername">Bob Sully</b> &lt;<a href="mailto:rcs@malibyte.net">rcs@malibyte.net</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hi -<br><br>I have an index entry in my database that I can&#39;t get rid of.&nbsp;&nbsp;It occurred<br>the other night when I was watching live TV, when one of the tuners<br>
couldn&#39;t seem to get a lock on a channel.&nbsp;&nbsp;A &quot;2 minute&quot;, 126MB file was<br>generated with the index entry _NO_TITLE_.&nbsp;&nbsp;It did not expire, so I tried<br>to delete it manually - the data file on disk went away but the index<br>
entry didn&#39;t and trying to delete it both from mythfrontend and from<br>mythweb did not work.&nbsp;&nbsp;Not only is it still in the list of recordings (on<br>my main Mythbox, a BE/FE) but there&#39;s an annoying pause while the frontend<br>
looks for the data file that it&#39;s supposed to point to.<br><br>Stranger still - if I fire up mythfrontend on my FE-only machine upstairs,<br>the entry isn&#39;t there.<br><br>Running optimize_mythdb.pl did not fix it.<br>
<br>I did a Google search on this and found the following in a post on the dev<br>list (25 Jan &#39;08):<br><br><br>&quot;Log:<br><br>If the title of a recording is empty (ie, &quot;&quot;), then set the displayed title<br>
to _NO_TITLE_ on the Watch Recordings screen.&nbsp;&nbsp;The title is used as a key<br>in several QMaps in PlaybackBox, and an empty string is used as a special<br>case for All Programs, so this was masking recordings with empty titles.<br>
There normally should not be recordings with empty titles, but just in case<br>there is bad data from a grabber or data provider, this mod will let the<br>user see the recordings so they can be edited or deleted.&quot;<br>
<br>However, I couldn&#39;t find any info on how to get rid of it.&nbsp;&nbsp;Further,<br>there&#39;s another post on the dev list from March that contains this:<br><br>&quot;As far as the _NO_TITLE_ is concerned, I&#39;ll need to investigate at what<br>
time this happens, but another thing its not (or does not seem to be)<br>possible to delete the _NO_TITLE_ entry using the Delete option.&quot;<br><br><br>Does anyone have any new info as to how to clean out this entry?&nbsp;&nbsp;I<br>
suspect it will require a bit of MySQL surgery but only want to do this if<br>there&#39;s no other way.<br><br>Thanks<br>Bob<br><br>--<br>________________________________________<br>Bob Sully - Simi Valley, California, USA<br>
<a href="http://www.malibyte.net">http://www.malibyte.net</a><br><a href="http://www.malibyte.com">http://www.malibyte.com</a><br><br>_______________________________________________<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">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>