Added BBFC overlays

pull/570/head
holl595 12 months ago committed by cpt-kuesel
parent 2824a9a6e4
commit bd47a9ddce

@ -0,0 +1,20 @@
This config will add UK BBFC raitings as overlays using Commonsense Overlay
**Install:**
Copy bbfc.yml and the bbcf folder to your config directory
Add it in your config.yml like so:
```
libraries:
Movies:
overlay_path:
- file: /config/bbfc.yml
```
After a sucessfull run, you should have something like this:
![movies](https://raw.githubusercontent.com/holl595/Plex-Meta-Manager-Configs/master/holl595/Screenshot.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

@ -0,0 +1,55 @@
##############################################################################
# Commonsense Overlay #
# Created by Yozora, Bullmoose20, & Sohjiro #
# EDITING THIS FILE MAY CAUSE PULLING NEW UPDATES TO FAIL #
# https://metamanager.wiki/en/latest/defaults/overlays/commonsense.html #
##############################################################################
external_templates:
pmm: templates
template_variables:
default:
key: <<overlay_name>>
horizontal_offset: 15
horizontal_align: left
vertical_offset: 30
vertical_align: bottom
file: config/bbfc/<<overlay_name>>.png
templates:
commonsense:
ignore_blank_results: true
plex_search:
validate: false
any:
content_rating: <<rating>>
overlays:
GB_BBFC_U:
template:
- name: standard
- {name: commonsense, rating: "U, gb/U, gb/0+, G, TV-Y, TV-G, E, gb/E"}
GB_BBFC_PG:
template:
- name: standard
- {name: commonsense, rating: "PG, gb/PG, gb/9+, TV-PG, TV-Y7, TV-Y7-FV, gb/6+"}
GB_BBFC_12:
template:
- name: standard
- {name: commonsense, rating: "12, gb/12"}
GB_BBFC_12A:
template:
- name: standard
- {name: commonsense, rating: "12A, gb/12A, 12+, PG-13, TV-13"}
GB_BBFC_15:
template:
- name: standard
- {name: commonsense, rating: "15, gb/15, gb/14+, TV-14, gb/Caution"}
GB_BBFC_18:
template:
- name: standard
- {name: commonsense, rating: "18, gb/18, MA-17, TVMA, TV-MA, R"}
GB_BBFC_R18:
template:
- name: standard
- {name: commonsense, rating: "R18, gb/R18, gb/X, X, NC-17"}

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Loading…
Cancel
Save