- Add placeholder movies, shows for placeholder collection cards
This commit is contained in:
parent
f04beb308a
commit
d5e2bb6ae3
|
@ -3,6 +3,8 @@ external_templates:
|
|||
- 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: "++++++++++" }
|
||||
|
@ -11,6 +13,7 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
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,
|
||||
|
@ -20,6 +23,7 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
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,
|
||||
|
@ -29,6 +33,7 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
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,
|
||||
|
@ -38,6 +43,7 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
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,
|
||||
|
@ -47,6 +53,7 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
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,
|
||||
|
@ -56,6 +63,7 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
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,
|
||||
|
@ -65,6 +73,7 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/studios.jpg
|
||||
tmdb_movie: https://www.themoviedb.org/movie/630 # The Wizard of Oz (1939)
|
||||
|
||||
"Countries":
|
||||
template: { name: Country,
|
||||
|
@ -74,3 +83,4 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
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)
|
||||
|
|
|
@ -3,6 +3,8 @@ external_templates:
|
|||
- repo: templates/dynamic_collections
|
||||
|
||||
collections:
|
||||
# Each needs a placeholder show, can't be empty collections
|
||||
# Show be in the library, so try to use a popular show likely to be on any given server
|
||||
"Awards":
|
||||
template: { name: Award,
|
||||
level: "++++++++++" }
|
||||
|
@ -11,6 +13,8 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/awards.jpg
|
||||
tvdb_show:
|
||||
- https://thetvdb.com/series/the-simpsons # The Simpsons
|
||||
|
||||
"Holidays":
|
||||
template: { name: Holiday,
|
||||
|
@ -20,6 +24,8 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/holidays.jpg
|
||||
tvdb_show:
|
||||
- https://thetvdb.com/series/the-simpsons # The Simpsons
|
||||
|
||||
"Collections":
|
||||
template: { name: Collection,
|
||||
|
@ -29,6 +35,8 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/collections.jpg
|
||||
tvdb_show:
|
||||
- https://thetvdb.com/series/the-simpsons # The Simpsons
|
||||
|
||||
"Franchises":
|
||||
template: { name: Franchise,
|
||||
|
@ -38,6 +46,8 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/franchises.jpg
|
||||
tvdb_show:
|
||||
- https://thetvdb.com/series/the-simpsons # The Simpsons
|
||||
|
||||
"Genres":
|
||||
template: { name: Genre,
|
||||
|
@ -47,6 +57,8 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/genres.jpg
|
||||
tvdb_show:
|
||||
- https://thetvdb.com/series/the-simpsons # The Simpsons
|
||||
|
||||
"Decades":
|
||||
template: { name: Decade,
|
||||
|
@ -56,6 +68,8 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/decades.jpg
|
||||
tvdb_show:
|
||||
- https://thetvdb.com/series/the-simpsons # The Simpsons
|
||||
|
||||
"Networks":
|
||||
template: { name: Network,
|
||||
|
@ -65,6 +79,8 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/networks.jpg
|
||||
tvdb_show:
|
||||
- https://thetvdb.com/series/the-simpsons # The Simpsons
|
||||
|
||||
"Countries":
|
||||
template: { name: Country,
|
||||
|
@ -74,4 +90,6 @@ collections:
|
|||
visible_home: false
|
||||
visible_shared: false
|
||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/countries.jpg
|
||||
tvdb_show:
|
||||
- https://thetvdb.com/series/the-simpsons # The Simpsons
|
||||
|
||||
|
|
Loading…
Reference in New Issue