[mythtv-commits] Re: Ticket #648: Make PreviewGenerator not use sockets to self

MythTV mythtv at cvs.mythtv.org
Tue Nov 15 11:09:09 EST 2005


#648: Make PreviewGenerator not use sockets to self
---------------------+------------------------------------------------------
 Reporter:  danielk  |        Owner:  danielk
     Type:  task     |       Status:  closed 
 Priority:  minor    |    Milestone:  0.19   
Component:  mythtv   |      Version:  head   
 Severity:  medium   |   Resolution:  fixed  
---------------------+------------------------------------------------------
Changes (by danielk):

  * resolution:  => fixed
  * status:  new => closed

Comment:

 (In [7886]) Closes #648.

 This extends PreviewGenerator to create the previews itself
 if the recording file is local.

 And, this allows you to call Run() directly instead of calling
 Start(), and starting a thread. If you do call Run() and the
 recording file is not local the preview generator uses the
 MythContext sockets to the backend rather than creating its
 own sockets. This is safe so long as the thread you are calling
 from is the one communicating with the backend.

-- 
Ticket URL: <http://cvs.mythtv.org/trac/ticket/648>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list