![[Image: screenshot000q.jpg]](http://img709.imageshack.us/img709/2809/screenshot000q.jpg)
Rapidshare
FileFactory
ZShare
fultotop
Member Posts: 58 Joined: Sep 2005 Reputation: 0 |
2010-01-03 21:08
Post: #1
I have a small mod to enable BBFC certificate flags in Confluence it includes flags for U, PG, 12, 12A, 15, 18 & R18.
![]() Rapidshare FileFactory ZShare
(This post was last modified: 2010-01-04 23:31 by fultotop.)
|
| find quote |
dc2447
Senior Member Posts: 150 Joined: Feb 2009 Reputation: 0 |
2010-01-03 23:43
Post: #2
Looks cool, any chance of getting a dropbox account or something for downloading?
|
| find quote |
t2ffn
Fan Posts: 533 Joined: Oct 2009 Reputation: 0 |
2010-01-04 00:00
Post: #3
Looks good, much more what I'd be used to seeing.
Downloads aren't working for me. Do you need to do anything apart from drop these in the skin folder? (When I can actually get them) Location? Thanks |
| find quote |
chrisinthesun
Member Posts: 80 Joined: Nov 2009 Reputation: 0 |
2010-01-04 00:07
Post: #4
I've taken the liberty of uploading the file to my rapidshare account, as an alternative for those having problems downloading. Hope the OP does not mind
![]() http://rapidshare.com/files/329902170/BBFC_Certs.zip |
| find quote |
DannyBres
Member Posts: 54 Joined: Dec 2009 Reputation: 1 |
2010-01-04 03:57
Post: #5
Sorry to be dumb but I do not see how you enable age ratings on confluence?
|
| find quote |
fultotop
Member Posts: 58 Joined: Sep 2005 Reputation: 0 |
2010-01-04 21:09
Post: #6
@ t2ffn
Yes drop in skin folder. If you have a modded the video library views just miss the file DialogVideoInfo.xml. @ DannyBres The age rating are already enabled I used Media Companion with in the preferences, scraper, movie scaper and in the IMDB Certificates Priorities move UK to the top to alter all the nfo's for my media to have a uk certification instead of MPAA use the movie batch rescraper wizard. EG. Confluence looks for the string Rated R in the mpaa field, and displays the image associated with that string. The BBFC strings are U, PG, 12, 12A, 15, 18 & R18 & included below an updated version in Post 1 to hopefully not mix up the PG flags.
(This post was last modified: 2010-01-04 23:57 by fultotop.)
|
| find quote |
RenZ0R
Senior Member Joined: Jan 2008 Reputation: 2 Location: UK |
2010-02-08 01:35
Post: #7
cheers for this, any idea how I can get them to show in the standard media/list view?
it allready dislays the codecs, rating's on top would be brill
|
| find quote |
soldave
Junior Member Posts: 41 Joined: Apr 2007 Reputation: 0 |
2010-02-08 15:02
Post: #8
Maybe a dumb question but what changes does this make to DialogVideoInfo.xml & IncludesCodecFlagging.xml? I've just installed the Wallstream and don't want to remove the versions of those files which might mess things up.
|
| find quote |
Houdini_2nd
Junior Member Posts: 4 Joined: Aug 2010 Reputation: 0 |
2010-09-17 10:52
Post: #9
Can someone please help me this is driving me mad.
I've copied over the two templates and the BBFC images, but they always come up with the U certificate (version 9.11 installed). |
| find quote |
DeMoB
Junior Member Posts: 13 Joined: Jun 2011 Reputation: 0 Location: UK |
2012-01-14 23:08
Post: #10
Hi All,
If you've stumbled across this thread and want to set up this BBFC mod with current (pre-Eden/Eden) versions of XBMC DO NOT use the included "includesCodecFlagging.xml" and instead make the following additions to your own "includesCodecFlagging.xml" file. There have been some changes to the way this file works since this mod was made meaning the replacement modded xml file is obsolete. It's not explicitly stated in this thread either, but for this to work you need .nfo files for every movie/tv show with the <mpaa> tag set to the appropriate bbfc classification, i.e for a 12A the mpaa tag would be "<mpaa>12A</mpaa>". The easiest way to set this up is with the Media Companion program set up as fultotop mentioned before. Add the new bbfc images as per the instructions.txt. In your "includesCodecFlagging.xml", after line 14, add the following extra conditions inside the <variable name="rating"> tag: Code: <value condition="substring(listitem.mpaa,U)">bbfc_U</value>You can safely ignore the "DialogVideoInfo.xml" file.
(This post was last modified: 2012-01-14 23:18 by DeMoB.)
|
| find quote |