[mythtv-users] unable to record

Mark M pub at tree.uk.com
Sat Jun 21 22:16:18 EDT 2003


Atleast found the problem, this maybe an debian issue or just my box, 
problems was mysql erroring when running the below query the errors was 
unable to write to /tmp

Is it possable to have only channel icons display on the EPG?

SELECT DISTINCT channel.chanid, channel.sourceid, program.starttime, 
program.endtime, program.title, program.subtitle, program.description, 
channel.channum, channel.callsign, channel.name, oldrecorded.starttime 
IS NOT NULL AS duplicate FROM record  INNER JOIN channel ON 
(channel.chanid = program.chanid)  INNER JOIN program ON (program.title 
= record.title)  LEFT JOIN oldrecorded ON   (     oldrecorded.title IS 
NOT NULL AND oldrecorded.title <> '' AND program.title = 
oldrecorded.title      AND     oldrecorded.subtitle IS NOT NULL AND 
oldrecorded.subtitle <> '' AND program.subtitle = 
oldrecorded.subtitle      AND     oldrecorded.description IS NOT NULL 
AND oldrecorded.description <> '' AND program.description = 
oldrecorded.description  ) WHERE ((record.type = 4)  OR  ((record.chanid 
= program.chanid)   AND   ((record.type = 3)    OR   
((TIME_TO_SEC(record.starttime) = TIME_TO_SEC(program.starttime))     
AND     ((record.type = 2)      OR     ((TO_DAYS(record.startdate) = 
TO_DAYS(program.starttime))       AND       (TIME_TO_SEC(record.endtime) 
= TIME_TO_SEC(program.endtime))       AND       (TO_DAYS(record.enddate) 
= TO_DAYS(program.endtime))      )    )   )  ) ))

> been having problems getting record to work, program guide, channel 
> changing all works can even pause live tv skip forward and back all 
> fine. But recording from the program guide seems imposable it seems to 
> add entry into record db but never trires to record
>
> Selecting two conflicting programs doesn;t product any errors, Manual 
> selecting record for 1min and selecting start seems to work ie 
> creating 80mb file but unable to  select stop or timeout and never 
> appear in recorded programs try in 0.9 and cvs without any luck on 
> debian unstable
>
> Mark
>
>
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at snowman.net
> http://lists.snowman.net/cgi-bin/mailman/listinfo/mythtv-users
>
>





More information about the mythtv-users mailing list