• 1
  • 116
  • 117
  • 118(current)
  • 119
  • 120
  • 133
Mod Aeon MQ 8 Multi-Mod
@Buzniak
No worries bud...I forgot about the updated version, so I was fooling around trying to get the studio to display as well. Sure, I can make a list of the required add-ons for some of the features to work correctly. Haha...thanks for the kind words.
Reply
-deleted-
Reply
Hi @latts9923 
See picture below:
Image
This information not showing anymore. I ran some of Kodi & your updates & now this is not working.
Any ideas?
Thanks
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
Reply
(2021-05-16, 11:44)JanM201 Wrote: Hi @latts9923 
See picture below:
Image
This information not showing anymore. I ran some of Kodi & your updates & now this is not working.
Any ideas?
Thanks
See this

Upadate metadata version 1.0.37.1 (1.40 don't work)
Reply
@escoces1968 
Thanks buddy, that did the trick Rofl
Kodi v18.9 (Aeon MQ8 Multi-Mod) running on Windows 10
Reply
UPDATE #33

Image Additions
  • I added a new button to the Top Menu named "SHOW DEFAULT MEDIA CASE" for the Posterlite view. Enabling this button will change the new case back to the default case. Thanks to halidri for the request!
  • I added a new Batman theme to the Aeon MQ Skin Themes add-on. The theme has been added to the main download for the additional themes and is also available as a separate download with just this theme.
  • I also added a new Batman menu bar, font and visual effects. BE ADVISED...IF YOU SWITCH TO THE BATMAN MENU BAR (IT GETS SELECTED AFTER THE NEON MENU BAR IN SKIN SETTINGS) IT WILL ALTER MULTIPLE COLOR SETTINGS, SWITCH TO THE BATMAN THEME AND ENABLE THE BATMAN VISUAL EFFECTS. I HIGHLY SUGGEST LOADING THE FAVORITES SCRIPTS (UPDATED SCRIPTS & FAVORITES NOW AVAILABLE) AND SAVE YOUR SKIN SETTINGS BEFORE USING THE NEW BATMAN MENU BAR. Thanks to Shredder_guitar for the idea to add all the Batman settings!
  • I also added a new Batman pointer. This is available with the updated Favourites scripts.
  • I added the font glow to the unfocused menu items when switching to the Batman menu bar. I will add this option to the rest of the fonts as time permits.
Image

Image Bug fixes
  • I fixed a problem where the fanart was being displayed with the artist slideshow if you selected "SLIDESHOW + VIEWING". Thanks to Holzfred for reporting the bug!
  • I fixed a problem with KodiFlix where the poster was being displayed twice if you selected "OPEN CASES"...one poster would open with the case and the other poster would remain in position.

Download
Multi-Mod update
Reply
Apologies to @latts9923 and others for repeating this: 

For those who have struggled with managing the Furniture timeout @ 10 sec, from several Aeon MQ versions ago I have been using the following code in Musicviisualisation.xml with great success at timing out the furniture for Layout 3 at the default 10 seconds, or even setting my own timeout time (of 20 sec) by adding code to Advanced Settings.  I am also able to press Info to restore the furniture for any track and it will stay on continuously.

In any desired Layout code area replace:
Code:
<visible>Player.ShowInfo | [Window.IsVisible(120) + !Skin.HasSetting(novisfurnitureosd)] | !Skin.String(vis_layout,karaoke)</visible>

With:
Code:
<visible>Player.ShowInfo + ![Window.IsVisible(120) + !Skin.HasSetting(novisfurnitureosd) | Skin.String(vis_layout,karaoke)]</visible>

Delete the two lines of code a few lines down:
Code:
<animation effect="fade" start="100" end="0" time="1000" tween="cubic" easing="inout" condition="System.IdleTime(10) + !Skin.HasSetting(novisfurnituretime)">Conditional</animation>
and:
Code:
<animation effect="fade" start="100" end="0" time="500" tween="cubic" easing="inout" condition="Window.IsVisible(120) + !Skin.HasSetting(novisfurnitureosd)">Conditional</animation>

If you'd like to adjust the timeout duration add to Advanced Settings at a root level:
Code:
<songinfoduration>20</songinfoduration>
where 20 = duration in seconds.

I do tweak my MV.xml file in Layout a bit, mostly for data and graphical purposes, so don't expect that those changes would prevent the edits above from working for all others.
Reply
(2021-05-24, 02:12)latts9923 Wrote: UPDATE #33

The Youtube problem remains.
Reply
(2021-05-24, 02:12)latts9923 Wrote: (UPDATED SCRIPTS & FAVORITES NOW AVAILABLE)

Sorry to ask..How to update that Script? I tried to install add-on from Zip File but Failed.
is this add-on same as Export/Import Skin Settings ?
Reply
@jasn
Thanks for the info. I will give this a try again.

@RobinTW
Yeah, I'm still trying to get that fixed.

@agungdeppe
Watch the video tutorial I made on how to install. I will add a link to this on the first post of the thread. No, this is different from the export/import skin settings function.
Reply
@RobinTW
If you remove the following from the "media_backgrounds" include in IncludesParams.xml...

xml:

<control type="multiimage">
<left>$PARAM[left]</left>
<top>$PARAM[top]</top>
<width>$PARAM[width]</width>
<height>$PARAM[height]</height>
<timeperimage>6000</timeperimage>
<randomize>true</randomize>
<fadetime>commonfadetime</fadetime>
<include condition="Skin.HasSetting(keepaspect)">KeepAspect</include>
<imagepath background="true">$INFO[ListItem.Path]extrafanart/</imagepath>
<animation effect="fade" end="100" time="200" delay="3000">Visible</animation>
<include>animation_panscan</include>
<visible>[Window.IsActive(videolibrary) + !Container.Content(addons)] | !String.IsEmpty(ListItem.Path,,extrafanart/) + ![Container.Content(seasons) | Container.Content(episodes)] + [!Player.HasVideo | Player.HasVideo + !Skin.HasSetting(background_live)] + $PARAM[visible] + [Window.IsActive(videos) + [!Container.Content(Sets) | String.Contains(ListItem.Path,videodb://movies/sets)] + String.Contains(skin.string(videofanart),extra)] + $PARAM[visible]</visible>
</control>

does that fix the Youtube problem?
Reply
VIDEO SIGNAL METADATA NOTIFICATION REQUEST

Image


@latts9923 Can you please add these icon on TOP LEFT once Kodi playback detects the Metadata in the video file?
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
@movie78
You want these to display in the top left of the playback window?
Reply
(2021-05-29, 13:42)latts9923 Wrote: @movie78
You want these to display in the top left of the playback window?

Yes please, for a few seconds
MY CURRENT MEDIA PLAYER | MY HOME THEATER
MINIX NEO U22-XJ COREELEC v19 MATRIX | EGREAT A10 | NVIDIA SHIELD | LG 75 NANO90 DV/HDR+ | Sony 43 Android TV HDR
XBOX SERIES X  | PS4 PRO 4K | JBL 9.1 System 5.1.4 DTS:X/ATMOS 
Reply
(2021-05-28, 13:51)latts9923 Wrote: does that fix the Youtube problem?

Yes, that did the tricks.   Blush
Reply
  • 1
  • 116
  • 117
  • 118(current)
  • 119
  • 120
  • 133

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 8 Multi-Mod10