• 1
  • 120
  • 121
  • 122(current)
  • 123
  • 124
  • 182
Mod Multi-Mod addition for the MQ 7 Krypton Mod
@JanM201

You're welcome!
Reply
@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.
Reply
Wink 
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?
Reply
Hi @latts9923,
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 widgets
I added Angelinas' code for menu widgets that displays the TV Show cast list. Thanks to Angelinas for the code!
Unfortunately IncludeVariables.xml doesn't contain @Angelinas code for purpose... could you please add it in your next mod release
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&amp;tvshow=$INFO[Container(510).ListItem.TVShowTitle]&amp;downloadthumbs=true</value>
 
(2018-03-21, 22:22)latts9923 Wrote: Rating code for the Music Info screen
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 RightList view the rating is shown 0-10 but no change in color for rating stars (always plain white)
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
Reply
@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.
Reply
@Jumpy73

I'll take a look at those again.
Reply
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
Reply
@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
Image

TV Show
Image
Windows 11 Pro Kodi 21.1/Aeon MQ7/MQ9 Omega Mod
Android /Beelink GT King Kodi 21.1/AeonMQ7 Omega Mod, Kodi Maven Fork 21 - AeonMQ7 Omega Mod
CoreELEC/Beelink GT King Kodi 21.1/AeonMQ7 Omega M


Reply
@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..
Reply
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..
Reply
Never mind my good sir.  A removal and reinstall of the multimod seemed to do the trick. Smile
Reply
(2018-03-25, 14:15)Jumpy73 Wrote: Hi @latts9923,
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 widgets
I added Angelinas' code for menu widgets that displays the TV Show cast list. Thanks to Angelinas for the code!
Unfortunately IncludeVariables.xml doesn't contain @Angelinas code for purpose... could you please add it in your next mod release
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&amp;tvshow=$INFO[Container(510).ListItem.TVShowTitle]&amp;downloadthumbs=true</value>
(2018-03-21, 22:22)latts9923 Wrote: Rating code for the Music Info screen
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 RightList view the rating is shown 0-10 but no change in color for rating stars (always plain white)
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 
 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.
Reply
@Caped Crusader

Good deal...glad you got it working.
Reply
@MB1968

OK...I'll have another look at it.
Reply
@Mmatty1

Are you asking about the fix for Shelf3Dm?
Reply
  • 1
  • 120
  • 121
  • 122(current)
  • 123
  • 124
  • 182

Logout Mark Read Team Forum Stats Members Help
Multi-Mod addition for the MQ 7 Krypton Mod4