← Back to team overview

mythbuntu-bugs team mailing list archive

[Bug 518470] Re: Mythbuntu theme music ratings not shown

 

Sorry to ask this again (I don't use mythmusic), but there were a lot of
committed changes to the music theme (to update it for 0.25). I am now
the maintainer of the theme, so if this is still an issue and you are
still fixing it after every update I'm now in a position to fix it
upstream. I've checked the code, but the code you talk about doesn't
exist in the theme file anymore.

** Changed in: mythbuntu
       Status: Confirmed => Incomplete

-- 
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
https://bugs.launchpad.net/bugs/518470

Title:
  Mythbuntu theme music ratings not shown

Status in Mythbuntu, Ubuntu derivative focused upon MythTV:
  Incomplete

Bug description:
  Not really a bug, more an improvement.

  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.

To manage notifications about this bug go to:
https://bugs.launchpad.net/mythbuntu/+bug/518470/+subscriptions


References