[mythtv-users] MythWeb-Help with My Recordings

Michael T. Dean mtdean at thirdcontact.com
Mon Feb 20 03:02:25 UTC 2006


On 02/19/2006 07:02 PM, Jack Trout wrote:
> now in mythweb I click on recorded programs and have tried this 
> serveral times, each time it takes almost 20 minutes before the page 
> displays. looking in the backend log I get this error for each missing 
> thumbnailed file
>  
>  
> //-------Snippet from /var/log/mythtv/mythbackend.log 
> ---------------------------//
> 2006-02-19 18:52:11.542 MainServer::HandlePixmapLastModified()
>                          Couldn't find backend for:
>                           : " "
> 2006-02-19 18:52:11.547 Got requested for last modified date and time 
> of preview pixmap on MythTV
> 2006-02-19 18:52:11.566 MainServer::HandleGenPreviewPixmap()
>                         Couldn't find backend for:
>                           : " "
> 2006-02-19 18:52:11.578 MainServer::HandleAnnounce FileTransfer
> 2006-02-19 18:52:11.582 adding: mythtv as a remote file transfer
> 2006-02-19 18:52:11.593 Could not open 
> /video/recordings/1036_20051114040000_20051114041500.nuv.png.  12 
> retries remaining.

All of these old recordings have an invalid recording host in the 
recorded table.  You need to update it with something like:

UPDATE recorded SET hostname = 'mythtv';

Based on your statement that you have only one backend (otherwise you 
need a WHERE clause) and assuming the backend is called "mythtv".

Mike


More information about the mythtv-users mailing list