• 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 99
Mod Aeon MQ 9 Mod for Kodi 21 (Omega)
@andrzejls
That change for the MQ 8 video info screen is for the MQ 9 skin...if you are using the MQ 8 video info instead of the default video info. Is that clear as mud? Haha.
Reply
@MB1968
I forgot to adjust the position for clearart/clearlogo if you do not have multiple clearlogo images. Open View27-598_Shelf3Dmv2.xml and find (at line 144)...

xml:
<control type="image">
<left>-60</left>
<top>20</top>
<width>800</width>
<height>240</height>
<fadetime>50</fadetime>
<aspectratio aligny="bottom">keep</aspectratio>
<texture background="true">$VAR[media_art]</texture>
<visible>Container.Content(albums) + String.IsEmpty(ListItem.Art(artist.clearlogo1))</visible>
</control>

Change the top value to 160.

Yep...something is funky in Omega with DialogSeekBar.xml. You don't see this behavior in music viz with Nexus.

Update...there's something funky with the play/pause button in the music viz player controls too. The play button is displayed at first (along with the "PAUSE" label in the middle of the screen) instead of the pause button. If you select the play button you then get the pause button. This problem is constant across multiple skins I have installed on Omega. I'm not sure if the skins need a code update or if it's an Omega bug.
Reply
(2024-02-06, 02:32)latts9923 Wrote: @andrzejls
That change for the MQ 8 video info screen is for the MQ 9 skin...if you are using the MQ 8 video info instead of the default video info. Is that clear as mud? Haha.
@latts9923 I got it. File "DialogVideoInfo.xml.mq8" in MQ 9. Thanks.
Linux Mint 22.1 "Xia", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense" Plus Firewall
Reply
@andrzejls
You bet! Were you referring to the flag separators like Juan Mortyme mentioned?
Reply
(2024-02-06, 13:46)latts9923 Wrote: @andrzejls
You bet! Were you referring to the flag separators like Juan Mortyme mentioned?
@latts9923. Yes, that is exactly what I was referring to. It is not a "big deal", just a "visual" imperfection affecting nothing.
Linux Mint 22.1 "Xia", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense" Plus Firewall
Reply
(2024-02-06, 04:10)latts9923 Wrote: @MB1968
I forgot to adjust the position for clearart/clearlogo if you do not have multiple clearlogo images. Open View27-598_Shelf3Dmv2.xml and find (at line 144)...

xml:
<control type="image">
<left>-60</left>
<top>20</top>
<width>800</width>
<height>240</height>
<fadetime>50</fadetime>
<aspectratio aligny="bottom">keep</aspectratio>
<texture background="true">$VAR[media_art]</texture>
<visible>Container.Content(albums) + String.IsEmpty(ListItem.Art(artist.clearlogo1))</visible>
</control>

Change the top value to 160.

Yep...something is funky in Omega with DialogSeekBar.xml. You don't see this behavior in music viz with Nexus.

Update...there's something funky with the play/pause button in the music viz player controls too. The play button is displayed at first (along with the "PAUSE" label in the middle of the screen) instead of the pause button. If you select the play button you then get the pause button. This problem is constant across multiple skins I have installed on Omega. I'm not sure if the skins need a code update or if it's an Omega bug.

Thanks for the code. Working fine now. Guess what? The seekbar disappears after pressing the pause button twice. I haven't seen the play button in the middle of my screen so far. Weird.
Windows 11 Pro Kodi 21.2+Aeon MQ7/MQ9 Omega Mod
Android /Beelink GT King Pro Kodi 21.2+AeonMQ7 Omega Mod & Kodi Maven Fork 22.0 Alpha+AeonMQ7 Omega Mod
CoreELEC/Beelink GT King Kodi 21.1+AeonMQ7 Omega Mod


Reply
@latts9923, I've translated the country names in MyVideos129.db from English to Dutch. I also added country flags with Dutch names to the skin .xbt file, otherwise the country flags would not appear in the media icon bar. Works fine, except for countries with the letter ë in the name (Belgium=België, Argentina=Argentinië, Italy=Italië, etc).
1. Any idea what is going on here?
2. Can you add the Ecuador flag to the countries folder?
Windows 11 Pro Kodi 21.2+Aeon MQ7/MQ9 Omega Mod
Android /Beelink GT King Pro Kodi 21.2+AeonMQ7 Omega Mod & Kodi Maven Fork 22.0 Alpha+AeonMQ7 Omega Mod
CoreELEC/Beelink GT King Kodi 21.1+AeonMQ7 Omega Mod


Reply
@MB1968
Just gonna spitball a couple of ideas here so be patient with me if they seem too obvious and were the first things you already tried. I know you have a high level of competency.

Have you changed the Appearance>Regional>Language and/or Appearance>Regional>Character Set settings? I don't know squat about running Kodi in any language other than English but there must be an easier way than editing the db and adding renamed flags.

I do recall something in the past to do with having problems with studios and actress art addons that included names containing ë and other non-ascii characters.

I found that if I copy & paste names with those characters from the image file to the nfo or vice versa rather than retyping them I was able to get names like Michael Bublé to work, although I have no idea why it worked. I'm guessing it's some subtle difference in the character set.

Anyway, it's more than likely you'll have figured it out before I finish typing and post this. LOL
"When the going gets weird, the weird turn pro." - Hunter S. Thompson
Using: Windows 10 Pro   | Kodi 21.1 + Aeon MQ7 Multi-Mod 1.1.2  |  Kodi 21.1  + Aeon MQ9 Multi-Mod 1.4.4
Reply
(2024-02-06, 17:19)Juan Mortyme Wrote: @MB1968
Just gonna spitball a couple of ideas here so be patient with me if they seem too obvious and were the first things you already tried.
I haven't tried anything yet since I discovered this issue yesterday.

Juan Mortyme ' Wrote: Have you changed the Appearance>Regional>Language and/or Appearance>Regional>Character Set settings?
My setting is default..

Juan Mortyme ' Wrote: I don't know squat about running Kodi in any language other than English but there must be an easier way than editing the db and adding renamed flags.
I agree. If the country names would have been part of the core language file, translators would only have to translate them to their native language. There are more parts in Kodi where I made the decision to change English names into Dutch. The genre icons and fanarts won't display with Dutch names for genres. I gave the fanarts and icons Dutch names a while ago.

Juan Mortyme ' Wrote: I do recall something in the past to do with having problems with studios and actress art addons that included names containing ë and other non-ascii character.
I found that if I copy & paste names with those characters from the image file to the nfo or vice versa rather than retyping them I was able to get names like Michael Bublé to work, although I have no idea why it worked. I'm guessing it's some subtle difference in the character set.
I have a similar issue with a Belgium studio icon "één". I decided to rename één to een.

Juan Mortyme ' Wrote: Anyway, it's more than likely you'll have figured it out before I finish typing and post this. LOL
I'm not that fast Wink
I'll try you suggestions tomorrow. If one of them works, I'll post a new message. Thanks for your helping hand
Windows 11 Pro Kodi 21.2+Aeon MQ7/MQ9 Omega Mod
Android /Beelink GT King Pro Kodi 21.2+AeonMQ7 Omega Mod & Kodi Maven Fork 22.0 Alpha+AeonMQ7 Omega Mod
CoreELEC/Beelink GT King Kodi 21.1+AeonMQ7 Omega Mod


Reply
@latts9923 I know that you did a lot of work on "FAVOURITES" section and it is great. I have a question, would it be possible to move Favourite entries UP/Down more efficient way?. What I mean is that right now you have to repeat keystrokes for each move up or down. I am thinking of selecting the entry and moving it up or down with remote/keyboard up/down arrow key dynamicaly.
Linux Mint 22.1 "Xia", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense" Plus Firewall
Reply
@MB1968
You're right...pausing two times puts the seekbar to bed on mine as well. I see the "PAUSE" label in the middle of the screen when I bring up the OSD. It should not appear unless I pause the song, and I should see the pause button when I first open the OSD...not the play button.

I added the Ecuador flag to countries.

@andrzejls
You can create two new keyboard entries in keyboard.xml...

xml:
<keyboard>
<u>Up</u>
<d>Down</d>
</keyboard>

This allows you to select "u" or "d" on your keyboard and move the selected favorite without accessing the context menu.
Reply
(2024-02-08, 13:56)latts9923 Wrote: @MB1968
You're right...pausing two times puts the seekbar to bed on mine as well. I see the "PAUSE" label in the middle of the screen when I bring up the OSD. It should not appear unless I pause the song, and I should see the pause button when I first open the OSD...not the play button.

I added the Ecuador flag to countries.

@andrzejls
You can create two new keyboard entries in keyboard.xml...

xml:
<keyboard>
<u>Up</u>
<d>Down</d>
</keyboard>

This allows you to select "u" or "d" on your keyboard and move the selected favorite without accessing the context menu.
@latts9923 Perfect. I did not think about it. Works like "champ".Thanks.
Linux Mint 22.1 "Xia", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense" Plus Firewall
Reply
@andrzejls
Good deal...you're welcome!
Reply
@latts9923, can you look at the code for the Next Up pop up message? Three countdown timers seems a bit redundant to me. Here's a screenshot with settings Simple enabled.

Image
Windows 11 Pro Kodi 21.2+Aeon MQ7/MQ9 Omega Mod
Android /Beelink GT King Pro Kodi 21.2+AeonMQ7 Omega Mod & Kodi Maven Fork 22.0 Alpha+AeonMQ7 Omega Mod
CoreELEC/Beelink GT King Kodi 21.1+AeonMQ7 Omega Mod


Reply
Hi Latts,

In Windows 11, not sure if oversight or planned, but in main menu "movies" (also Tv Shows), option exists for fanart script and images, however this option is not available when using playlists.
Reply
  • 1
  • 13
  • 14
  • 15(current)
  • 16
  • 17
  • 99

Logout Mark Read Team Forum Stats Members Help
Aeon MQ 9 Mod for Kodi 21 (Omega)0