Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 19
  • 20
  • 21(current)
  • 22
  • 23
  • 94
Mod Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus)
@RonnieG3
I'm not sure how I would add that button since it's a hard-coded function.
Reply
@RonnieG3

In the library view, press "W" on your keyboard to mark Watched or Unwatched above the video item, MQ9 has native support to show the Mark in the Widget too, and in the skin, settings are possible to change the flag style (contextual art item).

Image

Image
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
Thx, great work.
Could you add alphabet jump also.
Page jump also takes forever with
large library.
thanks in advanced.
Reply
Thanks @Wanilton. I was asking b/c my items wouldn't mark, but of course, now they do - LOL. Thank you!!!
Reply
(2023-07-21, 15:10)Wanilton Wrote: @RonnieG3

In the library view, press "W" on your keyboard to mark Watched or Unwatched above the video item, MQ9 has native support to show the Mark in the Widget too, and in the skin, settings are possible to change the flag style (contextual art item).

Image

Image

thx but there is no way to show only unwatched tv-shows of last addet in the widget?
Reply
(2023-07-22, 06:21)TrailFoX Wrote:
(2023-07-21, 15:10)Wanilton Wrote: @RonnieG3

In the library view, press "W" on your keyboard to mark Watched or Unwatched above the video item, MQ9 has native support to show the Mark in the Widget too, and in the skin, settings are possible to change the flag style (contextual art item).

Image

Image

thx but there is no way to show only unwatched tv-shows of last addet in the widget?

@TrailFoX Yeah there is. Wanilton helped me figure it out few days ago:
 - Go to this location:  C:\Users\your_user_name\AppData\Roaming\Kodi\addons\skin.aeonmq9\playlists\tvshows_unwatched.xsp

This is the .xml file for unwatched tv shows (skin.aeonmq9/playlists/tvshows_unwatched.xsp)

Replace the text with the following, save, restart Kodi, and voila:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>Unwatched TV shows</name>
    <match>all</match>
    <rule field="dateadded" operator="after">
        <value>1900-01-01</value>
    </rule>
    <rule field="playcount" operator="lessthan">
        <value>1</value>
    </rule>
    <limit>48</limit>
    <order direction="descending">dateadded</order>
</smartplaylist>
Reply
Hello! When i tried to change the zoom i can't see the black bars or to be able to see how much to zoom. I know that on MQ8 was visible while watching movies or any other video files. Is there any solution for this?
Reply
UPDATE #3*

Image Additions
  • I added code to allow Albums and Songs to display multiple fanart images when "ARTWORK HELPER" is selected. Thanks to Juan Mortyme for the request!
  • I added a custom script-embuary-video.xml to the skin. You can access this by going to Video Info, select down on an actor and select a video. Thanks to Wanilton for the request!
  • I added the List 3D view. It is named View Type-19.
  • I added the List 3D Music view. It is named View Type-20.
  • I added the List 3D v2 view. It is named View Type-21.
  • I added the List 3D v2 Music view. It is named View Type-22.
  • I added the ability to use List 3D Music and List 3D Music v2 with songs.
  • I added the Magazine 3D view for Artists and Music Videos. It is named View Type-23.
  • I added the Shelf 3D view. It is named View Type-24. While adding this view, I noticed in the code that there was an option to display the videos as a fixedlist or a wraplist. There is a new button in the top menu named "SHELF 3D WRAPLIST" that is disabled by default.
  • I added the Shelf 3D Music view. It is named View Type-25.
  • I added the Shelf 3D v2 view. It is named View Type-26.
  • I added the Shelf 3D Music v2 view. It is named View Type-27.
  • I added the Wall 3D view. It is named View Type-28.
  • I added the Wall 3D Music view. It is named View Type-29.
  • I added the Wide view for videos and music. It is named View Type-30.
  • I added the Wall view for Music. It is named View Type-31. Thanks to toutoune29 for the request!
  • I added the Wall view for Videos. It is named View Type-32. Thanks to melons2 for the request!
  • I added the "PULSE PAUSE LABEL" setting to SKIN SETTINGS > GENERAL SETTINGS. Thanks to melons2 for the request!
  • I added the ability to display clearart/clearlogo for albums and songs with View Type-01.
  • I added the "MEDIA FLAGS" buttons from MQ 8 to the top menu. You have three options...ALWAYS VISIBLE, AUTO, and OFF. I can't remember who asked for this...but here ya go! Haha
  • I added the SDTV flag to mediatype. Add ".sdtv" to your filename in order to see the flag. Thanks to Juan Mortyme for the request!
  • I added a new "SHOW MEDIA CASE" button for the default views (1-15) that only affects TV Shows. Thanks to andrzejls for the request!
  • I added the ability to select the Colored Recordlabels add-on in SKIN SETTINGS > ICONS AND IMAGES.


Image Bug fixes
  • I fixed a problem with View Type-18 where the media case was displaying for the Artist. Thanks to Juan Mortyme for letting me know!
  • The bit depth flag was displaying for all content. Thanks to andrzejls for reporting the bug!
  • I fixed a few errors that were showing in the log. Thanks to Wanilton for reporting them!
  • I fixed a bug with the case reflection not displyaing in the correct position for Layout 1 in music viz. I also added the album cover reflection. This was also a problem with View Type-01. Thanks to Wanilton for letting me know!
  • The media case was not displaying for albums in Music Info.
  • There were two "PROGRAMS ADD-ONS" listed under "FILTRATE" (in the blue list) if you customized the main menu and selected "REPLACE THIS MENU WITH..." and then selected "ADD-ONS". The second one in the list now shows as "GAMES ADD-ONS".
  • I added code to display the plot screen for View Type-18 (Right List) when you select right twice. This is tied to the "PLOT SCREEN FONT SIZE" button in the Top Menu. Thanks to MB1968 for reporting the bug!
  • I fixed a problem with the "ZOOM EXTRA FOCUS" for the default layout in KodiFlix (View Type-16) where the focus surround did not fit the case when "BD/DVD CASES" and "COLORED CASES" were selected. Thanks to Juan Mortyme for reporting the bug!
  • I fixed a problem with the "Theme in use:" label for the Settings widget not displaying "My Theme" when selected in Skin Settings. Thanks to wags1 for reporting the bug!

ImageMaintenance
  • View Type-18 can now be used for add-ons and Files. Thanks to MB1968 for the request!

I renamed the update file in my repo to skin.aeonmq9-1.6.0.zip, so you can now install the Multi-Mod via Kodi. If you don't have my repo installed, the link is in the first post of this thread.

*This update will require another skin reset for new settings to be forced to settings.xml. Sorry for the inconvenience.
Reply
@latts9923 what a GREAT job, Thanks. Two questions:
1. I lost the display of Studio and MPAA Rating. Not shown in TV Shows and Movies
2. Where I go to reset skin (an another my "senior moment").


Found the "skin reset" and that fixed point No.1.
All is good. Hope that this is a last time when we need to "reset skin".

I had created Skin Backup using "Skin Helper Service" to backup all of my customization settings prior to this update. So, after this MQ9 update I restored my skin custom settings from backup. This looks like I do not need to go through an entire process of customizing. Looks like this method saves a lot of time.
@latts9923 Would it be feasible to create "View-15", like it is for TV Shows and Movies, for Music and Concerts ?
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
Thanks, already found it.
Reply
Now, I have a simple question, asked and answered ... god knows how many times. Possible to add font to list, or best to just swap names w/font that's already selectable in system? really want to add SansForgetica-Regular.otf as a choice.
Reply
(2023-07-22, 11:10)RonnieG3 Wrote:
(2023-07-22, 06:21)TrailFoX Wrote:
(2023-07-21, 15:10)Wanilton Wrote: @RonnieG3

In the library view, press "W" on your keyboard to mark Watched or Unwatched above the video item, MQ9 has native support to show the Mark in the Widget too, and in the skin, settings are possible to change the flag style (contextual art item).

Image

Image

thx but there is no way to show only unwatched tv-shows of last addet in the widget?

@TrailFoX Yeah there is. Wanilton helped me figure it out few days ago:
 - Go to this location:  C:\Users\your_user_name\AppData\Roaming\Kodi\addons\skin.aeonmq9\playlists\tvshows_unwatched.xsp

This is the .xml file for unwatched tv shows (skin.aeonmq9/playlists/tvshows_unwatched.xsp)

Replace the text with the following, save, restart Kodi, and voila:

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<smartplaylist type="tvshows">
    <name>Unwatched TV shows</name>
    <match>all</match>
    <rule field="dateadded" operator="after">
        <value>1900-01-01</value>
    </rule>
    <rule field="playcount" operator="lessthan">
        <value>1</value>
    </rule>
    <limit>48</limit>
    <order direction="descending">dateadded</order>
</smartplaylist>

thx @RonnieG3 but its not working Sad
Reply
Thanks for the update @latts9923

i have a view questions

i can no longer see any media information on moviesets, the media information for all films used to be displayed there below, do change something?

TV shows no longer shows actors, do change somthing or am i missing an addon?

is it possible to add a progress bar to the info screen? at the moment you only see the timer when you press pause
Reply
@marius37bv
Can you provide a screenshot of the zoom function from MQ 8?

@RonnieG3
If you have a particular font you'd like to use, I think it would be easier to just rename it.

@TrailFoX
1. Do you have "SHOW SETS FLAGS" enabled in the Top Menu?
2. For the missing actors, do you have the Embuary Info script installed?
3. The pause screen should display a progress bar.
Reply
@latts9923. Possible bug. When going to Settings --> Skin Settings --> Icon and Images, selecting "STUDIOS" adding "STUDIO ICONS-COLOURED" and then running "Update Library" from Top Menu will remove displaying "Studios" in both TV Shows and Movies. "Studios" are still in database displayed using "METADATA EDITOR" as well as examining MariaDB MyVideos121 "tvshow" and "movie" tables.
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
  • 1
  • 19
  • 20
  • 21(current)
  • 22
  • 23
  • 94

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