Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 22
  • 23
  • 24(current)
  • 25
  • 26
  • 94
Mod Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus)
(2023-07-26, 13:16)latts9923 Wrote: @MB1968
Fixed...it will be part of the next update. Thanks for letting me know!

Thanks, can you look at the white line above the media icon bar for moviesets? It is not at the same position as for individual movies.
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
(2023-07-26, 13:16)latts9923 Wrote:  

@andrzejls
You're right...there was a typo in the original code for View Type-15. I fixed it and "RENAME" now works with that view. Thanks for letting me know!
@latts9923
Found the typo and removed extra space.

<viewtype label="-15">icon</viewtype>

Now it works. Thanks.
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
(2023-07-26, 13:16)latts9923 Wrote: @latts9923

@Oxymore
I removed the media flags bar for View 24. It was also displaying in View 26. I also fixed the rating star size in View 24. Thanks for letting me know!

You want to be able to turn off the rating info?

You're welcome!
With pleasure !
Yes, i would like being able to turn off the rating info, thanks.

I also noticed, that if you turn mpaa off, in view 24 . they still remained on the screen.
Last thing, when I change the default font to arial. The font of the main menu, also changes. And all the fonts to customize the main menu (modern, candy bar, etc.) disappear.
I have to put arial back to default, so that everything returns to normal.
Only on my side or ??

Huge thank you for your time and work !!
Reply
Does anyone know if it's possible to change the view names by editing a file rather than thru the menu? If so, what files do I need to edit to rename the music and movie views? I personally find it easier to edit the files than go thru the menus if it's possible particularly when changing a list of things....
Reply
@wags, available on the top menu, its native feature Skin MQ9. It´s possible to rename the view names.

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
@Wanilton Thanks but I know how to change the names thru the menus. I'm trying to find the files where the custom names are stored to edit them directly so I can bulk rename them rather than having to go thru the menus. I could probably dig around and find them but hoping someone already knows to save myself some time.
Reply
@wags1

All settings you see in the skin settings and other places, like the top menu, customize main menu, you find in the settings.xml file.

The file settings.xml you find in your userdata

Here the path windows

users/yourname/appdata/roaming/kodi/userdata/addon_data/skin.aeonmq9/settings.xml

look for " <setting id="view-01.customlabel" type="string">RIGHT LIST</setting>

If you see that only is added after you change the string using rename in the menu. Don´t appear in the settings.xml to change manually, if you don´t use the options to rename via RENAME Option.

The only option is to create all code manually

Edit settings.xml and add after this line

<setting id="submenu23.2.customlabel" type="string"></setting>

<setting id="view-01.customlabel" type="string">RIGHT LIST</setting>
<setting id="view-02.customlabel" type="string">SECOND ITEM</setting>

Userdata in others OS

AndroidAndroid/data/org.xbmc.kodi/files/.kodi/userdata/ (see note)
iOS/private/var/mobile/Library/Preferences/Kodi/userdata/
LibreELEC/storage/.kodi/userdata/
Linux~/.kodi/userdata/
Mac/Users/<your_user_name>/Library/Application Support/Kodi/userdata/
Nvidia Shield (SMB)smb://<nvidiashieldurl>/internal/Android/data/org.xbmc.kodi/files/.kodi/userdata
OSMC/home/osmc/.kodi/userdata/
tvOS/private/var/mobile/Library/Preferences/Kodi/userdata/
Windows Portable<Install location chosen by you>\portable_data\userdata\
Windows via Microsoft Store%LOCALAPPDATA%\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\
Windows Xbox%LOCALAPPDATA%\Packages\XBMCFoundation.Kodi_4n2hpmxwrvr6p\LocalCache\Roaming\Kodi\

Note: In some Android setups the path may be slightly different to the one stated above.

Be careful, I don´t recommend changing the file manually, is possibly broken the skin with one simple type error.
MediaBrazil forum Website - Youtube Channel
MQ9-1.6.0.29 - 09.15.2023 - Aeon MQ Skin Team
MarcosQui Website Donate and support us.
Reply
@latts9923 view type 21 for movies contains a bug on Android. The movie plot and movieset plot/title is displayed at a wrong position. This is best visible when selecting a movie at the bottom of the movie list. Maybe you can use a part of the code from view type 19. View type 19 works fine.
Image

The above also applies for the music library view type 22. Almost the same issue. View 20 works fine.
Image

I've noticed there are double subtitle symbols (speaker icons) in the media icon bar. Can you remove one of them? It wil create space for an extra subtitle language flag, when there a more subtitles available.
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
Gonna ask a really lazy question: Could someone post the names of all the views as they correlate to these numbered views to make renaming easier? Please? I imagine someone's already gone back and copied the names. Willing to share? Of course I could do it, but I'm hoping to save a bit of time if possible.  I Thank you immensely (and so do others I would imagine.)
Reply
(2023-07-26, 22:54)RonnieG3 Wrote: Gonna ask a really lazy question: Could someone post the names of all the views as they correlate to these numbered views to make renaming easier? Please? I imagine someone's already gone back and copied the names. Willing to share? Of course I could do it, but I'm hoping to save a bit of time if possible.  I Thank you immensely (and so do others I would imagine.)

From view 19-30 you'll find the names here:
https://forum.kodi.tv/showthread.php?tid...pid3160397

Only 18 to go Wink
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
(2023-07-26, 15:18)wags1 Wrote: Does anyone know if it's possible to change the view names by editing a file rather than thru the menu? If so, what files do I need to edit to rename the music and movie views? I personally find it easier to edit the files than go thru the menus if it's possible particularly when changing a list of things....
For me it was easier to create/define centralized network location to store "Skin Helper Service Skin Backup" zip file and use it to restore settings from other Kodi seats. Modifying individual xml file create issue for me as with each MQ9 update they are, in most cases, replaced with new ones so I will have to go and edit them again. At the worst case scenario I modify just one seat of Kodi and do new "Skin Helper Service Skin Backup".
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
(2023-07-26, 22:54)RonnieG3 Wrote: Gonna ask a really lazy question: Could someone post the names of all the views as they correlate to these numbered views to make renaming easier? Please? I imagine someone's already gone back and copied the names. Willing to share? Of course I could do it, but I'm hoping to save a bit of time if possible.  I Thank you immensely (and so do others I would imagine.)
I did not create a list, per se, but.. In each of the View* files located in ..../data/org.xbmc.kodi/files/.kodi/addons/skin.aeonmq9/xml search for "viewtype label=" string. that will give you name of that View number. It is a little bit tedious but that is the only way I know and did.  For the new ones ones latts9923 provided corresponding names in post #308 on page #21.
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
Thank you @MB1968  & @andrzejls
Reply
@Wanilton Thank you, exactly what I needed!
@andrzejls I agree, but only after you have renamed all the views. Wanilton provided me the info I needed to manually rename all the views. Once that is done then I will backup and restore to all my other instances.
Reply
@Oxymore
Is there a setting to disable the MPAA flag?

I haven't added all the custom font code to Arial yet...just the default fontset. I can include that in the next update.

@MB1968
I'll take a look at Views 19 and 21...as well as 20 and 22.
Reply
  • 1
  • 22
  • 23
  • 24(current)
  • 25
  • 26
  • 94

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