Posts: 945
Joined: Apr 2010
Reputation:
395
_BJ1
Posting Freak
Posts: 945
Make sure you have installed the last version of the skin (3.4.0+matrix.11).
Posts: 75
Joined: Dec 2021
Reputation:
4
Thanks, 3.4.0+matrix.11 The interface is working well.
Posts: 945
Joined: Apr 2010
Reputation:
395
_BJ1
Posting Freak
Posts: 945
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.
Posts: 75
Joined: Dec 2021
Reputation:
4
Thank you, works well with Nexus
Posts: 22
Joined: Mar 2016
Reputation:
1
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.
Posts: 945
Joined: Apr 2010
Reputation:
395
_BJ1
Posting Freak
Posts: 945
Not yet. There's no ListItem.EpgNextEventIcon or Pvr.EpgNextEventIcon so they have grabbed by another source.
Posts: 12
Joined: Feb 2016
Reputation:
1
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>