Open GoogleCodeExporter opened 9 years ago
Nuka has a patch for this as mentioned here:
http://forum.xbmc.org/showpost.php?p=675654&postcount=370
Original comment by brian.wa...@gmail.com
on 29 Dec 2010 at 1:02
On the surface this seems like it would be pretty straight forward. Wouldn't
all we have to add the new ratings to these lines?
mpaa = mpaa.split( " " )[ 1 - ( len( mpaa.split( " " ) ) == 1 ) ]
mpaa = ( mpaa, "NR", )[ mpaa not in ( "G", "PG", "PG-13", "R", "NC-17", "Unrated", ) ]
I don't use any of the BBFC ratings though, does xbmc store them in a different
field in the db? or are they formatted differently?
Original comment by brian.wa...@gmail.com
on 3 Jan 2011 at 1:53
Original issue reported on code.google.com by
giftie61@gmail.com
on 28 Dec 2010 at 8:10