Mod Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - 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: Mod Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) (/showthread.php?tid=373436) |
RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - latts9923 - 2023-12-31 @Shredder_guitar A skin reset should have added those to settings.xml. You can manually add them if you'd rather not perform another reset. Close Kodi and add these two lines to settings.xml...
RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - Shredder_guitar - 2024-01-02 (2023-12-31, 21:57)latts9923 Wrote: A skin reset should have added those to settings.xml. You can manually add them if you'd rather not perform another reset. Close Kodi and add these two lines to settings.xml... ok that fixed it. I was looking in the addons\skin.aeonmq9\xml\settings.xml, not the userdata\skin.aeonmq9\settings.xml. After looking in the correct settings file, i was able to update the lines. RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - Ruckus - 2024-01-03 (2023-12-31, 14:28)latts9923 Wrote: @Ruckus Ok so it was obviously a problem with my install and something to do with installing over the top of the original skin or something, I did a complete reinstall and its working perfectly. again, thank you for your help and your excellent work. RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - grimmace92 - 2024-01-04 Hi @latts9923 I'm still having issues with the source media flag. On some views it works and others it doesn't. I usually use kodiflix and it only works for dvd and 3d blurays. It doesn't work for regular blurays or 4k UHD. Here is a screenshot showing kodiflix not working with one movie and working with same movie in another view. Not sure what is going on. Where does Kodiflix grab the source flag from vs. the other view? Tested on windows and linux and same thing. I use nfo's for local scraping of my library. RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - latts9923 - 2024-01-04 @Shredder_guitar Good deal! @Ruckus Glad you got it working...and you're welcome! @grimmace92 Hmm...let me check the code. I'm away from my mod PC for a few days, but I'll get back with you. RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - latts9923 - 2024-01-07 UPDATE #15*
Additions
Bug fixes
*This update will require another skin reset for new settings to be forced to settings.xml. To keep from losing your current settings, make sure you export your skin settings (SKIN SETTINGS > RESTORE SETTINGS > EXPORT SKIN SETTINGS) before you install the update. After installing the update you will need to reset the skin and then import the latest settings export. RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - latts9923 - 2024-01-07 @grimmace92 Can you post the entire filename of the video that won't display the 4K flag in KodiFlix? RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - grimmace92 - 2024-01-08 its 4k and regular blu rays that don't work. 3d blu rays do work. Here's an example of how I name the mkv files for each an eample of a 4k movie would be: All Quiet on the Western Front.2160p.dv.12bit.atmos.4k.mkv an example of a regular bluray would be: The Card Counter.bluray.mkv an example of a 3D movie would be: Wonder Woman 1984.bluray.3d.mkv RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - starkos - 2024-01-08 Is there a way to force all movie posters on the movies widget to be the same size? Every now and then I get one that's taller than the rest for some reason RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - latts9923 - 2024-01-08 @grimmace92 That filename should work...it just needs "4k" somewhere in it. I just tried a test movie with "All Quiet on the Western Front.2160p.dv.12bit.atmos.4k" as the filename and I see the 4K flag using KodiFlix. What OS are you using? @starkos Someone else posted that their Movies that have the word "Movie" in the title are sized differently. I can't reproduce this...might be an OS difference with this one as well. What OS are you using? RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - grimmace92 - 2024-01-08 (2024-01-08, 01:46)latts9923 Wrote: @grimmace92 I'm not sure what the problem is. I tested on OSMC and a Windows machne. I even deleted my library and created a test library without nfo's and used the kodi scraper. Same exact results. Only displays the 3d bluray logo or dvd logo. Everything works for me using the MQ8 mod which makes this even more frustrating. Where are the logos grabbed from within kodi? Maybe those two are missing or named wrong? RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - latts9923 - 2024-01-08 For KodiFlix, open Includes.xml and find <include name="media_flags_type">. At the bottom of that include you will see the 4k control. For Shelf 3D, open Variables.xml and find <variable name="mediatype">. The second value is the one for 4K. Both are pointing to the same image path. You could try changing the visible line for 4k in "media_flags_type" to this...
RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - grimmace92 - 2024-01-08 (2024-01-08, 13:55)latts9923 Wrote: For KodiFlix, open Includes.xml and find <include name="media_flags_type">. At the bottom of that include you will see the 4k control. For Shelf 3D, open Variables.xml and find <variable name="mediatype">. The second value is the one for 4K. Both are pointing to the same image path. You could try changing the visible line for 4k in "media_flags_type" to this... Unfortunately no good. I even updated to Omega beta. I tried adding a . in front of the 4k and didn't change anything. Some of the includes like 3d have the . in front of it. No clue what is going on. RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - wags1 - 2024-01-08 (2024-01-08, 18:52)grimmace92 Wrote:This mod is for Nexus not Omega.(2024-01-08, 13:55)latts9923 Wrote: For KodiFlix, open Includes.xml and find <include name="media_flags_type">. At the bottom of that include you will see the 4k control. For Shelf 3D, open Variables.xml and find <variable name="mediatype">. The second value is the one for 4K. Both are pointing to the same image path. You could try changing the visible line for 4k in "media_flags_type" to this... RE: Aeon MQ 9 Multi-Mod for Kodi 20 (Nexus) - grimmace92 - 2024-01-09 Yes I know thanks. Thats why I said i upgraded to Omega to rule out it being a Nexus issue. The issue remains for me on both. Also doesn't matter if its an nfo or scraping directly with kodi. Also tried a ton of different ways to name the file to rule that out as well. i'm out of ideas. It works for me using MQ8. The difference being you have to load in all of the extra resource image files for MQ8. Nexus its supposed to just work without them. |