
mythtv at cvs
Mar 3, 2010, 7:15 PM
Post #4 of 6
(465 views)
Permalink
|
|
Re: Ticket #7615: MythUI fails to update cache for images in storage groups
[In reply to]
|
|
#7615: MythUI fails to update cache for images in storage groups -----------------------------------------------+---------------------------- Reporter: Robin Hill <myth@…> | Owner: cpinkham Type: defect | Status: assigned Priority: minor | Milestone: 0.24 Component: MythTV - User Interface Library | Version: 0.22 Severity: medium | Mlocked: 0 -----------------------------------------------+---------------------------- Changes (by cpinkham): * milestone: 0.23 => 0.24 Comment: I'm going to push this to 0.24. The only way to fix this without a non- intrusive patch is to add some form of RemoteFile::Stat(), but since RemoteFile does not have access to the main connection back to the master backend, this would mean that we would have to open and close a backend connection for each image we were checking. I already have most of a patch completed to move the main backend connection into libmythdb so that RemoteFile and libmythui can take advantage of it. This is part of a larger project I'm working on to create a directory caching/monitoring subsystem in Myth for various reasons. That will eventually be the solution to this ticket, so I'm leaving this open for now, but pushing off till 0.24. The attached patch can not be used because it creates a circular dependency. libmyth depends on libmythui, so code in libmythui should not depend on code in libmyth. -- Ticket URL: <http://svn.mythtv.org/trac/ticket/7615#comment:3> MythTV <http://www.mythtv.org/> MythTV _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-commits
|