2024-05-11, 11:03
Been busy myself, gonna see if i can check out the test version this weekend
![Smile Smile](https://forum.kodi.tv/images/smilies/smile.png)
(2024-05-17, 10:55)mikeSiLVO Wrote: Since I was trying to update both Nexus and Omega branches together I had not yet removed the old favourites dialog from either.But the overrides directive is still in place, that doesn't go to the new file?
Any ActivateWindow(favourites) in Nexus that is still around or used will call that dialog instead of the new window (favouritesbrowser).
And see if it updates correctly.xml:<override action="ActivateWindow(Favourites)">
<action>ActivateWindow(favouritesbrowser)</action>
</override>
(2024-05-17, 15:49)mikeSiLVO Wrote: I just realized that the common item in the menu customizer uses Favourites instead of favourites.XML Case sensitivity it seems?
Try adding another override using:
And see if it updates correctly.xml:<override action="ActivateWindow(Favourites)">
<action>ActivateWindow(favouritesbrowser)</action>
</override>
(2024-05-17, 15:49)mikeSiLVO Wrote: I just realized that the common item in the menu customizer uses Favourites instead of favourites.Yes, now it does... Stinkin' capitol letter... LOL.
Try adding another override using:
And see if it updates correctly.xml:<override action="ActivateWindow(Favourites)">
<action>ActivateWindow(favouritesbrowser)</action>
</override>
(2024-05-18, 09:49)mikeSiLVO Wrote: Wondering if the lack of responses is due to the repo versions needing to be updated...Merged and Deployment has completed. I am away, so I can't track much of this, but looks like it has updated. I don't have the repo installed on this machine, will verify when I get back home.
I sent a PR to update to the latest for Nexus and Omega. I removed Matrix since the latest from Mr. V should work well and not need any updates.
(2024-05-20, 19:40)Simkin84 Wrote: Briefly testet Mike's version, i have not looked into what changes he has made, but the ⅓ bug is still there? I dont know if he have fixed that.Mike's version only corrects for Omega and other issues that are being flagged in the logs and other fixes.
Do you have any new version out now Kittmaster? or is 21.00.11 still the latest one?