[mythtv-commits] mythtv commit: r21236 by cpinkham

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Thu Aug 13 00:25:08 UTC 2009


      Author: cpinkham
        Date: 2009-08-13 00:25:08 +0000 (Thu, 13 Aug 2009)
New Revision: 21236
   Changeset: http://cvs.mythtv.org/trac/changeset/21236

Modified:

   trunk/mythtv/libs/libmyth/storagegroup.cpp

Log:

Modify the Storage Groups directory list fallback code to eliminate an issue
with LiveTV fallback.

For normal recordings, the fallback order is this:

groupname+hostname -> groupname -> 'Default'+hostname -> 'Default'

For LiveTV, the fallback order is now reverted back to the original
fallback order prior to [20375] which is:

groupname+hostname -> 'Default'+hostname -> 'Default'

Closes #6255.






More information about the mythtv-commits mailing list