2018-04-04, 17:03
2018-04-04, 17:51
(2018-04-04, 17:03)irafihggnaba Wrote: Can somebody help me replace the number rating with STAR ratings? thanksHi again.
For Krypton <texture fallback="rating/0.0.png">$INFO[ListItem.Rating,rating/,.png]</texture>
xml:
<!--Stars NEW TEXTURE-->
<width>190</width>
<height>130</height>
<left>70</left>
<top>230</top>
<aspectratio align="left" aligny="center">keep</aspectratio>
<colordiffuse> your choice </colordiffuse> <!-- $INFO[Skin.String(ViewDetailsHighlightTextColor)] is good for setup in titan setting-->
<texture fallback="rating/0.0.png">$INFO[ListItem.Rating,rating/,.png]</texture>
</control>
For Leia <texture background="true">$VAR[rating_value_texture]</texture>
xml:
<!-- NEW rating STARS -->
<control type="image">
<right>0</right>
<width>180</width>
<height>130</height>
<left>65</left>
<top>230</top>
<aspectratio align="left" aligny="center">keep</aspectratio>
<colordiffuse>$INFO[Skin.String(ViewDetailsHighlightTextColor)]</colordiffuse>
<texture background="true">$VAR[rating_value_texture]</texture>
</control>
2018-04-04, 17:57
(2018-04-04, 17:51)mardukL Wrote:Hi thank you. i tried but it wont work. maybe i paste it on wrong location or i dont know why. would you take a look on my xml file?(2018-04-04, 17:03)irafihggnaba Wrote: Can somebody help me replace the number rating with STAR ratings? thanksHi again.
For Krypton <texture fallback="rating/0.0.png">$INFO[ListItem.Rating,rating/,.png]</texture>xml:
<!--Stars NEW TEXTURE-->
<width>190</width>
<height>130</height>
<left>70</left>
<top>230</top>
<aspectratio align="left" aligny="center">keep</aspectratio>
<colordiffuse> your choice </colordiffuse> <!-- $INFO[Skin.String(ViewDetailsHighlightTextColor)] is good for setup in titan setting-->
<texture fallback="rating/0.0.png">$INFO[ListItem.Rating,rating/,.png]</texture>
</control>
For Leia <texture background="true">$VAR[rating_value_texture]</texture>xml:
<!-- NEW rating STARS -->
<control type="image">
<right>0</right>
<width>180</width>
<height>130</height>
<left>65</left>
<top>230</top>
<aspectratio align="left" aligny="center">keep</aspectratio>
<colordiffuse>$INFO[Skin.String(ViewDetailsHighlightTextColor)]</colordiffuse>
<texture background="true">$VAR[rating_value_texture]</texture>
</control>
2018-04-04, 17:59
Have 1 h left, lets trey, pm me if you want or share it here.
;-)
EDIT: WAIT WICH VERSION OF KODI
;-)
EDIT: WAIT WICH VERSION OF KODI
![Huh Huh](https://forum.kodi.tv/images/smilies/question.png)
2018-04-04, 18:03
(2018-04-04, 17:59)mardukL Wrote: Have 1 h left, lets trey, pm me if you want or share it here.Kodi Krypton 17.6
;-)
EDIT: WAIT WICH VERSION OF KODI
https://drive.google.com/open?id=1_0UrDQ...R_0CcPfvZs
Thank you
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
2018-04-04, 18:18
(2018-04-04, 18:03)irafihggnaba Wrote:THX, still not looking like yours on my screen.(2018-04-04, 17:59)mardukL Wrote: Have 1 h left, lets trey, pm me if you want or share it here.Kodi Krypton 17.6
;-)
EDIT: WAIT WICH VERSION OF KODI
https://drive.google.com/open?id=1_0UrDQ...ER_0CPfvZs
Thank you![]()
But done.
Added at LINE 56
xml:<!--Stars NEW-->
<control type="image">
<width>190</width>
<height>130</height>
<left>70</left>
<top>230</top>
<aspectratio align="left" aligny="center">keep</aspectratio>
<colordiffuse>$INFO[Skin.String(ViewDetailsHighlightTextColor)]</colordiffuse> <!-- $INFO[Skin.String(ViewDetailsHighlightTextColor)] -->
<texture fallback="rating/0.0.png">$INFO[ListItem.Rating,rating/,.png]</texture>
</control>
Deleted
https://drive.google.com/open?id=19jewb5...VUHl3Z_n_6xml:
<label>$INFO[ListItem.Year] $INFO[ListItem.Duration] minutes</label> <!-- deleted Rating LABEL here -->
But to me it looks not so impressive, like your pic above
![Full sized picture Image](https://i.imgur.com/NYNrBrP.jpg)
2018-04-04, 18:30
(2018-04-04, 18:18)mardukL Wrote:it works perfectly! thank you soo much!(2018-04-04, 18:03)irafihggnaba Wrote:THX, still not looking like yours on my screen.(2018-04-04, 17:59)mardukL Wrote: Have 1 h left, lets trey, pm me if you want or share it here.Kodi Krypton 17.6
;-)
EDIT: WAIT WICH VERSION OF KODI
https://drive.google.com/open?id=1_0UrDQ...ER_0CPfvZs
Thank you![]()
But done.
Added at LINE 56
xml:<!--Stars NEW-->
<control type="image">
<width>190</width>
<height>130</height>
<left>70</left>
<top>230</top>
<aspectratio align="left" aligny="center">keep</aspectratio>
<colordiffuse>$INFO[Skin.String(ViewDetailsHighlightTextColor)]</colordiffuse> <!-- $INFO[Skin.String(ViewDetailsHighlightTextColor)] -->
<texture fallback="rating/0.0.png">$INFO[ListItem.Rating,rating/,.png]</texture>
</control>
Deleted
https://drive.google.com/open?id=19jewb5...VUHl3Z_n_6xml:
<label>$INFO[ListItem.Year] $INFO[ListItem.Duration] minutes</label> <!-- deleted Rating LABEL here -->
But to me it looks not so impressive, like your pic above
![]()
2018-04-05, 08:24