Posts: 45
Joined: Oct 2010
Reputation:
0
Think I noticed a bug, all my "R" rated movies were showing the "G" rated logo ("G" rated movies show the correct logo). Doesn't happen in Confluence skin. Seems to be this variable in Includes_flags.xml:
<variable name="MovieMPAAVar_US">
<value condition="SubString(ListItem.MPAA,PG-13) | SubString(Container(100).ListItem.Property(MPAA),PG-13)">us/pg-13</value>
<value condition="SubString(ListItem.MPAA,PG) | SubString(ListItem.MPAA,Approved) | SubString(Container(100).ListItem.Property(MPAA),PG) | SubString(Container(100).ListItem.Property(MPAA),Approved)">us/pg</value>
<value condition="SubString(ListItem.MPAA,G) | SubString(Container(100).ListItem.Property(MPAA),G)">us/g</value>
<value condition="StringCompare(ListItem.MPAA,R) | SubString(ListItem.MPAA,Rated R) | SubString(ListItem.MPAA,USA:R) | StringCompare(Container(100).ListItem.Property(MPAA),R) | SubString(Container(100).ListItem.Property(MPAA),Rated R) | SubString(Container(100).ListItem.Property(MPAA),USA:R)">us/r</value>
<value condition="SubString(ListItem.MPAA,17) | SubString(Container(100).ListItem.Property(MPAA),17)">us/nc-17</value>
<value>us/nr</value>
</variable>
If I remove "<value condition="SubString(ListItem.MPAA,G) | SubString(Container(100).ListItem.Property(MPAA),G)">us/g</value>" the "R" rating logo starts to show but obviously I now have no "G" rating logos. Managed to fix it by changing the "G" value to match the "R" value:
<value condition="StringCompare(ListItem.MPAA,G) | SubString(ListItem.MPAA,Rated G) | SubString(ListItem.MPAA,USA:G) | StringCompare(Container(100).ListItem.Property(MPAA),G) | SubString(Container(100).ListItem.Property(MPAA),Rated G) | SubString(Container(100).ListItem.Property(MPAA),USA:G)">us/g</value>
Not sure if this is the correct way to fix it but it works so I'm happy enough, any ideas what the issue was, thanks.
Posts: 642
Joined: Nov 2012
Reputation:
8
Jurial, something I noticed, when you're watching LiveTV and you hit the Info "I" key, part of the title info is cut off on the second line. It appears the "Genre" is mostly cut off after the second or third letter.
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Office: Google TV | Kodi 21.1 | Samsung 50" | Movies: 2734
Master Bedroom: Google TV | Kodi 21.1 | Samsung 43" | Music: Artist 244 | Albums 1177 | Songs 10914
Theater: Google TV | Kodi 21.01| Samsung 75" \ TV Shows: 71 | Seasons 852 | Episodes 4456
---------------------------------------------------------------------------------------------------------------------------------------
Posts: 7,924
Joined: Feb 2013
Reputation:
1,543
Sorry about that. I just forgot to change the width value for the wider osd. Fixed now.
Posts: 642
Joined: Nov 2012
Reputation:
8
Thanks Jurial
One question, I noticed the EPG Timeline info is no longer in bold, was that done on purpose to make the time slots fit better?
---------------------------------------------------------------------------------------------------------------------------------------------------------------
Office: Google TV | Kodi 21.1 | Samsung 50" | Movies: 2734
Master Bedroom: Google TV | Kodi 21.1 | Samsung 43" | Music: Artist 244 | Albums 1177 | Songs 10914
Theater: Google TV | Kodi 21.01| Samsung 75" \ TV Shows: 71 | Seasons 852 | Episodes 4456
---------------------------------------------------------------------------------------------------------------------------------------
Posts: 560
Joined: Apr 2011
Reputation:
3
Jurial,
I'm missing sound effects in Arctic. Or is this done on purpose? a little bit of navigating sounds would make it even beter, I think.
Cheers.