mpaa/certification Problem
#1
Hello everyone,
I use the built-in Eminence Skin in the new Kodi-Version. I just installed it. I scrape with Ember. Problem is: the Rating-Icons dont work. Extended Infoscript is installed. I've searched for my problem in this forum. I've found an older thread where someone told, it could be helpful to check the "includes_label.xml" i did so and i tried to change the rating-name in the .nfo filme of one of my movies. It did not work. Heres a Screenshot: http://prntscr.com/qgj0u7

For me, it seems that some Script or something dont work correctly. But i installed it as it should be.

Maybe someone can help me out?

Thank you!
Reply
#2
@JonNada

I am not a skinner, but having a quick look at the code at github, there does not seem to be any mpaa ratings icons in this skin. At least none that I could find in the usual spots.

https://github.com/jurialmunkey/skin.emi...l.xml#L403
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#3
(2019-12-27, 23:25)Karellen Wrote: @JonNada

I am not a skinner, but having a quick look at the code at github, there does not seem to be any mpaa ratings icons in this skin. At least none that I could find in the usual spots.

https://github.com/jurialmunkey/skin.emi...l.xml#L403

Hey Karellen,
thank you for your reply and thank you for your information. Can you (or someone else) tell me then, if it is possible to add-in icons (easy)? I can create the icons for myself in photoshop. But i dont know how to include it in the skin - maybe i have to add a line in some file?

Thanks so far.
Reply
#4
not sure if this skin uses MediaFlag
 https://forum.kodi.tv/showthread.php?tid=339191
Reply
#5
But Guys, you can see in the screenshot, that it has the NR (Not Rated) Info. So it must have the possibility to show Rating Info. I dont need a Media-Flag Picture. But i want the Age-Rating not this NR. Thanks
Reply
#6
(2019-12-28, 12:42)JonNada Wrote: if it is possible to add-in icons (easy)? I can create the icons for myself in photoshop.
"Easy"... relative to your coding skills. If you know XML coding and experienced with Kodi skinning, should be easy. If not, you will have an uphill battle and it would be easier to test another skin that already includes the icons. Sorry, but I cannot assist with this.

No need to create icons yourself, they are all publicly available. Which country's icons are you looking for?
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#7
(2019-12-28, 18:20)JonNada Wrote: But Guys, you can see in the screenshot, that it has the NR (Not Rated) Info. So it must have the possibility to show Rating Info. I dont need a Media-Flag Picture. But i want the Age-Rating not this NR. Thanks

mix up

you will need to edit movies nfo file an add the right one
What is the meaning of NR rating?
If a film has not been submitted for a rating or is an uncut version of a film that was submitted, the labels Not Rated (NR) or Unrated (UR) are often used.

Association of America film rating the right  rating would only be for America release name 

 Alternate titles 
A. Alternate titles (AKAs) - Overview
The primary title should be the original title, in the original language. The same film may have multiple titles (in different countries and languages, for example); in this case, alternate titles may be listed, with attributes explaining when and where the alternate titles have been used. If an unofficial translation (i.e. one not used by the filmmakers on promotional materials) is used, the attribute field should indicate that the title has been "transliterated" or is "informal".
Reply
#8
@the_other_guy

The problem seems to be the skin. As far as I can see there are no png icons in the skin for display.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#9
image shows text flag https://prnt.sc/qgj0u7
<value condition="String.Contains(ListItem.MPAA,tv-ma)">TV-MA</value>
<value condition="String.Contains(ListItem.MPAA,tv-pg)">TV-PG</value>
<value condition="String.Contains(ListItem.MPAA,tv-y7)">TV-Y7</value>
<value condition="String.Contains(ListItem.MPAA,tv-y)">TV-Y</value>
<value>NR</value>
Reply
#10
And where are the icons?

Maybe @jurialmunkey  knows
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
#11
There are no icons. The skin uses a text label placed inside a bounding box.

The code for the flag is here:
https://github.com/jurialmunkey/skin.emi...#L395-L418

The variable used is here:
https://github.com/jurialmunkey/skin.emi...#L403-L438

As you can see in the var, it expects german ratings to just be the number and then translates to FSK-#

Either change VAR to have additional conditions for your rating scheme, or change your scraper settings to match what the skin expects.
Arctic Fuse - Alpha now available. Support me on Ko-fi.
Reply

Logout Mark Read Team Forum Stats Members Help
mpaa/certification Problem0