diff --git a/plex/pmm/collections/separators/movies.yml b/plex/pmm/collections/separators/movies.yml new file mode 100644 index 0000000..8c9c69e --- /dev/null +++ b/plex/pmm/collections/separators/movies.yml @@ -0,0 +1,76 @@ +external_templates: + - repo: templates/collections + - repo: templates/dynamic_collections + +collections: + "Awards": + template: { name: Award, + level: "++++++++++" } + summary: "Awards" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/awards.jpg + + "Holidays": + template: { name: Holiday, + level: "++++++++++" } + summary: "Holidays" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/holidays.jpg + + "Collections": + template: { name: Collection, + level: "++++++++++" } + summary: "Collections" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/collections.jpg + + "Franchises": + template: { name: Franchise, + level: "++++++++++" } + summary: "Franchises" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/franchises.jpg + + "Genres": + template: { name: Genre, + level: "++++++++++" } + summary: "Genres" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/genres.jpg + + "Decades": + template: { name: Decade, + level: "++++++++++" } + summary: "Decades" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/decades.jpg + + "Studios": + template: { name: Studio, + level: "++++++++++" } + summary: "Studios" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/studios.jpg + + "Countries": + template: { name: Country, + level: "++++++++++" } + summary: "Countries" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/countries.jpg diff --git a/plex/pmm/collections/separators/show.yml b/plex/pmm/collections/separators/show.yml new file mode 100644 index 0000000..faff021 --- /dev/null +++ b/plex/pmm/collections/separators/show.yml @@ -0,0 +1,77 @@ +external_templates: + - repo: templates/collections + - repo: templates/dynamic_collections + +collections: + "Awards": + template: { name: Award, + level: "++++++++++" } + summary: "Awards" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/awards.jpg + + "Holidays": + template: { name: Holiday, + level: "++++++++++" } + summary: "Holidays" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/holidays.jpg + + "Collections": + template: { name: Collection, + level: "++++++++++" } + summary: "Collections" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/collections.jpg + + "Franchises": + template: { name: Franchise, + level: "++++++++++" } + summary: "Franchises" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/franchises.jpg + + "Genres": + template: { name: Genre, + level: "++++++++++" } + summary: "Genres" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/genres.jpg + + "Decades": + template: { name: Decade, + level: "++++++++++" } + summary: "Decades" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/decades.jpg + + "Networks": + template: { name: Network, + level: "++++++++++" } + summary: "Networks" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/networks.jpg + + "Countries": + template: { name: Country, + level: "++++++++++" } + summary: "Countries" + visible_library: true + visible_home: false + visible_shared: false + url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/countries.jpg + diff --git a/plex/pmm/images/separators/awards.jpg b/plex/pmm/images/separators/awards.jpg new file mode 100644 index 0000000..f8c705a Binary files /dev/null and b/plex/pmm/images/separators/awards.jpg differ diff --git a/plex/pmm/images/separators/collections.jpg b/plex/pmm/images/separators/collections.jpg new file mode 100644 index 0000000..7ae16fa Binary files /dev/null and b/plex/pmm/images/separators/collections.jpg differ diff --git a/plex/pmm/images/separators/countries.jpg b/plex/pmm/images/separators/countries.jpg new file mode 100644 index 0000000..e58941a Binary files /dev/null and b/plex/pmm/images/separators/countries.jpg differ diff --git a/plex/pmm/images/separators/decades.jpg b/plex/pmm/images/separators/decades.jpg new file mode 100644 index 0000000..5365f08 Binary files /dev/null and b/plex/pmm/images/separators/decades.jpg differ diff --git a/plex/pmm/images/separators/franchises.jpg b/plex/pmm/images/separators/franchises.jpg new file mode 100644 index 0000000..b4be217 Binary files /dev/null and b/plex/pmm/images/separators/franchises.jpg differ diff --git a/plex/pmm/images/separators/genres.jpg b/plex/pmm/images/separators/genres.jpg new file mode 100644 index 0000000..b5e3524 Binary files /dev/null and b/plex/pmm/images/separators/genres.jpg differ diff --git a/plex/pmm/images/separators/holidays.jpg b/plex/pmm/images/separators/holidays.jpg new file mode 100644 index 0000000..cd53a86 Binary files /dev/null and b/plex/pmm/images/separators/holidays.jpg differ diff --git a/plex/pmm/images/separators/networks.jpg b/plex/pmm/images/separators/networks.jpg new file mode 100644 index 0000000..fa6fae8 Binary files /dev/null and b/plex/pmm/images/separators/networks.jpg differ diff --git a/plex/pmm/images/separators/studios.jpg b/plex/pmm/images/separators/studios.jpg new file mode 100644 index 0000000..7e304fd Binary files /dev/null and b/plex/pmm/images/separators/studios.jpg differ diff --git a/plex/pmm/tips_and_tricks.md b/plex/pmm/tips_and_tricks.md index 1bb9286..6e8da01 100644 --- a/plex/pmm/tips_and_tricks.md +++ b/plex/pmm/tips_and_tricks.md @@ -156,3 +156,7 @@ This collection uses a combination of all these prefixes, and are always sorted - A dynamic collection will execute a query (say, grab a list of the top 10 actors right now), and then for each result, make a collection using the "actor" template. - Schedule a dynamic collection (visibility, update frequency, etc.) via the template + +## Custom Posters +- Placeholder posters generated using [this utility](https://github.com/bullmoose20/Plex-Stuff#create_poster) and [this font](https://github.com/meisnate12/Plex-Meta-Manager-Images/blob/master/Comfortaa-Bold.ttf) + - Example: `./create_poster.ps1 -clean 1 -base_color "#5B5B5B" -gradient "1" -font "Comfortaa-Bold" -font_size "200" -text "NETWORKS"`