[mythtv] [mythtv-commits] Ticket #2774: storage groups / preview pixmap generate problems

Jim Westfall jwestfall at surrealistic.net
Mon Dec 4 05:36:59 UTC 2006


MythTV <mythtv at cvs.mythtv.org> wrote [12.04.06]:
> #2774: storage groups / preview pixmap generate problems
> -----------------------+----------------------------------------------------
>  Reporter:  jwestfall  |        Owner:  ijr    
>      Type:  patch      |       Status:  closed 
>  Priority:  minor      |    Milestone:  unknown
> Component:  mythtv     |      Version:  0.20   
>  Severity:  medium     |   Resolution:  fixed  
> -----------------------+----------------------------------------------------
> Changes (by cpinkham):
> 
>   * status:  new => closed
>   * resolution:  => fixed
> 
> Comment:
> 
>  (In [12185]) Fix creation of preview pixmaps generated by
>  MainServer::HandleGenPreviewPixmap
>  as well as honoring masterBackendOverride.
> 
>  Closes #2774.
> 

This does fix the issue, but there is still a little weirdness.

2006-12-03 21:22:25.135 SG(Default): FindRecordingFile: Searching for '1112_20061122060000.mpg'
2006-12-03 21:22:25.135 SG(Default): FindRecordingDir: Checking '/tv/mythtv'
2006-12-03 21:22:25.135 SG(Default): FindRecordingFile: Found '/tv/mythtv/1112_20061122060000.mpg'
2006-12-03 21:22:25.135 ProgramInfo: GetPlaybackURL: File is local: '/tv/mythtv/1112_20061122060000.mpg'
2006-12-03 21:22:25.135 Local file path: /tv/mythtv/1112_20061122060000.mpg.png
2006-12-03 21:22:25.135 RingBuf(/tv/mythtv/1112_20061122060000.mpg.png): OpenFile(/tv/mythtv/1112_20061122060000.mpg.png, 0)
2006-12-03 21:22:25.135 RemoteFile::openSocket(control socket): 
                        Could not connect to server "" @ port -1
2006-12-03 21:22:25.136 RemoteFile::openSocket(file data socket): 
                        Could not connect to server "" @ port -1
2006-12-03 21:22:25.136 RingBuffer::RingBuffer(): Failed to open remote file (/tv/mythtv/1112_20061122060000.mpg.png)
2006-12-03 21:22:25.136 RingBuf(/tv/mythtv/1112_20061122060000.mpg.png): CalcReadAheadThresh(3055743188 KB)
                         -> threshhold(64 KB) min read(0 KB) blk size(32 KB)

If the frontend requests a png that isnt there, my backend tries to do a 
remote file transfer on a file that would be local.

jim


More information about the mythtv-dev mailing list