[mythtv-commits] Ticket #2887: More updates for master_icon map

MythTV mythtv at cvs.mythtv.org
Tue Jan 16 18:44:41 UTC 2007


#2887: More updates for master_icon map
--------------------------------+-------------------------------------------
 Reporter:  skd5aner at gmail.com  |        Owner:  ijr     
     Type:  patch               |       Status:  reopened
 Priority:  minor               |    Milestone:  unknown 
Component:  mythtv              |      Version:  0.20    
 Severity:  medium              |   Resolution:          
--------------------------------+-------------------------------------------
Changes (by skd5aner):

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

Comment:

 I think a problem occured when trying to apply this patch to the new XML
 file: trunk/mythtv/contrib/master_iconmap/master_iconmap.xml

 All the the network URLs that were committed with this patch currently
 look like this:
 <network>CBS-WBBM</network>
 <url>[ls-logo]/ww/wbbm_cbs2_chicago.jpg</url>

 but they need to include a "/tv" between the [ls-logo] and the existing
 url... so that it would look like this:
 <network>CBS-WBBM</network>
 <url>[ls-logo]/tv/ww/wbbm_cbs2_chicago.jpg</url>

 Otherwise it'll return a 404 error and not pull back the URL.

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


More information about the mythtv-commits mailing list