Mod Stars color according ratings for MQ6 v 3.3.0
#61
New version 2.3 available. Download on first post.


Changes:
  • Changed italic stars icons.
  • Added new sloped stars icons
  • Added to the NextUp notification info.

Image Image Image

In nextup notification the rating does not have the correct value.
Wrong rounding 7.59999990463 as 8.0! It should be 7.6!
For fix please edit files in the addon service.nextup.notification
In this files:
  • \resources\lib\UnwatchedInfo.py
  • \resources\lib\NextUpInfo.py
  • \resources\lib\StillWatchingInfo.py
please replace this
Code:
rating = str(round(float(self.item['rating'])))
with
Code:
rating = str(round(float(self.item['rating']),1))



Do not forget, you can thank or donate via paypal from my web.
Raspberry Pi2 OpenELEC 6.0.0 & KODI 15.2 Isengard
Aeon MQ 6 3.3.0 Stars color according ratings
Reply
#62
Great video and still a nice mod! Keep up the good work.
System: Nvidia Shield TV Pro 2019 | Kodi Version: v19.4 Matrix | Skin: Aeon MQ7 Mod
Reply
#63
@wencaS, thanks.

MarcosQui is working for include this feature in version 0.5.0 of skin Aeon MQ7.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
#64
@Wanilton
This is excellent news. Thanks for use it!
I saw the latest video in MEDIA Brazil Youtube Channel, I have a few comments (perhaps already working on it).

Please use latest version with changed badly italic icons stars and with new slopped icons stars, and with option select different color for 0.0-09 ; 1.0-1.9 ; 2.0-2.9 and 8.0-8.9 ; 9.0-9.9
Image Image

It is still necessary to adjust the size of the color in colors selection, colour palette should look like this:

Image Image



(2016-01-11, 22:01)wencaS Wrote: In nextup notification the rating does not have the correct value.
Wrong rounding 7.59999990463 as 8.0! It should be 7.6!
For fix please edit files in the addon service.nextup.notification
In this files:
  • \resources\lib\UnwatchedInfo.py
  • \resources\lib\NextUpInfo.py
  • \resources\lib\StillWatchingInfo.py
please replace this
Code:
rating = str(round(float(self.item['rating'])))
with
Code:
rating = str(round(float(self.item['rating']),1))
There is no need to modify, already fixed in service.nextup.notification


(2016-01-12, 23:30)OrbS82User Wrote: Great video and still a nice mod! Keep up the good work.
Thank you for your very nice post.
Raspberry Pi2 OpenELEC 6.0.0 & KODI 15.2 Isengard
Aeon MQ 6 3.3.0 Stars color according ratings
Reply
#65
@wencaS, Marcos changed based in your latest version and with new layout for access colors palletes. When available I will remake video.

Thanks again for your resource.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply

Logout Mark Read Team Forum Stats Members Help
Stars color according ratings for MQ6 v 3.3.01