95 lines
3.4 KiB
YAML
95 lines
3.4 KiB
YAML
external_templates:
|
|
- repo: templates/collections
|
|
- repo: templates/dynamic_collections
|
|
|
|
collections:
|
|
# Each needs a placeholder movie, can't be empty collections
|
|
# Movie MUST be in the library, so try to use a popular movie likely to be on any given server
|
|
"Awards":
|
|
template: { name: Award,
|
|
level: "++++++++++" }
|
|
summary: "Awards"
|
|
visible_library: false
|
|
visible_home: false
|
|
visible_shared: false
|
|
schedule: daily
|
|
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/awards.jpg
|
|
tmdb_movie: https://www.themoviedb.org/movie/13 # Forrest Gump (1994)
|
|
|
|
"Holidays":
|
|
template: { name: Holiday,
|
|
level: "++++++++++" }
|
|
summary: "Holidays"
|
|
visible_library: false
|
|
visible_home: false
|
|
visible_shared: false
|
|
schedule: daily
|
|
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/holidays.jpg
|
|
tmdb_movie: https://www.themoviedb.org/movie/671 # Harry Potter and the Philosopher's Stone (2001)
|
|
|
|
"Collections":
|
|
template: { name: Collection,
|
|
level: "++++++++++" }
|
|
summary: "Collections"
|
|
visible_library: false
|
|
visible_home: false
|
|
visible_shared: false
|
|
schedule: daily
|
|
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/collections.jpg
|
|
tmdb_movie: https://www.themoviedb.org/movie/238 # The Godfather (1972)
|
|
|
|
"Franchises":
|
|
template: { name: Franchise,
|
|
level: "++++++++++" }
|
|
summary: "Franchises"
|
|
visible_library: false
|
|
visible_home: false
|
|
visible_shared: false
|
|
schedule: daily
|
|
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/franchises.jpg
|
|
tmdb_movie: https://www.themoviedb.org/movie/1726 # Iron Man (2008)
|
|
|
|
"Genres":
|
|
template: { name: Genre,
|
|
level: "++++++++++" }
|
|
summary: "Genres"
|
|
visible_library: false
|
|
visible_home: false
|
|
visible_shared: false
|
|
schedule: daily
|
|
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/genres.jpg
|
|
tmdb_movie: https://www.themoviedb.org/movie/85 # Raiders of the Lost Ark (1981)
|
|
|
|
"Decades":
|
|
template: { name: Decade,
|
|
level: "++++++++++" }
|
|
summary: "Decades"
|
|
visible_library: false
|
|
visible_home: false
|
|
visible_shared: false
|
|
schedule: daily
|
|
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/decades.jpg
|
|
tmdb_movie: https://www.themoviedb.org/movie/11 # Star Wars (1977)
|
|
|
|
"Studios":
|
|
template: { name: Studio,
|
|
level: "++++++++++",
|
|
studio: "A24",
|
|
poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/studios.jpg }
|
|
summary: "Studios"
|
|
visible_library: false
|
|
visible_home: false
|
|
visible_shared: false
|
|
schedule: daily
|
|
|
|
"Countries":
|
|
template: { name: Country,
|
|
level: "++++++++++" }
|
|
summary: "Countries"
|
|
visible_library: false
|
|
visible_home: false
|
|
visible_shared: false
|
|
schedule: daily
|
|
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/countries.jpg
|
|
tmdb_movie: https://www.themoviedb.org/movie/120 # The Lord of the Rings: The Fellowship of the Ring (2001)
|