[mythtv] [mythtv-commits] Ticket #1065: Mythweb doesn't display recorded show as recorded

Dag Nygren dag at newtech.fi
Wed Jan 18 22:37:31 UTC 2006


> > Dag Nygren wrote:
> 
> > > It is fine with me, just want to make it clear that it is
> > > the intended behaviour.
> > 
> > It's a feature that only works if you have programid and seriesid field 
> > in your database, yes.
> 
> OK,
> I do notice that mythfrontend will show them as recorded though
> 
> Do you mind if I take a look how it is done there?

Well, I did 
and changed the last join in programs.php to the following:
                      LEFT JOIN oldrecorded ON
                                    oldrecorded.title = program.title
                                    AND oldrecorded.starttime  = 
program.starttime

This seems to work perfectly here, but what do you think?

Dag





More information about the mythtv-dev mailing list