[mythtv-commits] Re: Ticket #190: Max recordings can delete recording while being watched

MythTV mythtv at cvs.mythtv.org
Sat Nov 5 13:01:00 EST 2005


#190: Max recordings can delete recording while being watched
----------------------------+-----------------------------------------------
 Reporter:  kuphal at dls.net  |        Owner:  danielk 
     Type:  defect          |       Status:  assigned
 Priority:  major           |    Milestone:  0.19    
Component:  mythtv          |      Version:  head    
 Severity:  medium          |   Resolution:          
----------------------------+-----------------------------------------------
Comment (by ijr):

 I don't think that patch will work, really - we need this in the frontend.

 I was thinking of small table in the db for the recorded program that has
 the chanid, starttime, 'last watched' time, hostname (so it can handle
 multiple frontends) or maybe just a semi-random 'playback key' for
 multiple things (commflag/playback) playing the same file from the same
 frontend.

 So, when the frontend starts playback, it writes the current timestamp
 into that table, removes it when its done playing.  Have to have the NVP
 class update the timestamp every hour or so, and make the autoexpirer
 consider a timestamp > 2 hours old to be expired.

 Think that's workable?

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/190>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list