Add MPAA image to movie info [Added to SVN]

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
kizer Offline
Fan
Posts: 699
Joined: Jul 2008
Reputation: 0
Location: Seattle WA, US
Post: #41
I'm going a little bonkers here. I was trying to add the media flags and/or the ratings to the Media View One layout simply because I like it. Wink

I found this part of the code which seems to show it.
Code:
<posy>200</posy>
                    <visible>!Skin.HasSetting(VideoLibraryFanartView504)</visible>
                    <control type="grouplist">
                        <description>Media Codec Flagging Images</description>
                        <posx>0</posx>
                        <posy>170</posy>
                        <width>600</width>
                        <align>left</align>
                        <itemgap>0</itemgap>
                        <orientation>horizontal</orientation>
                        <include>VideoCodecFlaggingConditions</include>
                        <include>AudioCodecFlaggingConditions</include>
                        <include>AspectCodecFlaggingConditions</include>
                        <include>VideoTypeHackFlaggingConditions</include>            
                        <include>StudioFlaggingConditions</include>

But when I add the <include>StudioFlaggingConditions</include> it seems to put it on a separate line opposed to next to everything else. I don't have my machine up right now or I'd try and give you a screen shot.
find quote
dhrandy Offline
Senior Member
Posts: 101
Joined: Jul 2006
Reputation: 1
Location: Concord, NC
Post: #42
kizer Wrote:I'm going a little bonkers here. I was trying to add the media flags and/or the ratings to the Media View One layout simply because I like it. Wink

I found this part of the code which seems to show it.


But when I add the <include>StudioFlaggingConditions</include> it seems to put it on a separate line opposed to next to everything else. I don't have my machine up right now or I'd try and give you a screen shot.

You probably need to make the width larger and will have to adjust the y.

Quote:<posy>170</posy>
<width>600</width>

HTPC= AMD Athlon X2 BE-2350 l Gigabyte GA-MA78GM-S2H 780G l G Skill 2GB l HVR-1800 l PVR-150 l Ultra MicroFly Case l 180GB SATA l 250GB IDE
Old HTPC Build / Current 780G HTPC Build / My Website
find quote
kizer Offline
Fan
Posts: 699
Joined: Jul 2008
Reputation: 0
Location: Seattle WA, US
Post: #43
Thanks dhrandy.

I'm by far not a skinner, more like a tinker and often I just change things here and there until well I see something changed. I'll give it a whirl.
find quote
migueld Offline
Fan
Posts: 361
Joined: Sep 2008
Reputation: 2
Post: #44
It seems that G ratings are not showing up, tested on SVN 25712.
find quote
migueld Offline
Fan
Posts: 361
Joined: Sep 2008
Reputation: 2
Post: #45
Some movies aren't display ratings, Back to the Future, Batman 1989. Also the ratings NR and G aren't showing up... anyone else seeing this?
find quote
Jezz_X Offline
Team-XBMC Skinner
Posts: 5,263
Joined: Jun 2006
Reputation: 55
Location: Earth
Post: #46
As far as I know (fromthis thread) imdb doesn't report back if its NR or G I guess we could assume NR if the MPAA Rating is completely empty

Skins I have done....
[Image: skinsq.png]
And others in the past...

Want to know what I'm working on currently? Check me out on Google+
find quote
kulprit Offline
Senior Member
Posts: 249
Joined: Jan 2009
Reputation: 0
Post: #47
Hey Jezz_X, should i have to refresh each and every video for the mpaa ratings to be scraped? Am using the built in IMDB scraper.
find quote
migueld Offline
Fan
Posts: 361
Joined: Sep 2008
Reputation: 2
Post: #48
Hey Jezz I tried manually setting MPAA G ratings on nfos, and it's not picking it up. Also IMDB does report G ratings AFAIK.. it seems there might be something wrong on our end.
find quote
migueld Offline
Fan
Posts: 361
Joined: Sep 2008
Reputation: 2
Post: #49
Ok got it working with nfos, it seems that it needs to be "Rated G" instead of just "G". Same with the other PG and PG-13 movies that weren't showing up. Something about the regex I guess not catching these.
(This post was last modified: 2009-12-20 08:25 by migueld.)
find quote
aresgodofwar30 Offline
Junior Member
Posts: 7
Joined: Oct 2009
Reputation: 0
Post: #50
Is this addition still going to happen? I'd like to have MPAA ratings available in all views of Movies so it is easy to tell what my kids can and can't watch.
find quote
Post Reply