(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?
Make sure you have installed the last version of the skin (3.4.0+matrix.11).
Thanks, 3.4.0+matrix.11 The interface is working well.
(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
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.
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.
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
- to analyze. I also have to re-analyze the code every time I want to make a change. Not easy.
(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 strong - to analyze. I also have to re-analyze the code every time I want to make a change. Not easy.
Welcome 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...
Thank you, works well with Nexus
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.
Not yet. There's no ListItem.EpgNextEventIcon or Pvr.EpgNextEventIcon so they have grabbed by another source.
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>