[mythtv-commits] Ticket #8112: Mythbuntu theme mythmusic track ratings not shown

MythTV mythtv at cvs.mythtv.org
Sat Feb 27 14:01:56 UTC 2010


#8112: Mythbuntu theme mythmusic track ratings not shown
--------------------------------+-------------------------------------------
 Reporter:  anonymous           |       Owner:  ijr       
     Type:  defect              |      Status:  new       
 Priority:  minor               |   Milestone:  0.23      
Component:  Plugin - MythMusic  |     Version:  0.22-fixes
 Severity:  low                 |     Mlocked:  0         
--------------------------------+-------------------------------------------
 The mythbuntu theme doesn't show the star rating for the current playing
 track.
 The code is mostly present in the music-ui.xml file. It looks like it was
 maybe something that was forgotten to fix (or not included for other
 reasons?).

 I have updated the file to add the stars going vertically left of the
 visualisation window:
 At line 251 of music-ui.xml, I added;
             <repeatedimage name="ratings_image" draworder="1"
 fleximage="no">
                 <filename>music/mm_rating.png</filename>
                 <position>10,150</position>
                 <orientation>BottomToTop</orientation>
             </repeatedimage>

 Current code is commented out for this, I uncommented and corrected the
 position and direction.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/8112>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list