- 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
|
- repo: templates/dynamic_collections
|
||||||
|
|
||||||
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":
|
"Awards":
|
||||||
template: { name: Award,
|
template: { name: Award,
|
||||||
level: "++++++++++" }
|
level: "++++++++++" }
|
||||||
|
@ -11,6 +13,7 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/awards.jpg
|
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":
|
"Holidays":
|
||||||
template: { name: Holiday,
|
template: { name: Holiday,
|
||||||
|
@ -20,6 +23,7 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/holidays.jpg
|
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":
|
"Collections":
|
||||||
template: { name: Collection,
|
template: { name: Collection,
|
||||||
|
@ -29,6 +33,7 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/collections.jpg
|
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":
|
"Franchises":
|
||||||
template: { name: Franchise,
|
template: { name: Franchise,
|
||||||
|
@ -38,6 +43,7 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/franchises.jpg
|
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":
|
"Genres":
|
||||||
template: { name: Genre,
|
template: { name: Genre,
|
||||||
|
@ -47,6 +53,7 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/genres.jpg
|
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":
|
"Decades":
|
||||||
template: { name: Decade,
|
template: { name: Decade,
|
||||||
|
@ -56,6 +63,7 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/decades.jpg
|
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":
|
"Studios":
|
||||||
template: { name: Studio,
|
template: { name: Studio,
|
||||||
|
@ -65,6 +73,7 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/studios.jpg
|
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":
|
"Countries":
|
||||||
template: { name: Country,
|
template: { name: Country,
|
||||||
|
@ -74,3 +83,4 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/countries.jpg
|
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
|
- repo: templates/dynamic_collections
|
||||||
|
|
||||||
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":
|
"Awards":
|
||||||
template: { name: Award,
|
template: { name: Award,
|
||||||
level: "++++++++++" }
|
level: "++++++++++" }
|
||||||
|
@ -11,6 +13,8 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/awards.jpg
|
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":
|
"Holidays":
|
||||||
template: { name: Holiday,
|
template: { name: Holiday,
|
||||||
|
@ -20,6 +24,8 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/holidays.jpg
|
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":
|
"Collections":
|
||||||
template: { name: Collection,
|
template: { name: Collection,
|
||||||
|
@ -29,6 +35,8 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/collections.jpg
|
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":
|
"Franchises":
|
||||||
template: { name: Franchise,
|
template: { name: Franchise,
|
||||||
|
@ -38,6 +46,8 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/franchises.jpg
|
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":
|
"Genres":
|
||||||
template: { name: Genre,
|
template: { name: Genre,
|
||||||
|
@ -47,6 +57,8 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/genres.jpg
|
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":
|
"Decades":
|
||||||
template: { name: Decade,
|
template: { name: Decade,
|
||||||
|
@ -56,6 +68,8 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/decades.jpg
|
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":
|
"Networks":
|
||||||
template: { name: Network,
|
template: { name: Network,
|
||||||
|
@ -65,6 +79,8 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/networks.jpg
|
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":
|
"Countries":
|
||||||
template: { name: Country,
|
template: { name: Country,
|
||||||
|
@ -74,4 +90,6 @@ collections:
|
||||||
visible_home: false
|
visible_home: false
|
||||||
visible_shared: false
|
visible_shared: false
|
||||||
url_poster: https://raw.githubusercontent.com/nwithan8/configs/master/plex/pmm/images/separators/countries.jpg
|
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