• 1
  • 132
  • 133
  • 134(current)
  • 135
  • 136
  • 182
Mod Multi-Mod addition for the MQ 7 Krypton Mod
@Jumpy73

Open SkinSettings.xml and find this...
Code:
<!-- Miniaturas dos filmes - 4 -->
<control type="panel">
<left>530</left>
<top>650</top>
<width>435</width>
<height>240</height>
<orientation>horizontal</orientation>
<include>VirtualWidgetsContent</include>
<include>Animation_Fade</include>
<visible>String.Contains(Skin.String(widgetsnumber_h),4)</visible>
</control>

<!-- Miniaturas dos filmes - 8 -->
<control type="panel">
<left>530</left>
<top>650</top>
<width>880</width>
<height>240</height>
<orientation>horizontal</orientation>
<include>VirtualWidgetsContent</include>
<include>Animation_Fade</include>
<visible>String.Contains(Skin.String(widgetsnumber_h),8)</visible>
</control>

<!-- Miniaturas dos filmes - 12 -->
<control type="panel">
<left>530</left>
<top>650</top>
<width>1320</width>
<height>240</height>
<orientation>horizontal</orientation>
<include>VirtualWidgetsContent</include>
<include>Animation_Fade</include>
<visible>String.Contains(Skin.String(widgetsnumber_h),12)</visible>
</control>

Change the left for the 4 movies panel to 970 and the left for the 8 movies panel to 750. You can leave the 12 movies at 530. I'll include this in the next update.
Reply
Hey latts, quick question:

So I suffered a major drive failure and just got everything re-installed and almost working great. My media is set up as playlists and I've got everything showing OK, but when i try to set the widgets for Movies to Random, it only shows unwatched movies. It used to show a random selection of all movies.

I checked the settings of Skin-Helper Service- Widgets and Skin Widgets and I *think* the settings are right (haven't been changed), so I'm at a loss. It's the biggest deal in the world, but sometimes I actually use it to pick a random selection from my collection.

Full disclosure: My dad watches when I'm not around and i have seen some settings kinda messed up on occasion, but usually only the TV or Movie views. 

Please to help!!  Blush
Reply
Hi @latts9923,
waiting for an answer for the post #1993 I found this bad behaviour

If I select a specified flag style I obtain the view as follow:
https://www.dropbox.com/s/btyetwa00alpkc...4.png?dl=0

If I go to any movie that I previously watched it happes as follow:
https://www.dropbox.com/s/s4u32ll22lvp5j...6.png?dl=0
https://www.dropbox.com/s/tmuw7q72p0vugi...8.png?dl=0

The only view where the choosen flag style is not modified accordingly is the widget view over the main menu bar, please see below:
https://www.dropbox.com/s/e273hfcwnm4jb1...0.png?dl=0

How can the problem be solved?
Reply
@RonnieG3

I'll see if I can reproduce the problem.
Reply
@Jumpy73

I'll take a look at that.
Reply
@RonnieG3

Image
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
@Jumpy73

The watched flag in widgets is fixed. It will be part of the next update.
Image
Reply
(2018-08-30, 17:37)Angelinas Wrote: @RonnieG3

Image

Yep, that's what I have and still only showing unwatched  Huh . Like I said, I can live with it, it's just a bit of an inconvenience is all
Reply
You write "Skin-Helper Service- Widgets and Skin Widgets " made some changes in setings, didnt post about service library data provider...this addon is for that widget.
XBoxMediaCenter (Kodi Matrix ) 19.3 , AndroidBox -Matrix Skin AeonMQ6
Reply
Ah - totally missed that part. That did the trick! Thank You so much. And forgive my quick ignorance, lol. You guys are the best!
Reply
@latts9923

I hope you remember my request to display the video addon version and author at the bottom of the video addons menu...

Just a reminder, nothing more.
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
(2018-08-31, 00:05)latts9923 Wrote: @Jumpy73
The watched flag in widgets is fixed. It will be part of the next update.
Hi @latts9923 
Tks a lot

I experienced a little cosmetic bug. Please look at below
https://www.dropbox.com/s/72jmv1odepy3mq...9.jpg?dl=0
As you can see, in the widget view the measure unit "minutes" is displayed twice

Tks again for the work you do for all of us
Reply
@MB1968

I've been looking and I don't see an example from any skin that displays the addon version and author for Video Addons. I did find that some code was missing for Program Addons, so I have that info displaying correctly now.
Reply
@Jumpy73

You're welcome!

I found the problem with "minutes" being duplicated. It will be part of the next update.
Reply
(2018-09-02, 04:11)latts9923 Wrote: @MB1968

I've been looking and I don't see an example from any skin that displays the addon version and author for Video Addons. I did find that some code was missing for Program Addons, so I have that info displaying correctly now.
Estuary displays the video addon version and author. Check PM.
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
  • 1
  • 132
  • 133
  • 134(current)
  • 135
  • 136
  • 182

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