- Remove library-specific files (unused)
- Restructure into category -> library type
This commit is contained in:
87
plex/pmm/collections/genres/movies.yml
Normal file
87
plex/pmm/collections/genres/movies.yml
Normal file
@ -0,0 +1,87 @@
|
||||
external_templates:
|
||||
- repo: templates/collections
|
||||
- repo: templates/dynamic_collections
|
||||
|
||||
collections:
|
||||
"What's The Deal With Airplane Food?":
|
||||
template: { name: Genre }
|
||||
summary: "Some of the best stand-up you'll ever see."
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/lish408/lists/stand-up-comedy-specials
|
||||
collection_order: release
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
"Spoofs and Parodies":
|
||||
template: { name: Genre }
|
||||
summary: "Imitation is the sincerest form of flattery"
|
||||
mdblist_list: https://mdblist.com/lists/hdlists/top-50-parody-movies-of-all-time
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
"Slam Dunk":
|
||||
template: { name: Genre }
|
||||
summary: "The best sports movies, ever."
|
||||
mdblist_list: https://mdblist.com/lists/hdlists/150-best-sports-movies-of-all-time
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
"Get In, Get Out":
|
||||
template: { name: Genre }
|
||||
summary: "Don't forget about the getaway driver out front"
|
||||
mdblist_list: https://mdblist.com/lists/hdlists/best-heist-movies-of-all-time
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
"On The Edge Of Your Seat":
|
||||
template: { name: Genre }
|
||||
summary: "The suspense is killing us!"
|
||||
imdb_list:
|
||||
- https://www.imdb.com/search/keyword/?keywords=psychological-thriller&ref_=kw_ref_rt_usr&sort=release_date,desc&mode=detail&page=1&title_type=movie&genres=Thriller&user_rating=5.0%2C&release_date=2000%2C
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
"What a Twist!":
|
||||
template: { name: Genre }
|
||||
summary: "Bet you didn't see THAT coming..."
|
||||
mdblist_list: https://mdblist.com/lists/hdlists/crazy-plot-twists
|
||||
collection_order: custom
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
"Based On A True Story":
|
||||
template: { name: Genre }
|
||||
summary: ""
|
||||
mdblist_list: https://mdblist.com/lists/hdlists/based-on-or-inspired-by-a-true-story
|
||||
collection_order: custom
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
"A Real-Life Whodunnit":
|
||||
template: { name: Genre }
|
||||
summary: "True Crime Documentaries"
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/lish408/lists/true-crime-documentary-series-film
|
||||
collection_order: custom
|
||||
visible_library: true
|
||||
visible_home: true
|
||||
visible_shared: true
|
||||
|
||||
dynamic_collections:
|
||||
## Use DC as suffix to avoid name conflicts with static collections
|
||||
## These get generated in the order they are listed here, so put the more intensive ones at the bottom
|
||||
|
||||
Per-Genre DC: # mapping name does not matter just needs to be unique
|
||||
type: genre
|
||||
exclude:
|
||||
- Talk Show
|
||||
title_format: <<key_name>>
|
||||
template:
|
||||
- Per_Genre
|
15
plex/pmm/collections/genres/shows.yml
Normal file
15
plex/pmm/collections/genres/shows.yml
Normal file
@ -0,0 +1,15 @@
|
||||
external_templates:
|
||||
- repo: templates/collections
|
||||
- repo: templates/dynamic_collections
|
||||
|
||||
collections:
|
||||
|
||||
### Genres
|
||||
"A Real-Life Whodunnit":
|
||||
template: { name: Genre }
|
||||
summary: "True Crime Documentaries"
|
||||
trakt_list:
|
||||
- https://trakt.tv/users/lish408/lists/true-crime-documentary-series-film
|
||||
collection_order: release
|
||||
visible_home: false
|
||||
visible_shared: true
|
Reference in New Issue
Block a user