Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 71
  • 72
  • 73(current)
  • 74
  • 75
  • 93
Mod Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus)
@Shredder_guitar
The code to display the year data was in the view's xml, but not in Variables.xml. Thanks for letting me know! It will be in the next update. You can fix it now by opening View37-554_Poster.xml and find...

xml:
<label>$VAR[ground17_label]: [COLOR=$INFO[skin.string(colortext)]]$VAR[ground17_value][/COLOR]</label>>

Change this line to...
xml:
<label>$VAR[value_ground17_label]: [COLOR=$INFO[skin.string(colortext)]]$VAR[value_ground17_value][/COLOR]</label>
Reply
I just updated to the latest version of the skin and noticed that all the media flags at the bottom are no longer visible on any view. Also I noticed there was an update for the Studio Icons - colored so I attempted to update that and the update failed... one of those two things are the causation of the media flags disappearing. Is anyone else experiencing this?

*update* slight correction, media flags still show for movie sets, but not the full movie library.

Image

@latts9923 - Adding the entry from the previous post for release year worked, thank you.
Kodi ver.19.1  Aeon MQ 8 Matrix Mod Windows 10 
Reply
(2024-02-10, 16:21)Shredder_guitar Wrote: I just updated to the latest version of the skin and noticed that all the media flags at the bottom are no longer visible on any view. Also I noticed there was an update for the Studio Icons - colored so I attempted to update that and the update failed... one of those two things are the causation of the media flags disappearing. Is anyone else experiencing this?

*update* slight correction, media flags still show for movie sets, but not the full movie library.

Image

@latts9923 - Adding the entry from the previous post for release year worked, thank you.
I am seeing the media flags (view type 24) and studio icons - colored auto updated for me without problem (studio icons - white and media icons pack also auto updated on the same day).
Reply
@Shredder_guitar
Did you reset the skin after installing the last update? I changed the media flag code, which required a reset.

I've had trouble with the image add-on updates failing to install if I manually installed the add-on and then tried to update from the repo. Try closing Kodi, remove the add-on folder, remove any folders in addons/temp and try installing from the repo again. If it installs, you shouldn't have any more trouble with future updates.

And you're welcome for the release year fix!
Reply
Did you reset the skin after installing the last update? yes, I backed up and reset the skin once after updating and noticed that the flags were missing. After reading this post I attempted to reset the skin again, after exporting settings and resetting (But before Restoring) I noticed that the media flags are visible. They disappear again after doing the settings restore. The media flag settings are set to "Always Visible". 

I've had trouble with the image add-on updates failing to install if I manually installed the add-on and then tried to update from the repo. Try closing Kodi, remove the add-on folder, remove any folders in addons/temp and try installing from the repo again. If it installs, you shouldn't have any more trouble with future updates. I was able to get this piece resolved. Thank you. 
Kodi ver.19.1  Aeon MQ 8 Matrix Mod Windows 10 
Reply
Deleted. Wrong thread.
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
@Shredder_guitar
I just exported my settings, reset my skin and re-imported the export. I had my media flag size set to medium and it returned to medium after the import. Look in settings.xml for "media_flag_size".
Reply
(2024-02-03, 22:13)latts9923 Wrote: 1 - @twinpeaks
I'm glad you like the skin mod. Yeah, I've added quite a few mods, so it takes a while to figure out all the customization that's available.

1. I'm not very familiar with the filter. I don't see an option in the filter to set anything as "unread".
2. I'll have to create a TV Show ISO to test this.

1 - I'm using the word "filter" a little more generically that you may be thinking of as a "view." Let me try again. With all other skins, with TV (and Movies but for me this is overall a bigger frustration with TV) I hit TV SHOWS on main menu, down arrow to what I set as default "in progress" that jumps to a "type 04" type of view. I can quickly scroll and hit enter on the show I want to watch. If I want to go ALL SHOWS then I hit TV SHOWS (as before), down arrow, left arrow to ALL SHOWS which is a different view more akin to view 7 or view 15 sorted by TV Title. That makes it so easy to jump to something different.

With MQ 9 I have the view set to View 04 sorted by last played. This works great 70% of the time except for ISO shows disappearing after watching episode 1 on the ISO with no way to go rewatch that ISO unless I re-do the view. So to either get back to the "hidden" ISO or to get to "ALL SHOWS" as described above I hit UP ARROW, LEFT ARROW, enter on VIEW TYPE SELECTOR toggle to VIEW 15 (11 presses) RIGHT arrow (pops me to top of VIEW TYPE) right arrow to organize DOWN ARROW to last played, ENTER then up to TITLE then RIGHT ARROW twice.  Then I go on about my business. Now, to get BACK to "last played" I hit TV SHOWS from main menu, UP ARROW RIGHT ARROW to VIEW TYPE, DOWN ARROW, ENTER, VIEW 04 (11 presses up) RIGHT ARROW twice, DOWN ARROW to SORT BY and then DOWN ARROW to last played.

I think a solution would be to have different views available on DOWN ARROW (or even more) in addition to QUICK EDIT. And, of course to have "HIDE WATCHED" as a toggle because I would toggle it off mostly due to TV ISO.

2 -mSeparate problem: Whenever I update from your REPO I "export settings", update, "Import settings" and I never get my main menu back I get all the things I don't use such as concerts and I don't get my backgrounds back. I must be doing something out of step? This happens on my Windows HTPC and my Shield.
Reply
UPDATE #20

Image Additions
  • I added code to display multiple cleart/clearlogo images (if available) for Movies and TV Shows.
  • I added code to View Type-19, View Type-21, View Type-24, View Type-26 and View Type-28 to display either clearart or clearlogo based on your settings...and the option to disable either one.
  • I added code to display the clearart/clearlogo for Seasons and Episodes.
  • I added Ecuador to the countries flags. Thanks to MB1968 for the request!

Image Bug fixes
  • The media flags were not displaying in the MQ 8 video info screen. Thanks to Juan Mortyme for reporting the bug!
  • The code was not completed in View Type-37 to display the year/years for Movies/Sets. Thanks to Shredder_guitar for reporting the bug!
  • The "fancy" Up Next script was displaying the seconds left notification three times. Thanks to MB1968 for reporting the bug!
  • The "CHANGE BACKDROP - GRAP FANART SCRIPT" button was not displaying for video playlists if you added them as a main menu item. Thanks to woggs for reporting the bug!
  • The scrollbars in File Manager were positioned incorrectly. Thanks to MB1968 for reporting the bug!

ImageMaintenance
  • I moved the "MEDIA FLAG SIZE", "HIDE VISUAL EFFECTS" and "SHOW SET FLAGS" buttons to the top of the list.
  • I replaced the "simple" Up Next script with the script from MQ 8, and also made a few updates.
Reply
(2024-02-11, 22:16)latts9923 Wrote: @Shredder_guitar
I just exported my settings, reset my skin and re-imported the export. I had my media flag size set to medium and it returned to medium after the import. Look in settings.xml for "media_flag_size".

Is this what i should see?

Code:
 <setting id="media_flag_size" type="string"></setting>
Kodi ver.19.1  Aeon MQ 8 Matrix Mod Windows 10 
Reply
hi,
how to update this mod, and how to know the version of this mod..?
I check in latts repo, but no update..
i did tried restore, in these menu: Settings > Skin Settings
- Main Menu (Customise Furnitures)
- General Settings (Skin Aeon MQ 9) 
but no effect, skin view only 01-15
Reply
@Shredder_guitar
When you reset the skin it should look like this...
xml:
<setting id="media_flag_size" type="string">large</setting>

I'm not sure why yours won't reset.

@agungdeppe
I don't change the version number of this skin when I push an update. However, you can see the mod version if you go to SETTINGS in the main menu. In the upper right you will see "Mod version #". That number will match the # in the latest update post in this thread.

To reset the skin, go to SKIN SETTINGS → RESTORE SETTINGS.
Reply
hi ,,latts9923 ,, 

please again,  if you can, when during the movie i want the disc does not appear anymore and falls spinning, in the aeon mq 8 version I managed to remove the lines involved in this matter, in the VideoOSD file in the xml folder, and just like in . in the mq 8 screen maybe you can put the title of the movie in text or Logo format in the upper left part, I liked these in the previous skin. I appreciate everything you are doing, you solved my problem with media flags, there is still the problem with the movie in the background is not visible while synchronizing the subtitles and it would be perfect for me, thank you and sorry for this long text...
Reply
and another problem the cursor  mouse is to big for me, maybe change it , to be  small
Reply
(2024-02-12, 19:19)daniko Wrote: and another problem the cursor  mouse is to big for me, maybe change it , to be  small
Find Pointer.xml in the xml folder. Change the width and height values to your likings. I've set all values to 42.
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
  • 71
  • 72
  • 73(current)
  • 74
  • 75
  • 93

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus)0