Merge pull request #94 from jjjonesjr33/master

Added Core Config & Updated Holiday's in Movies
pull/96/head^2
cpt-kuesel 3 years ago committed by GitHub
commit f1d6ee3574
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -14,8 +14,13 @@ templates:
collection_order: alpha
Holiday:
url_poster: <<poster>>
sort_title: <<collection_name>>
sort_title: +++++++_<<collection_name>>
collection_order: release
delete_not_scheduled: true
run_again: true
visible_home: true
visible_shared: true
sync_mode: sync
Studio:
plex_search:
studio: <<studio>>
@ -171,8 +176,9 @@ collections:
# Holliday Collections #
###########################
Christmas:
schedule: range(12/01-12/31)
template: {name: Holiday, poster: https://theposterdb.com/api/assets/69443}
sort_title: +++++_
sort_title: +++++_Christmas
trakt_list:
- https://trakt.tv/users/movistapp/lists/christmas-movies
- https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza
@ -186,7 +192,8 @@ collections:
- https://www.imdb.com/list/ls097998599/
summary: Christmas film is a genre that revolves around the plot involving Christmas.
Halloween:
sort_title: +++++_
schedule: range(10/01-10/31)
sort_title: +++++_Halloween
template: {name: Holiday, poster: https://theposterdb.com/api/assets/111218}
trakt_list:
- https://trakt.tv/users/kairbear08/lists/halloween
@ -195,28 +202,33 @@ collections:
- https://trakt.tv/users/roswellgeek/lists/halloween
summary: Halloween film is a genre that revolves around the plot involving Halloween.
New Year's Eve Movies:
sort_title: +++++_
schedule: range(12/26-01/05)
sort_title: +++++_New_Year
template: {name: Holiday, holiday: "New Year's Eve"}
imdb_list: https://www.imdb.com/list/ls066838460/
Valentine's Day Movies:
sort_title: +++++_
schedule: range(02/01-02/14)
sort_title: +++++_Valentine
template: {name: Holiday, holiday: "Valentine's Day"}
imdb_list:
- https://www.imdb.com/list/ls000094398/
- https://www.imdb.com/list/ls057783436/
- https://www.imdb.com/list/ls064427905/
St. Patrick's Day Movies:
sort_title: +++++_
schedule: range(03/01-03/17)
sort_title: +++++_St_Patrick
template: {name: Holiday, holiday: "St. Patrick's Day"}
imdb_list: https://www.imdb.com/list/ls063934595/
Thanksgiving Movies:
sort_title: +++++_
schedule: range(10/01-10/31)
sort_title: +++++_Thanksgiving
template: {name: Holiday, holiday: Thanksgiving, poster: https://theposterdb.com/api/assets/112251}
imdb_list:
- https://www.imdb.com/list/ls000835734/
- https://www.imdb.com/list/ls091597850/
Easter Movies:
sort_title: +++++_
schedule: range(3/22-4/25)
sort_title: +++++_Easter
template: {name: Holiday, holiday: Easter, poster: https://theposterdb.com/api/assets/60970}
imdb_list:
- https://www.imdb.com/list/ls062665509/
@ -260,4 +272,4 @@ collections:
template: {name: Special Genre}
sort_title: ++++++++_
trakt_list: https://trakt.tv/users/justin/lists/imdb-top-rated-movies
summary: "Top Rated Movies"
summary: "Top Rated Movies"

@ -0,0 +1,109 @@
#########################################################################
## Plex-Meta-Manager for JJJonesJr33 ##
#########################################################################
## This file is a template remove the .template to use the file
libraries: # Library mappings must have a colon (:) placed after them
Movies: # Must match you library that is shown within plex
metadata_path:
- file: config/Movies.yml
TV Shows: # Must match you library that is shown within plex
metadata_path:
- file: config/TV Shows.yml
Anime: # Must match you library that is shown within plex
metadata_path:
- file: config/Anime.yml
settings: # Can be individually specified per library as well
cache: true
cache_expiration: 60
asset_directory: config/assets
asset_folders: true
asset_depth: 0
create_asset_folders: false
dimensional_asset_rename: false
download_url_assets: false
show_missing_season_assets: false
sync_mode: append
minimum_items: 1
default_collection_order:
delete_below_minimum: true
delete_not_scheduled: false
run_again_delay: 2
missing_only_released: false
only_filter_missing: false
show_unmanaged: true
show_filtered: false
show_options: false
show_missing: true
show_missing_assets: true
save_missing: true
tvdb_language: eng
ignore_ids:
ignore_imdb_ids:
playlist_sync_to_user: all
verify_ssl: true
plex: # Can be individually specified per library as well; REQUIRED for the script to run
url: http://192.168.1.2:32400/
token: #####################
timeout: 60
clean_bundles: false
empty_trash: false
optimize: false
tmdb: # REQUIRED for the script to run - to get a key you must follow https://developers.themoviedb.org/3/getting-started/introduction
apikey: #####################
language: en
tautulli: # Can be individually specified per library as well
url: http://192.168.1.2:8181/
apikey: #####################
omdb:
apikey: #####################
anidb: # Not required for AniDB builders unless you want mature content
username:
password: ########
radarr: # Can be individually specified per library as well - set up by following https://github.com/meisnate12/Plex-Meta-Manager/wiki/Radarr-Attributes
url: http://192.168.1.2:7878/
token: #####################
add_missing: ture
add_existing: false
root_folder_path: /media/movies
monitor: true
availability: released
quality_profile: 1080p
tag:
search: true
radarr_path:
plex_path:
sonarr: # Can be individually specified per library as well - set up by following https://github.com/meisnate12/Plex-Meta-Manager/wiki/Sonarr-Attributes
url: http://192.168.1.2:8989
token: #####################
version: v3
add: false
add_existing: false
root_folder_path: /media/tv
monitor: all
quality_profile: 1080p
language_profile: English
series_type: standard
season_folder: true
tag:
search: false
cutoff_search: false
trakt: # needed for both the movies and tv shows yml configs - set up by following https://github.com/meisnate12/Plex-Meta-Manager/wiki/Trakt-Attributes
client_id: #####################
client_secret: #####################
authorization:
access_token:
token_type:
expires_in:
refresh_token:
scope: public
created_at:
mal: # Only needed if you have a anime library - set up by following https://github.com/meisnate12/Plex-Meta-Manager/wiki/MyAnimeList-Attributes
client_id:
client_secret:
authorization:
access_token:
token_type:
expires_in:
refresh_token:
Loading…
Cancel
Save