2018-03-24, 23:17
2018-03-24, 23:18
@MB1968
You're welcome! I just saw your post about spacing the RT icon and rating. I'll make that part of the next update.
You're welcome! I just saw your post about spacing the RT icon and rating. I'll make that part of the next update.
2018-03-25, 05:58
Thank you for this update. For some reason after this update my ratings work again. Just a couple of questions though:
A) Is it intended to have the RT ratings for users and critics as the same number rating?
B) Does the critics consensus not work still? I noticed others have been putting up pictures and in their screenshots I see the field is populated so just curious.
C) My metacritic rating is hard to make up because it's a dark blue or black font. I guess the color will vary depending on the rating. There's no background color border so it's very hard to read. Is there something or a setting I need to change to make this easier to read similar to the previous screenshots provided by other users?
A) Is it intended to have the RT ratings for users and critics as the same number rating?
B) Does the critics consensus not work still? I noticed others have been putting up pictures and in their screenshots I see the field is populated so just curious.
C) My metacritic rating is hard to make up because it's a dark blue or black font. I guess the color will vary depending on the rating. There's no background color border so it's very hard to read. Is there something or a setting I need to change to make this easier to read similar to the previous screenshots provided by other users?
2018-03-25, 14:15
Hi @latts9923,
please find below some my considerations
last @Angelinas code for purpose was as follow... could you please add it in your next mod release
In LowList view the rating is shown 0-10 but rating stars aren't displayed
In music widget view (playlist or not) the rating is still shown 0-5
I hope it will be fixed in your next release
please find below some my considerations
(2018-03-21, 22:22)latts9923 Wrote: Disc art for music smart playlists
I added Angelinas' code for menu widgets that displays the disc art for music smart playlists. Thanks to Angelinas for the code!
last @Angelinas code for purpose was as follow... could you please add it in your next mod release
Code:
<control type="group">
<animation type="Conditional" reversible="false" condition="Control.IsVisible(8006)+!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.DiscArt))">
<effect type="slide" start="0,0" end="0,-180" time="0" delay="0" tween="cubic" easing="out" />
<effect type="fade" start="0" end="100" time="300" delay="1000" />
<effect type="slide" start="0,0" end="180,0" time="500" delay="1000" tween="cubic" easing="out" />
</animation>
<control type="image">
<left>93</left>
<top>440</top>
<width>300</width>
<height>300</height>
<texture diffuse="cdart_diffuse.png" background="true" fallback="DefaultTVGuide.png">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.DiscArt)]</texture>
<aspectratio align="center" aligny="center">keep</aspectratio>
<animation effect="rotate" start="0" end="-360" center="auto" time="40000" delay="2000" loop="true" reversible="false" condition="true">Conditional</animation>
<visible>Control.IsVisible(8006)+!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.DiscArt))+String.StartsWith(Container(9000).ListItem.Property(widgets),apl)+Control.HasFocus(510)</visible>
</control>
</control></control>]
(2018-03-21, 22:22)latts9923 Wrote: TV Show cast list for widgetsUnfortunately IncludeVariables.xml doesn't contain @Angelinas code for purpose... could you please add it in your next mod release
I added Angelinas' code for menu widgets that displays the TV Show cast list. Thanks to Angelinas for the code!
Code:
<variable name="value_widgetscast">
<value condition="!String.StartsWith(Container(9000).ListItem.Property(widgets),movie) + !String.StartsWith(Container(9000).ListItem.Property(widgets),tvshow) + !String.IsEmpty(Container(510).ListItem.TVShowTitle)">plugin://script.skin.helper.service/?action=getcast&tvshow=$INFO[Container(510).ListItem.TVShowTitle]&downloadthumbs=true</value>
(2018-03-21, 22:22)latts9923 Wrote: Rating code for the Music Info screenIn RightList view the rating is shown 0-10 but no change in color for rating stars (always plain white)
Per Jumpy73's request, I changed the rating code for the Music Info screen to show a rating of 0-10 instead of 0-5. This has also been applied to the LowList and RightList View. Thanks to Angelinas for the code!
In LowList view the rating is shown 0-10 but rating stars aren't displayed
In music widget view (playlist or not) the rating is still shown 0-5
I hope it will be fixed in your next release
2018-03-25, 15:01
@Caped Crusader
You're welcome!
A) Yes. The user rating no longer works, so I just use the critics rating.
B) I have a workaround for the critics consensus.
C) For Metacritics there are three different colors that will display depending on the rating...red flag with white font for ratings 0-39, yellow flag with black font for ratings 40-59, and green flag with blue font for ratings above 59.
You're welcome!
A) Yes. The user rating no longer works, so I just use the critics rating.
B) I have a workaround for the critics consensus.
C) For Metacritics there are three different colors that will display depending on the rating...red flag with white font for ratings 0-39, yellow flag with black font for ratings 40-59, and green flag with blue font for ratings above 59.
2018-03-25, 21:30
The workaround is easy to follow along. Awesome. As for the RT that's cool, just wanted to make sure it wasn't a problem on my end. As for the Metacritic, what I meant is that it doesn't appear how it seemingly does from other screenshots I've seen posted with a square border around the number. What I'm getting is a plain number without any of the borders as seen from the link below. Is this normal?
https://i.imgur.com/NEjbZeN.jpg
https://i.imgur.com/NEjbZeN.jpg
2018-03-26, 00:11
@Latts: I think the banner on top of the dialogue info screen is still not being displayed correctly. When there is no clearart, the movie/tv show title and the banner are both visible and partly overlapping each other. And did you change the banner size for the movie library? It seems considerably smaller than before.
EDIT: I think you needed space for the short plot outline to display below the banner in the movie dialogue screen and therefore changed the banner size, correct? I've removed all short plot outlines by editing the db.
EDIT2: The movie title/banner issue also applies for the clearlogo, when there's no clearart.
Movie
TV Show
EDIT: I think you needed space for the short plot outline to display below the banner in the movie dialogue screen and therefore changed the banner size, correct? I've removed all short plot outlines by editing the db.
EDIT2: The movie title/banner issue also applies for the clearlogo, when there's no clearart.
Movie
TV Show
2018-03-26, 09:37
@latts9923
Thnxxx mate 👍awesome job..
Could you tell me where to find the code you fixed or what files i have looked at your files but cant find the change you did..
Thnxxx mate 👍awesome job..
Could you tell me where to find the code you fixed or what files i have looked at your files but cant find the change you did..
2018-03-26, 12:44
I tried copy replace to my includes music and includes variables since i think there the right ones but i get no change still same problem..
2018-03-26, 18:32
Never mind my good sir. A removal and reinstall of the multimod seemed to do the trick.
2018-03-27, 03:54
(2018-03-25, 14:15)Jumpy73 Wrote: Hi @latts9923,I have all of this working now. I had to add some code to get the music widgets to show different ratings than the video, but it all seems to be working. It will be part of the next update.
please find below some my considerations
(2018-03-21, 22:22)latts9923 Wrote: Disc art for music smart playlists
I added Angelinas' code for menu widgets that displays the disc art for music smart playlists. Thanks to Angelinas for the code!
last @Angelinas code for purpose was as follow... could you please add it in your next mod release
Code:<control type="group">
<animation type="Conditional" reversible="false" condition="Control.IsVisible(8006)+!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.DiscArt))">
<effect type="slide" start="0,0" end="0,-180" time="0" delay="0" tween="cubic" easing="out" />
<effect type="fade" start="0" end="100" time="300" delay="1000" />
<effect type="slide" start="0,0" end="180,0" time="500" delay="1000" tween="cubic" easing="out" />
</animation>
<control type="image">
<left>93</left>
<top>440</top>
<width>300</width>
<height>300</height>
<texture diffuse="cdart_diffuse.png" background="true" fallback="DefaultTVGuide.png">$INFO[Window(Home).Property(SkinHelper.ListItem.Art.DiscArt)]</texture>
<aspectratio align="center" aligny="center">keep</aspectratio>
<animation effect="rotate" start="0" end="-360" center="auto" time="40000" delay="2000" loop="true" reversible="false" condition="true">Conditional</animation>
<visible>Control.IsVisible(8006)+!String.IsEmpty(Window(Home).Property(SkinHelper.ListItem.Art.DiscArt))+String.StartsWith(Container(9000).ListItem.Property(widgets),apl)+Control.HasFocus(510)</visible>
</control>
</control></control>](2018-03-21, 22:22)latts9923 Wrote: TV Show cast list for widgetsUnfortunately IncludeVariables.xml doesn't contain @Angelinas code for purpose... could you please add it in your next mod release
I added Angelinas' code for menu widgets that displays the TV Show cast list. Thanks to Angelinas for the code!
Code:<variable name="value_widgetscast">
<value condition="!String.StartsWith(Container(9000).ListItem.Property(widgets),movie) + !String.StartsWith(Container(9000).ListItem.Property(widgets),tvshow) + !String.IsEmpty(Container(510).ListItem.TVShowTitle)">plugin://script.skin.helper.service/?action=getcast&tvshow=$INFO[Container(510).ListItem.TVShowTitle]&downloadthumbs=true</value>(2018-03-21, 22:22)latts9923 Wrote: Rating code for the Music Info screenIn RightList view the rating is shown 0-10 but no change in color for rating stars (always plain white)
Per Jumpy73's request, I changed the rating code for the Music Info screen to show a rating of 0-10 instead of 0-5. This has also been applied to the LowList and RightList View. Thanks to Angelinas for the code!
In LowList view the rating is shown 0-10 but rating stars aren't displayed
In music widget view (playlist or not) the rating is still shown 0-5
I hope it will be fixed in your next release