<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Oct 20, 2014 at 3:21 PM, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On 10/20/2014 12:49 PM, Rick wrote:<br>
...<span class=""><br>
> I'm experiencing the same thing on 27.4 using the canned search for 3.5 stars or better and a science fiction search. Nada stars for anything.<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
MFDB ran yesterday at 3pm AST.<br>
</blockquote>
<br></span>
I believe this will run on 0.27.4, so you could try:<br>
<br>
HOSTNAME=<u></u>yourBackendHostNameHere<br>
curl "http://${HOSTNAME}:6544/<u></u>Guide/GetProgramGuide?<u></u>StartTime=2014-10-20%2000:00:<u></u>00&EndTime=<a href="tel:2014-10-2200" value="+12014102200" target="_blank">2014-10-2200</a>:00:00&Details=<u></u>true" | \<br>
sed 's/></>\n</g' | \<br>
grep "^<Stars>.*</Stars>" | \<br>
grep -v "^<Stars>0</Stars>"<br>
<br>
and maybe remove the final grep just to see what's in your DB.<br>
'wget --output-document=-' works if you don't have 'curl'.<br>
<br>
I get lines like this:<br>
<Stars>0.75</Stars><br>
<Stars>0.625</Stars><br>
<Stars>0.5</Stars><br>
...<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
Bill</font></span><div class="HOEnZb"><div class="h5"><br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" target="_blank">http://wiki.mythtv.org/<u></u>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" target="_blank">https://forum.mythtv.org</a><br>
</div></div></blockquote></div><br></div><div class="gmail_extra">My query must have pre-dated the fix, I'm all good now, without implementing any of the above [27.4 | 14.04]</div></div>