diff --git a/holl595/README.md b/holl595/README.md new file mode 100644 index 0000000..8ac6984 --- /dev/null +++ b/holl595/README.md @@ -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) \ No newline at end of file diff --git a/holl595/Screenshot.png b/holl595/Screenshot.png new file mode 100644 index 0000000..3223fc7 Binary files /dev/null and b/holl595/Screenshot.png differ diff --git a/holl595/bbfc.yml b/holl595/bbfc.yml new file mode 100755 index 0000000..4a60d9b --- /dev/null +++ b/holl595/bbfc.yml @@ -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: <> + horizontal_offset: 15 + horizontal_align: left + vertical_offset: 30 + vertical_align: bottom + file: config/bbfc/<>.png + +templates: + commonsense: + ignore_blank_results: true + plex_search: + validate: false + any: + content_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"} \ No newline at end of file diff --git a/holl595/bbfc/GB_BBFC_12.png b/holl595/bbfc/GB_BBFC_12.png new file mode 100755 index 0000000..c1e8373 Binary files /dev/null and b/holl595/bbfc/GB_BBFC_12.png differ diff --git a/holl595/bbfc/GB_BBFC_12A.png b/holl595/bbfc/GB_BBFC_12A.png new file mode 100755 index 0000000..3a07d5c Binary files /dev/null and b/holl595/bbfc/GB_BBFC_12A.png differ diff --git a/holl595/bbfc/GB_BBFC_15.png b/holl595/bbfc/GB_BBFC_15.png new file mode 100755 index 0000000..841af0c Binary files /dev/null and b/holl595/bbfc/GB_BBFC_15.png differ diff --git a/holl595/bbfc/GB_BBFC_18.png b/holl595/bbfc/GB_BBFC_18.png new file mode 100755 index 0000000..e8ef26e Binary files /dev/null and b/holl595/bbfc/GB_BBFC_18.png differ diff --git a/holl595/bbfc/GB_BBFC_PG.png b/holl595/bbfc/GB_BBFC_PG.png new file mode 100755 index 0000000..ee0ed32 Binary files /dev/null and b/holl595/bbfc/GB_BBFC_PG.png differ diff --git a/holl595/bbfc/GB_BBFC_R18.png b/holl595/bbfc/GB_BBFC_R18.png new file mode 100755 index 0000000..b3acf0a Binary files /dev/null and b/holl595/bbfc/GB_BBFC_R18.png differ diff --git a/holl595/bbfc/GB_BBFC_U.png b/holl595/bbfc/GB_BBFC_U.png new file mode 100755 index 0000000..abf1c6e Binary files /dev/null and b/holl595/bbfc/GB_BBFC_U.png differ