Kodi Community Forum
Mod Multi-Mod addition for the MQ 7 Krypton Mod - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67)
+---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68)
+---- Thread: Mod Multi-Mod addition for the MQ 7 Krypton Mod (/showthread.php?tid=301497)



RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-08-28

@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.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - RonnieG3 - 2018-08-29

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


RE: Multi-Mod addition for the MQ 7 Krypton Mod - Jumpy73 - 2018-08-30

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/btyetwa00alpkcc/Screenshot%202016-08-30%2015.56.44.png?dl=0

If I go to any movie that I previously watched it happes as follow:
https://www.dropbox.com/s/s4u32ll22lvp5jd/Screenshot%202016-08-30%2015.56.46.png?dl=0
https://www.dropbox.com/s/tmuw7q72p0vugiy/Screenshot%202016-08-30%2015.56.48.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/e273hfcwnm4jb1t/Screenshot%202016-08-30%2015.56.50.png?dl=0

How can the problem be solved?


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-08-30

@RonnieG3

I'll see if I can reproduce the problem.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-08-30

@Jumpy73

I'll take a look at that.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - Angelinas - 2018-08-30

@RonnieG3

Image


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-08-31

@Jumpy73

The watched flag in widgets is fixed. It will be part of the next update.
Image


RE: Multi-Mod addition for the MQ 7 Krypton Mod - RonnieG3 - 2018-08-31

(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


RE: Multi-Mod addition for the MQ 7 Krypton Mod - Angelinas - 2018-08-31

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.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - RonnieG3 - 2018-08-31

Ah - totally missed that part. That did the trick! Thank You so much. And forgive my quick ignorance, lol. You guys are the best!


Multi-Mod addition for the MQ 7 Krypton Mod - MB1968 - 2018-08-31

@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.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - Jumpy73 - 2018-08-31

(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/72jmv1odepy3mql/Screenshot%202016-08-30%2015.56.50%20%28double%20minutes%29.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


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-09-02

@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.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - latts9923 - 2018-09-02

@Jumpy73

You're welcome!

I found the problem with "minutes" being duplicated. It will be part of the next update.


RE: Multi-Mod addition for the MQ 7 Krypton Mod - MB1968 - 2018-09-02

(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.