- Add separators for movies, shows libraries

This commit is contained in:
nwithan8 2023-11-15 13:18:51 -07:00
parent de05e551df
commit e75e6458c7
12 changed files with 157 additions and 0 deletions

View File

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

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 79 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 70 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 81 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

View File

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