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

MythTV mythtv at cvs.mythtv.org
Sun Nov 6 16:56:22 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 danielk):

 I think you are right about the need for a small table, we need a table
 keyed to the recorded program that tells us if a program is being deleted,
 or being watched, and by what host. Being watched would include being part
 of the livetvchain. When a program is being deleted you can't start
 watching it, and when it is being watched you can't start deleting it.
 When a frontend starts up it deletes any stale watching entries in the DB,
 and when the backend starts up it deletes any stale 'deleting' entries in
 the DB. There already is some support for marking a program as 'being
 deleted' but I don't think the backend takes multiple backends sharing a
 datastore into account when deciding what programs to delete next.

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


More information about the mythtv-commits mailing list