Added BBFC overlays

This commit is contained in:
holl595 2023-05-29 11:47:39 +01:00 committed by cpt-kuesel
parent 2824a9a6e4
commit bd47a9ddce
10 changed files with 75 additions and 0 deletions

20
holl595/README.md Normal file
View File

@ -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)

BIN
holl595/Screenshot.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 232 KiB

55
holl595/bbfc.yml Executable file
View File

@ -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"}

BIN
holl595/bbfc/GB_BBFC_12.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
holl595/bbfc/GB_BBFC_12A.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

BIN
holl595/bbfc/GB_BBFC_15.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
holl595/bbfc/GB_BBFC_18.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

BIN
holl595/bbfc/GB_BBFC_PG.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
holl595/bbfc/GB_BBFC_R18.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

BIN
holl595/bbfc/GB_BBFC_U.png Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB