Posts: 13
Joined: Apr 2020
Reputation:
2
Sekt0r
Junior Member
Posts: 13
I need some help please.. I've recently enabled MPAA ratings and set the Country to United States (which is also what I have my scrapers set to), in Skin Settings/Media View. Everything seems ok except for content set as "Rated G" (I'm using the "Rated " prefix on the scrapers), it incorrectly shows the "R" flag/image (actual "Rated R" content is shown correctly, with the same image).
I can't see where the issue is, usually with my basic skills I can wing my way through these things using trial and error but not this time.. Setting the MPAA setting to a different Country, doesn't have this problem either, I'm not in the U.S. but I prefer to use their MPAA ratings.
- The IncludesVariables.xml has <value condition="String.Contains(listitem.mpaa,Rated G)">$INFO[Skin.String(MPAACertificate)]/g</value>
- The Textures.xbt includes a correct image with filename g.png, a copy of the image is located in both the flagging/ratings/ folder and the flagging/ratings/usa folder
- The IncludesCodecFlagging.xml has the path as <texture>$VAR[RatingMPAA,flagging/ratings/,.png]</texture>
Removing the "Rated" prefix from the nfo manually (so it's just <mpaa>G</mpaa>) fixes the issue and the correct "G" flag/image is shown. If I can't work out the root cause, can I add a condition to say if the content has "Rated G" treat it as "G"?
The "G" condition is: <value condition="String.Contains(listitem.mpaa, G )">$INFO[Skin.String(MPAACertificate)]/g</value>
Posts: 64
Joined: Feb 2012
Reputation:
4
Hi, just a small issue.
The Favourites button has stopped working. It randomly stopped on 19.3.
I done a fresh start from scratch with 20 alpha 3 and still no working Favourites button.
It works with Estuary, Confluence and other skins. Just not with Xonfluence.
Any ideas would be much appreciated.
Posts: 184
Joined: Aug 2014
Reputation:
11
you need to enable the favourites script in the skin settings>script options>then use the arrows to goto 'supported addons and scripts' - and install/enable the favourites script and the video nodes stats script - you should be good to go then
Posts: 64
Joined: Feb 2012
Reputation:
4
Thank you that's sorted it. Couldn't see the wood for the trees 😂
Posts: 4
Joined: Aug 2020
Reputation:
1
under kodi 19.3 I have xonfluence (downloaded from 1st page) and want to change some of the unneeded menu items (weather for example) with new more useful thing i.e. direct link to change portal under BlueThunder Client setting.
How I can do it (I assume that I need to use "kodi command" function ) but need help on this.
Or there is a more elegant way?
Posts: 4
Joined: Aug 2020
Reputation:
1
yap, that is an option, more like a wayaround but I wont to avoid chasing favorite all the time , scrolling up and down chasing things etc ... customizing menu items is a win-win.. if somebody has a clue how to do it , I would appreciate it.
Posts: 184
Joined: Aug 2014
Reputation:
11
2022-11-16, 19:15
(This post was last modified: 2022-11-18, 14:49 by udangaribaldi. Edited 1 time in total.)
tinker with the 'DefaultInitialSetup' in IncludesMainMenu.xml
weather is at line 759 to 769
Posts: 184
Joined: Aug 2014
Reputation:
11
the issue at first start up (no menubar etc on homescreen) - can be rectified if you go back to using the old code - fixes the issue