[mythtv-commits] Ticket #6255: Fix Storage Group fallback to work for non-Default SG's

MythTV mythtv at cvs.mythtv.org
Tue Apr 14 04:37:29 UTC 2009


#6255: Fix Storage Group fallback to work for non-Default SG's
----------------------------------------------+-----------------------------
 Reporter:  sphery <mtdean at thirdcontact.com>  |        Owner:  cpinkham
     Type:  patch                             |       Status:  closed  
 Priority:  minor                             |    Milestone:  unknown 
Component:  MythTV - General                  |      Version:  head    
 Severity:  medium                            |   Resolution:  fixed   
  Mlocked:  0                                 |  
----------------------------------------------+-----------------------------
Changes (by cpinkham):

  * status:  assigned => closed
  * resolution:  => fixed


Comment:

 (In [20375]) Change the default StorageGroup fallback code from:

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

 to:

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

 This makes the non-Default groupname fallback act the same way that the
 Default group fallback works.

 Closes #6255 using patch by Michael T Dean.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/6255#comment:2>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list