Jump to content

Welcome, Guest!

Be a part of CinemaVision today! Once registered and logged in, you will have access to public chat and your own private messenger, you can view and contribute guides, collaborate on the forums, review downloads, give reputation to your fellow members, contribute content and so much more. Registering is quick and completely free, so what are you waiting for?
   Sign In    Sign Up

Become a RedCarpet Club Member Today!

   Join Now

Recommended Posts

As someone who's gone through and changed just about everything in their Kodi library to support the Australian Classification System, it's pretty upsetting to find out that CinemaVision only supports a handful of rating systems. I'm sure i'm not the only one who'd like support for the Australian Rating system, to make their experience much better if they live in Australia like I do.

For those who don't know, the Australian Rating system is as follows:

AU:G

AU:PG

AU:M

AU:MA15

AU:R18

AU:X18

I've gone through skins I have downloaded and managed to modify the Variables.xml to allow for the AU system, and this is typically as simple as changing Australia to AU, and changing the 'IsEqual' to 'Contains' for R18 and MA15, as they both have a + symbol that Kodi doesn't seem to like.

I'm more than a little confused as to how I'd even go about editing CinemaVision to have this support though. With the support, we'd be able to have our own custom bumpers that match our Classification System. Not to mention, I feel like this is also why whenever I set the Trailers to match the feature, the trailers are suddenly skipped, because my movies aren't matching the 'MPAA:' rating that CinemaVision is expecting.

Some movies are rated one thing here and another thing in the US, so a film that's been rated PG-13 in the US (to which our equivalent is M) might just be rated PG here. So it's not as simple as changing the images to look like Australia ratings when in reality CV is reading it as the MPAA rating.

Thanks for taking the time read, and hopefully we can get some traction going on this!

  • Like 1

Share this post


Link to post
Share on other sites
On 8/1/2018 at 1:23 AM, Hendo16 said:

As someone who's gone through and changed just about everything in their Kodi library to support the Australian Classification System, it's pretty upsetting to find out that CinemaVision only supports a handful of rating systems. I'm sure i'm not the only one who'd like support for the Australian Rating system, to make their experience much better if they live in Australia like I do.

For those who don't know, the Australian Rating system is as follows:

AU:G

AU:PG

AU:M

AU:MA15

AU:R18

AU:X18

I've gone through skins I have downloaded and managed to modify the Variables.xml to allow for the AU system, and this is typically as simple as changing Australia to AU, and changing the 'IsEqual' to 'Contains' for R18 and MA15, as they both have a + symbol that Kodi doesn't seem to like.

I'm more than a little confused as to how I'd even go about editing CinemaVision to have this support though. With the support, we'd be able to have our own custom bumpers that match our Classification System. Not to mention, I feel like this is also why whenever I set the Trailers to match the feature, the trailers are suddenly skipped, because my movies aren't matching the 'MPAA:' rating that CinemaVision is expecting.

Some movies are rated one thing here and another thing in the US, so a film that's been rated PG-13 in the US (to which our equivalent is M) might just be rated PG here. So it's not as simple as changing the images to look like Australia ratings when in reality CV is reading it as the MPAA rating.

Thanks for taking the time read, and hopefully we can get some traction going on this!

We're actually pretty modular when it comes to ratings. We associate a foreign rating system with MPAA using an XML file that tells CinemaVision how to behave. This is the XML for the British BBFC ratings:

<system name="BBFC">
    <region>GB</region>
    <rating value="185">R18</rating>
    <rating value="180">18</rating>
    <rating value="150">15</rating>
    <rating value="125">12</rating>
    <rating value="120">12A</rating>
    <rating value="80">PG</rating>
    <rating value="0">U</rating>
    <rating value="0">Uc</rating>
</system>

It should be pretty easy for us to add in the Australian rating system. The biggest downfall we have is coming up with ratings videos. Do you happen to have examples of what you all see in theaters? If you do, I'll put together some ratings cards and we'll get the format added. If you have 1080p full resolution videos of the bumpers, that's even better.

  • Like 1

Share this post


Link to post
Share on other sites
9 hours ago, Ragnarok said:

We're actually pretty modular when it comes to ratings. We associate a foreign rating system with MPAA using an XML file that tells CinemaVision how to behave. This is the XML for the British BBFC ratings:


<system name="BBFC">
    <region>GB</region>
    <rating value="185">R18</rating>
    <rating value="180">18</rating>
    <rating value="150">15</rating>
    <rating value="125">12</rating>
    <rating value="120">12A</rating>
    <rating value="80">PG</rating>
    <rating value="0">U</rating>
    <rating value="0">Uc</rating>
</system>

It should be pretty easy for us to add in the Australian rating system. The biggest downfall we have is coming up with ratings videos. Do you happen to have examples of what you all see in theaters? If you do, I'll put together some ratings cards and we'll get the format added. If you have 1080p full resolution videos of the bumpers, that's even better.

Well, the thing is we don't really have a rating bumper before the movies in theaters, but we do have bumpers before trailers. These can be seen in this playlist I found here: 

The first 6 videos represent what we see in theaters, from G, PG, M, MA, R and CTC, which is more common than the rest. This is the closest thing we have to ratings bumpers in theaters, however I noticed in this same playlist other custom bumpers someone had made for their own home theater. Happy to have a go at making my own little bumper in photoshop but it's just the backend stuff in terms of adding the ratings to CV that i'm not too sure on how to do, wasn't too sure what to do with the values in the rating xml, but hopefully you get a good idea of what the OFLC looks like with these 6 videos

  • Upvote 1

Share this post


Link to post
Share on other sites
On 8/13/2018 at 12:29 AM, Ragnarok said:

We're actually pretty modular when it comes to ratings. We associate a foreign rating system with MPAA using an XML file that tells CinemaVision how to behave. This is the XML for the British BBFC ratings:


<system name="BBFC">
    <region>GB</region>
    <rating value="185">R18</rating>
    <rating value="180">18</rating>
    <rating value="150">15</rating>
    <rating value="125">12</rating>
    <rating value="120">12A</rating>
    <rating value="80">PG</rating>
    <rating value="0">U</rating>
    <rating value="0">Uc</rating>
</system>

 It should be pretty easy for us to add in the Australian rating system. The biggest downfall we have is coming up with ratings videos. Do you happen to have examples of what you all see in theaters? If you do, I'll put together some ratings cards and we'll get the format added. If you have 1080p full resolution videos of the bumpers, that's even better.

Hey, was there any more developments on this? Because i'm happy to do it myself, the only thing I really don't understand is the 'value', how that is assigned and what value would be for G, PG, M, MA, R. Really keen to have support for our classification system.

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Guidelines and Terms of Use.