Release Aeon MQ 9 - Matrix, Nexus and Omega - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Skins Support (https://forum.kodi.tv/forumdisplay.php?fid=67) +---- Forum: Aeon MQ (https://forum.kodi.tv/forumdisplay.php?fid=68) +---- Thread: Release Aeon MQ 9 - Matrix, Nexus and Omega (/showthread.php?tid=372990) |
RE: Aeon MQ 9 - Matrix, Nexus and Omega - Wanilton - 2023-09-19 (2023-09-14, 16:04)BradTang Wrote: @Wanilton The error was fixed, check if solved. The version available in our repo is fine to use. I´m fixing deprecated commands that were changed recently in Kodi. Warning Alerts. RE: Aeon MQ 9 - Matrix, Nexus and Omega - Dotter64 - 2023-09-20 What a splendid skin this is I am new to the kodi skin business; I always worked with the standard skins provided by Kodi I have 2 questions 1. Is there a complete manual for this skin so I can easily change the (menu)options I want? 2. Originaly skins have the option to delete / rename a file by long-pressed ok button on my remote; where do I find it in this skin?? Thanks in Advance for any answer RE: Aeon MQ 9 - Matrix, Nexus and Omega - BradTang - 2023-09-20 (2023-09-16, 10:19)Angelinas Wrote: That code in line is not from https://github.com/kodi-community-addons...ils.py#L46 you have Hi Angelinas, Thanks for your help, the wrong movie set's discart was fixed by script.module.metadatautils v1.20.1. RE: Aeon MQ 9 - Matrix, Nexus and Omega - BradTang - 2023-09-20 (2023-09-19, 16:54)Wanilton Wrote: The error was fixed, check if solved. The version available in our repo is fine to use. Hi Wanilton, Thanks your quickly fix, let me confirm that your update is only script.module.metadatautils v1.20.2.1(metadata and artwork module), right? If yes, the wrong movie set discarts are fixed, but the wrong year of movie set seems to be the same (remain from last movie set year). RE: Aeon MQ 9 - Matrix, Nexus and Omega - Chris_82 - 2023-09-20 @Wanilton Thank you very much! RE: Aeon MQ 9 - Matrix, Nexus and Omega - Wanilton - 2023-09-20 @BradTang Please check again, I updated the script module again. There have many changes, in many addons, and the repo was updated again. RE: Aeon MQ 9 - Matrix, Nexus and Omega - Dotter64 - 2023-09-22 (2023-09-20, 16:17)Dotter64 Wrote: What a splendid skin this is not 1 reply?? did I ask a stupid question?? RE: Aeon MQ 9 - Matrix, Nexus and Omega - BradTang - 2023-09-23 (2023-09-20, 20:11)Wanilton Wrote: Please check again, I updated the script module again.Hi Wanilton Today I re-install KODI 20.2+Aeon MQ9, and install skin help service 1.20.0 from your repository 3.13, below picture is its dependencies add-ons, I think they are latest. Problem 1: My first try is the movie set of "the load of rings", I scan chapter2,3 first and it shown correctly for discarts(like below picture), and then, I scan chapter1 to add the final discart, but discart still show chapter2&3 only. However, the collection indeed includes chapter1 already. Then, I delete them and clean the library in Kodi, continuous to rescan chapter1&2&3 again, unfortunately the problem still remain, discart still show chapter 2&3 only. but I found some log error : 2023-09-24 01:44:11.986 T:11520 info <general>: Loading skin file: DialogVideoInfo.xml, load type: KEEP_IN_MEMORY 2023-09-24 01:44:11.994 T:11520 error <general>: Missing operand 2023-09-24 01:44:11.994 T:11520 error <general>: Error parsing boolean expression string.isempty(listitem(0).filenameandpath) + !listitem(0).isparentfolder + Detail please refer to this It seems like stuck in past memory, deleteing myvideo121.db is also useless...My only solution way is to re-install Kodi. Problem 2: The collection year still be wrong, below picture is the example of "James bond collection" and "the load of rings collection" and move to next movie collection of "the load of rings", we can see it still show the years of "James Bond collection" and right button click will fix it RE: Aeon MQ 9 - Matrix, Nexus and Omega - Angelinas - 2023-09-23 (2023-09-23, 20:53)BradTang Wrote: The collection year still be wrong, below picture is the example of "James bond collection" and "the load of rings collection"delete simplecache RE: Aeon MQ 9 - Matrix, Nexus and Omega - BradTang - 2023-09-24 (2023-09-23, 21:26)Angelinas Wrote: delete simplecache Hi Angelinas, I did but nothing is changed, still wrong year and discart. Do you know where is exactly the db file of movie-set? It make me crazy. RE: Aeon MQ 9 - Matrix, Nexus and Omega - Juan Mortyme - 2023-09-24 @Dotter64 1. There is no documentation for the skin that I am aware of. Your question is too vague to offer specific advice but in general menus are edited in Skin Setting>Customize Main Menu. 2. I don't use a remote but that function is part of the Kodi core. If it works when you use the default Estuary skin it should work in MQ9 skin. Check that you have the option Allow File Renaming and Deletion turned on in Settings>Media>General. RE: Aeon MQ 9 - Matrix, Nexus and Omega - Angelinas - 2023-09-24 (2023-09-24, 10:33)BradTang Wrote:Change view....Property dont work in list...(2023-09-23, 21:26)Angelinas Wrote: delete simplecache this line in View01-50.xml $VAR[media_list_info_focus] made wrong info using Property as variable in list. Code: <value condition="String.IsEqual(ListItem.DbType,set)">[B]$INFO[Window(home).Property(SkinHelper.ListItem.Years)][/B]</value> Code: <value condition="String.IsEqual(ListItem.DbType,set)+!String.IsEqual(Container.Viewmode,-01)">[B]$INFO[Window(home).Property(SkinHelper.ListItem.Years)][/B]</value> Code: <include content="media_info_details"> RE: Aeon MQ 9 - Matrix, Nexus and Omega - BradTang - 2023-09-24 (2023-09-24, 11:13)Angelinas Wrote: Change view....Property dont work in list...Hi Angelinas, Thanks for your suggestion, but I don't have coding ability to revise it even no idea where is the file...(View01-50.xml?) but if it made wrong info using Property as variable in list, I think it will be fixed by Wanilton, right? Furthermore, do you also have movie-set discarts problem like me? e.g: Adding new movie in orignal collection, discart still keep original amount Reduce one of the collection movie, discart still keep original amount Delete the problem movie collection and rebuild it, discart still keep original amount if yes, how do you solve it? RE: Aeon MQ 9 - Matrix, Nexus and Omega - Dotter64 - 2023-09-25 thx for the answer RE: Aeon MQ 9 - Matrix, Nexus and Omega - Ices - 2023-09-30 Hi my Kodi is caught in a down load loop with Addon required Skin Helper Service. I click yes to download but it askes for the skin helper service going to a new page. Yeah fixed with a reinstall. |