[mythtv-commits] mythtv commit: r7937 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Sun Nov 20 00:09:04 EST 2005


      Author: cpinkham
        Date: 2005-11-20 05:09:04 +0000 (Sun, 20 Nov 2005)
New Revision: 7937
   Changeset: http://cvs.mythtv.org/trac/changeset/7937

Modified:

   trunk/mythtv/programs/mythbackend/autoexpire.cpp

Log:

Attempt to fix #681.

Each backend is now responsible for cleaning up their own short LiveTV
programs.  Previously this cleanup code was only running on the master,
but since the AutoExpire CheckFile() function checks to see if a file is
local, it meant that only files accessible to the master backend could
be expired.  Now each backend will look for their own short LiveTV
recordings and expire them.

I believe this will close the bugreport, but want verification first since
I don't currently have a slave backend to test with.






More information about the mythtv-commits mailing list