Guest - Testers are needed for the reworked CDateTime core component. See... https://forum.kodi.tv/showthread.php?tid=378981 (September 29) x
  • 1
  • 23
  • 24
  • 25(current)
  • 26
  • 27
  • 94
Mod Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus)
(2023-07-27, 02:38)wags1 Wrote: @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.
@wags1, yes that would be an another way of doing it.
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
@latts9923 Thanks for all your work on this, it just keeps getting better! 2 things I noticed in testing:

I am not able to select view type 29 in music. When I try to select it it just selects view type 01.

When I select view type 26 (Shelf 3D v2) in movies I don’t see the plot synopsis. I do see the plot synopsis when view type 24 (Shelf 3D) is selected.
Reply
Tried renaming View 15 to Landscape (both of them) but it still shows as BLANK for the name. Anything I should try?
Reply
(2023-07-28, 06:12)RonnieG3 Wrote: Tried renaming View 15 to Landscape (both of them) but it still shows as BLANK for the name. Anything I should try?
@RonnieG3
See post #347.
"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
(2023-07-28, 06:42)Juan Mortyme Wrote:
(2023-07-28, 06:12)RonnieG3 Wrote: Tried renaming View 15 to Landscape (both of them) but it still shows as BLANK for the name. Anything I should try?
@RonnieG3
See post #347.

Thanks Juan! Awesome call back!
Reply
(2023-07-28, 05:23)wags1 Wrote: @latts9923 Thanks for all your work on this, it just keeps getting better! 2 things I noticed in testing:

I am not able to select view type 29 in music. When I try to select it it just selects view type 01.

When I select view type 26 (Shelf 3D v2) in movies I don’t see the plot synopsis. I do see the plot synopsis when view type 24 (Shelf 3D) is selected.
@wags1
VIEW TYPE-29, for some reason is not included in last MQ-9 zip file and is not listed in Includes.xml file and also file View29....is not in "xml" directory

@latts9923
Is View29.xml file someplace else or is just missing?.
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
@latts9923

Hi,
My bad i was talking about media flags not mpaa.
Have a good day.
Reply
@andrzejls

You're right View 29 is not in mine either. It must be a mistake.
"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
@wags1
@andrzejls
@Juan Mortyme
I fixed the problem with View Type-29. You can fix this by opening Includes.xml and find...
xml:
<include>view_597</include>

Underneath that add...
xml:
<include>view_601</include>
Reply
(2023-07-29, 21:02)latts9923 Wrote: @wags1
@andrzejls
@Juan Mortyme
I fixed the problem with View Type-29. You can fix this by opening Includes.xml and find...
xml:
<include>view_597</include>

Underneath that add...
xml:
<include>view_601</include>
@latts9923
Thanks, that works. Are you going to add "View-29_601_Panel3D.xml" file in next update?. Could you create "Panel" view in Music like it was in MQ8?

Edit:
I just took a second look on files in "xml" directory and realized that you, kind of" included view-29 and 28 in file "View28-597_29-601_Wall3D.xml"
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
@andrzejls
Sure, I can add the Panel view.

The views work a little different with MQ 9. If the xml for a view (like Wall 3D) has viewtypes for videos and music, you have to create two different view IDs to see both of them.
Reply
(2023-07-29, 23:58)latts9923 Wrote: @andrzejls
Sure, I can add the Panel view.

The views work a little different with MQ 9. If the xml for a view (like Wall 3D) has viewtypes for videos and music, you have to create two different view IDs to see both of them.
@latts9923
Yes, I noticed that. I did that by separating "View28-597_29-601_Wall3D.xml" to two files "View28-597_Wall3D.xml" and "View29-601_Panel3D.xml", removed sections pertaining to "vew-597" in "View29-601_Panel3D.xml" and "view-601" section in "View28-597_Wall3D.xml" then added those file named to "Includes.xml". It works, but your method, combining both 597 and 601 in one file, is more efficient and "clean", so I went back to the way you did it in the first place. Yes, you are 100% correct that it is different in MQ9 than in MQ8. I am NOT coder, but spent a lot of time in coding ORACLE DB and some other Databases so I have appreciation and some understanding of what I am looking at.
Really, thanks for your outstanding work.
Linux Mint 22 "Wilma", Cinnamon DE
NVIDIA Shield Pro, OMV NAS, Kodi "Omega", FreeBSD "pfSense Plus" Firewall
Reply
@MB1968
Did you change the type to "list" for View Type-21? If so, that's why the plot is off. The plot is positioned to display for a fixedlist.

And I think I have a fix for View Type-22. Thanks for letting me know!
Reply
@latts9923 Thanks, worked perfectly!
Reply
(2023-07-30, 00:22)latts9923 Wrote: @MB1968
Did you change the type to "list" for View Type-21? If so, that's why the plot is off. The plot is positioned to display for a fixedlist.
Yes I did. I changed the value back to fixedlist and the view is working fine now, although I hate the scroll effect. I had no idea that the value "list" would cause issues. My bad.

(2023-07-30, 00:22)latts9923 Wrote: And I think I have a fix for View Type-22. Thanks for letting me know!
Nice!
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
  • 23
  • 24
  • 25(current)
  • 26
  • 27
  • 94

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