Jump to content

How do I override a tv series parental rating?


fcimeson
Go to solution Solved by Happy2Play,

Recommended Posts

fcimeson

Hey guys, I'm looking to tweak the ratings of some of my content and I've successfully done so with mixed media content via the following nfo files.

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<movie>
  <mpaa>G</mpaa>
</movie>

But I'm not able to crack the code for tv series. It would be great if I just need one nfo for the entire series but I'm ok with a file for each episode as well. I tried the following for each episode and it didn't work :(

<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<episodedetails>
  <mpaa>G</mpaa>
</episodedetails>

Let me know and thanks!

Link to comment
Share on other sites

  • Solution
Happy2Play

That is the purpose of Custom Rating field.

<customrating>TV-PG</customrating>

As for TV episode is inherited from Show level if not present.  But what you have above is correct for episodes if you wish.

Otherwise tvshow.nfo

<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<tvshow>
  <mpaa>G</mpaa>
</tvshow>

 

Link to comment
Share on other sites

Hi.  There is a "Custom Rating" field in the metadata manager that you can use if you truly want to override for the purposes of parental control.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...