mythbuntu-bugs team mailing list archive
-
mythbuntu-bugs team
-
Mailing list archive
-
Message #01495
[Bug 518470] Re: Mythbuntu theme music ratings not shown
Thank you for helping to improve Mythbuntu by opening this ticket. I
am marking this ticket as confirmed because it appears to have enough
information to help the developers quickly resolve the problem. It is
possible I am wrong and another more experienced triager or developer
may adjust the status of the ticket to "incomplete" and request
additional information.
** Changed in: mythbuntu
Importance: Undecided => Low
** Changed in: mythbuntu
Status: New => Triaged
--
Mythbuntu theme music ratings not shown
https://bugs.launchpad.net/bugs/518470
You received this bug notification because you are a member of Mythbuntu
Bug Team, which is subscribed to Mythbuntu.
Status in Mythbuntu, Ubuntu derivative focused upon MythTV: Triaged
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.
References