Kodi Community Forum
Mod Aeon MQ 6 - Moded version for I, J, K, L, .... - 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 Aeon MQ 6 - Moded version for I, J, K, L, .... (/showthread.php?tid=247705)



RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - the_bo - 2016-12-18

(2016-12-17, 23:38)Angelinas Wrote:
(2016-12-17, 19:34)the_bo Wrote: Hi Angelinas

Do you know of a way to display an image over a fullscreen video. I would like to have some falling snow over a video. Can display fine in the skin not sure how to do it for fullscreen video.

Thanks for any info
Easyest way is to add new "videowindow"
afther <include>TouchScreen</include> at the end of code in home.xml
Code:
    <include>TouchScreen</include>
    <control type="videowindow" id="8">
    <left>-5</left>
    <top>-10</top>
    <width>1930</width>
    <height>1090</height>
    <aspectratio>stretch</aspectratio>
    <animation effect="zoom" start="10" end="100" center="auto" time="2500" easing="inout" tween="cubic">Visible</animation>
    <visible>[Control.HasFocus(9000) | ControlGroup(600).HasFocus] + Player.HasMedia + System.IdleTime(18)</visible>
    </control>

Image

Thanks Angelinas

That looks good. Big Grin


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - Dhop84 - 2016-12-18

Sorry if it's already in the mod but I've not set it up or something but is it possible to add, when you pause a movie or show, up pops automatically the synopsis and cover art with the spinning disc animation? and also I no I mentioned it before but some simular animations in the dialog info screen? Thanks for your hard work


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - the23 - 2016-12-21

Got a problem/bug with Skin Helper Service Version 1.0.135+ and this great skin. I got the newest version of this skin from the 1st post.

Scrolling trough my movie library is fine and the rotten tomatoes etc. ratings are loading. Once i go to the movie info screen i can see the ratings for about 1 second before they dissapear. After that i cant press "left","right" and "enter". Only backspace is working.

The Log shows a lot of these:
Code:
19:16:06.197 T:11628 ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for special://masterprofile/Thumbnails/2/264c31a3.jpg
19:16:06.512 T:11628 ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for special://masterprofile/Thumbnails/6/6dce4f86.jpg
19:16:06.514 T:7780 ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for special://masterprofile/Thumbnails/1/18b72298.jpg
19:16:06.515 T:3260 ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for special://masterprofile/Thumbnails/f/f4f61a62.jpg
19:16:06.515 T:10904 ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for special://masterprofile/Thumbnails/0/0d5dac8a.jpg
19:16:06.941 T:11628 ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for special://masterprofile/Thumbnails/5/566fec8e.jpg
19:16:07.004 T:10904 ERROR: CImageLoader:Big GrinoWork - Direct texture file loading failed for special://masterprofile/Thumbnails/9/9797ac2a.jpg

I cleared the whole Thumbnail folder and still get these errors.

EDIT: With Skin Helper Service 1.0.100 everything works good.


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - Angelinas - 2016-12-21

That isn't my mod I dont use images in DialogInfo...
If you want to see all info from helper script newest version.....
In right view list just press arow right three times(Focused on : 1.scroll;2.Plot info;3 all info)...and all label info will showing for that movie.

Image


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - b0mb - 2016-12-21

the Krypton doesn't work on latest libreelec beta.... I can't even install it.... :-(

Gesendet von meinem LG-D855 mit Tapatalk


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - Dhop84 - 2016-12-21

(2016-12-21, 18:25)Angelinas Wrote: That isn't my mod I dont use images in DialogInfo...
If you want to see all info from helper script newest version.....
In right view list just press arow right three times(Focused on : 1.scroll;2.Plot info;3 all info)...and all label info will showing for that movie.

Image

Thanks buddy, it's more so I really like the animations on the dialog menu in that mod, the clear art kind of spins onto the screen and the movie poster is in the movie case and the disc pops up and spins


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - BigSteve84 - 2016-12-29

First of I love your Mod, quick question though The Next episode script is great but is there anyway I can limit which shows that its shows ? I want to separate the kids stuff from my stuff.


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - Alarmed - 2016-12-29

Greetings. I love this mod. You do great work. I have one issue. When playing the Radio app (and others) the time at the bottom is not showing the the song time, just the time since I opened the app. The 43 seconds in the screenshot is the amount of time the app has been opened. Not the end of the world, but it causes the lyrics to be out of sync. This particular song is almost over, but the lyrics are from the start of the song. Any ideas how to fix this?

https://www.dropbox.com/s/2ui1tyr01g0xs0w/screenshot000.png?dl=0


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - Angelinas - 2016-12-29

(2016-12-29, 10:00)BigSteve84 Wrote: I want to separate the kids stuff from my stuff.
Sorry no, that widget is from helper script and dont have filter for that.

(2016-12-29, 18:51)Alarmed Wrote: Greetings. I love this mod. You do great work. I have one issue. When playing the Radio app (and others) the time at the bottom is not showing the the song time, just the time since I opened the app. The 43 seconds in the screenshot is the amount of time the app has been opened. Not the end of the world, but it causes the lyrics to be out of sync. This particular song is almost over, but the lyrics are from the start of the song. Any ideas how to fix this?

https://www.dropbox.com/s/2ui1tyr01g0xs0w/screenshot000.png?dl=0
I'll asq Ronie to set lyrics for radio, and he set this in this version,
https://github.com/ronie/script.cu.lrclyrics/commit/a18557b1db596b276463c4bc60695d3f13a6d4fa
All working like clock, lyrics dont synhronize timer with player time.When title on player is change counter lyrics timer set to 00:00 and all lyrics working for radio addon. Smile
Please test newest version of lyrics,first song from addon dont have sync, but next is OK.
read this
http://forum.kodi.tv/showthread.php?tid=147340&pid=2462331#pid2462331


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - Alarmed - 2016-12-29

Works great. Thank you!!!


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - newoski - 2016-12-29

Is there any way to revert to the standard Black & White logos, as opposed to the Colored ones??


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - BigSteve84 - 2016-12-30

(2016-12-29, 19:02)Angelinas Wrote:
(2016-12-29, 10:00)BigSteve84 Wrote: I want to separate the kids stuff from my stuff.
Sorry no, that widget is from helper script and dont have filter for that.
Is there anyway I can do this?


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - boggo22 - 2017-01-01

(2016-11-04, 23:58)ladigb Wrote:
Quote:dont understand what view dont working Huh
Are you activate that view?
Image

Angelinas i have same problem with view list is just last three or four are working on rest just show backgrand image nothing more

Same Problem here... Any solution?



Gesendet von meinem LG-H960 mit Tapatalk


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - Angelinas - 2017-01-01

http://forum.kodi.tv/showthread.php?tid=247705&pid=2458446#

Krypton version is just for English language......visible condition is wrong for other language.
Please use english till I upload newest version for other language


RE: Skin MOD - Aeon MQ 6 - Moded version for I, J, K.... - BigSteve84 - 2017-01-04

Can you create a smart playlist using the next episodes of the helper script?