![]() |
Mod Estuary MOD V2 Matrix/Nexus/Omega KN Edition - 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: Estuary (https://forum.kodi.tv/forumdisplay.php?fid=260) +---- Thread: Mod Estuary MOD V2 Matrix/Nexus/Omega KN Edition (/showthread.php?tid=366400) |
RE: Estuary MOD V2 Matrix KN Edition - DjDiabolik - 2022-04-11 (2022-04-11, 13:37)_BJ1 Wrote: Goto Setup --> Skins --> Extras --> Disable "Activate Themes (Valentine, Easter, Halloween, Christmas)". Make sure you have installed the last version of the skin (3.4.0+matrix.11). i thinks there's something like a bug. i have disabled this option but when i back to main menù all background it's dominated by color orange or red. also the logo kodi have an little icon like three angel... if i go to re-enable this extra option apparently nothings changes.... you can confirm this? RE: Estuary MOD V2 Matrix KN Edition - _BJ1 - 2022-04-11 Make sure you have installed the last version of the skin (3.4.0+matrix.11). RE: Estuary MOD V2 Matrix KN Edition - crazyturk - 2022-04-11 Thanks, 3.4.0+matrix.11 The interface is working well. RE: Estuary MOD V2 Matrix KN Edition - DjDiabolik - 2022-04-11 (2022-04-11, 14:15)_BJ1 Wrote: Make sure you have installed the last version of the skin (3.4.0+matrix.11). strange issue... i have need to re-install this version from kn repo (as it has always done since I have active auto-update). after this i see something like kodi restart and the orange/red background color it's disappear ![]() RE: Estuary MOD V2 Matrix KN Edition - _BJ1 - 2022-04-11 You could also navigate within setup -> addons to the left (sideblade) and choose the option "search for updates". This should show all available updates immediately. RE: Estuary MOD V2 Matrix KN Edition - Dumyat - 2022-04-13 Hi @_BJ1 Are you able to tell me where the music related info labels on the OSD are now located? I remember originally everything used to be located on DialogSeekBar.xml like the default version Estuary, but looks like much has changed since I last looked at the skin code in any detail. Specifically, I'm looking for the code that relates to the album artwork on the far left side of the OSD for music coming up. Any hints or pointers would be a great help. Thanks Edit: No need to reply. I found a very old copy of the skin I still had and found what I was looking for in the includes.xml. Turns out the code I was looking for was what I was using already, which didn't work for Music Vids. I was kind of hoping it might have been something different and solved my dilemma. RE: Estuary MOD V2 Matrix KN Edition - _BJ1 - 2022-04-14 Sorry my friend, I'd read your post but was unable to answer here atm. I know that Guilouz has placed some code into includes which are difficult - or sometime strong ![]() RE: Estuary MOD V2 Matrix KN Edition - Fuchs2468 - 2022-04-14 (2022-04-14, 20:16)_BJ1 Wrote: Sorry my friend, I'd read your post but was unable to answer here atm. I know that Guilouz has placed some code into includes which are difficult - or sometime strongWelcome to the club. ![]() ![]() I have the same problem when I want to make changes in "Titan-Mod", here it is even more difficult. I feel with you... RE: Estuary MOD V2 Matrix KN Edition - _BJ1 - 2022-04-20 Meanwhile there is a Nexus branch of this skin available. Be aware, this is still experimental: https://www.kodinerds.net/index.php/Thread/72157-Estuary-Mod-v2/?postID=681504#post681504 RE: Estuary MOD V2 Matrix KN Edition - crazyturk - 2022-04-21 Thank you, works well with Nexus RE: Estuary MOD V2 Matrix KN Edition - aurelmarius - 2022-04-23 Hello, it is possible for the pvr nextup popup to display artwork instead of channel logo ? $INFO[Player.Art(thumb)] is returning channel logo. Thanks a lot. RE: Estuary MOD V2 Matrix KN Edition - _BJ1 - 2022-04-23 Not yet. There's no ListItem.EpgNextEventIcon or Pvr.EpgNextEventIcon so they have grabbed by another source. RE: Estuary MOD V2 Matrix KN Edition - Antlers - 2022-04-25 UK:15 MPAA Rating incorrecly displays as U. I can add this in myself by amending the line into Variable.xml as below. Can this be added permanently?: <value condition="String.Contains(ListItem.mpaa,14) | String.Contains(Container(60).ListItem.mpaa,14) | String.Contains(Window(Home).Property(PVR.Artwork.ListItem.mpaa),14)">14</value> <value condition="String.Contains(ListItem.mpaa,15) | String.Contains(Container(60).ListItem.mpaa,15) | String.Contains(Window(Home).Property(PVR.Artwork.ListItem.mpaa),15)">15</value> <value condition="String.Contains(ListItem.mpaa,16) | String.Contains(Container(60).ListItem.mpaa,16) | String.Contains(Window(Home).Property(PVR.Artwork.ListItem.mpaa),16)">16</value> RE: Estuary MOD V2 Matrix KN Edition - _BJ1 - 2022-04-25 (2022-04-25, 19:19)Antlers Wrote: Can this be added permanently?:Sure. RE: Estuary MOD V2 Matrix KN Edition - _BJ1 - 2022-04-29 3.4.0+matrix.13 & 4.0.0.+nexus.2
|