[mythtv-users] Which table?

Jan Ceuleers jan.ceuleers at computer.org
Sun Sep 21 17:47:57 UTC 2008


Michael Sullivan wrote:
> mysql> SELECT title, next_record
>     -> FROM record
>     -> WHERE next_record > now()
>     -> ORDER BY `record`.`next_record` ASC
>     -> ;
> Empty set (0.00 sec)
> 
> I'll look at man mythbackend for a force scheduling option

I can think of two things that could cause the above:

1. You're looking at the wrong database (e.g. not on the master backend)

2. You haven't scheduled any recordings

HTH, Jan



More information about the mythtv-users mailing list