[mythtv-users] mythfilldatabase: Where did movie "star" ratings go?

Daryl McDonald darylangela at gmail.com
Mon Oct 20 20:43:19 UTC 2014


On Mon, Oct 20, 2014 at 3:21 PM, Bill Meek <keemllib at gmail.com> wrote:

> On 10/20/2014 12:49 PM, Rick wrote:
> ...
> > 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.
>
>> MFDB ran yesterday at 3pm AST.
>>
>
> I believe this will run on 0.27.4, so you could try:
>
> HOSTNAME=yourBackendHostNameHere
> curl "http://${HOSTNAME}:6544/Guide/GetProgramGuide?
> StartTime=2014-10-20%2000:00:00&EndTime=2014-10-2200:00:00&Details=true"
> | \
>     sed 's/></>\n</g' | \
>     grep "^<Stars>.*</Stars>" | \
>     grep -v "^<Stars>0</Stars>"
>
> and maybe remove the final grep just to see what's in your DB.
> 'wget --output-document=-' works if you don't have 'curl'.
>
> I get lines like this:
> <Stars>0.75</Stars>
> <Stars>0.625</Stars>
> <Stars>0.5</Stars>
> ...
>
> --
> Bill
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://www.mythtv.org/mailman/listinfo/mythtv-users
> http://wiki.mythtv.org/Mailing_List_etiquette
> MythTV Forums: https://forum.mythtv.org
>

My query must have pre-dated the fix, I'm all good now, without
implementing any of the above [27.4 | 14.04]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20141020/63d7510b/attachment.html>


More information about the mythtv-users mailing list