mirror of
https://github.com/Kometa-Team/Community-Configs.git
synced 2025-11-06 08:28:53 -05:00
Merge pull request #94 from jjjonesjr33/master
Added Core Config & Updated Holiday's in Movies
This commit is contained in:
commit
f1d6ee3574
@ -14,8 +14,13 @@ templates:
|
|||||||
collection_order: alpha
|
collection_order: alpha
|
||||||
Holiday:
|
Holiday:
|
||||||
url_poster: <<poster>>
|
url_poster: <<poster>>
|
||||||
sort_title: <<collection_name>>
|
sort_title: +++++++_<<collection_name>>
|
||||||
collection_order: release
|
collection_order: release
|
||||||
|
delete_not_scheduled: true
|
||||||
|
run_again: true
|
||||||
|
visible_home: true
|
||||||
|
visible_shared: true
|
||||||
|
sync_mode: sync
|
||||||
Studio:
|
Studio:
|
||||||
plex_search:
|
plex_search:
|
||||||
studio: <<studio>>
|
studio: <<studio>>
|
||||||
@ -171,8 +176,9 @@ collections:
|
|||||||
# Holliday Collections #
|
# Holliday Collections #
|
||||||
###########################
|
###########################
|
||||||
Christmas:
|
Christmas:
|
||||||
|
schedule: range(12/01-12/31)
|
||||||
template: {name: Holiday, poster: https://theposterdb.com/api/assets/69443}
|
template: {name: Holiday, poster: https://theposterdb.com/api/assets/69443}
|
||||||
sort_title: +++++_
|
sort_title: +++++_Christmas
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/movistapp/lists/christmas-movies
|
- https://trakt.tv/users/movistapp/lists/christmas-movies
|
||||||
- https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza
|
- https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza
|
||||||
@ -186,7 +192,8 @@ collections:
|
|||||||
- https://www.imdb.com/list/ls097998599/
|
- https://www.imdb.com/list/ls097998599/
|
||||||
summary: Christmas film is a genre that revolves around the plot involving Christmas.
|
summary: Christmas film is a genre that revolves around the plot involving Christmas.
|
||||||
Halloween:
|
Halloween:
|
||||||
sort_title: +++++_
|
schedule: range(10/01-10/31)
|
||||||
|
sort_title: +++++_Halloween
|
||||||
template: {name: Holiday, poster: https://theposterdb.com/api/assets/111218}
|
template: {name: Holiday, poster: https://theposterdb.com/api/assets/111218}
|
||||||
trakt_list:
|
trakt_list:
|
||||||
- https://trakt.tv/users/kairbear08/lists/halloween
|
- https://trakt.tv/users/kairbear08/lists/halloween
|
||||||
@ -195,28 +202,33 @@ collections:
|
|||||||
- https://trakt.tv/users/roswellgeek/lists/halloween
|
- https://trakt.tv/users/roswellgeek/lists/halloween
|
||||||
summary: Halloween film is a genre that revolves around the plot involving Halloween.
|
summary: Halloween film is a genre that revolves around the plot involving Halloween.
|
||||||
New Year's Eve Movies:
|
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"}
|
template: {name: Holiday, holiday: "New Year's Eve"}
|
||||||
imdb_list: https://www.imdb.com/list/ls066838460/
|
imdb_list: https://www.imdb.com/list/ls066838460/
|
||||||
Valentine's Day Movies:
|
Valentine's Day Movies:
|
||||||
sort_title: +++++_
|
schedule: range(02/01-02/14)
|
||||||
|
sort_title: +++++_Valentine
|
||||||
template: {name: Holiday, holiday: "Valentine's Day"}
|
template: {name: Holiday, holiday: "Valentine's Day"}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls000094398/
|
- https://www.imdb.com/list/ls000094398/
|
||||||
- https://www.imdb.com/list/ls057783436/
|
- https://www.imdb.com/list/ls057783436/
|
||||||
- https://www.imdb.com/list/ls064427905/
|
- https://www.imdb.com/list/ls064427905/
|
||||||
St. Patrick's Day Movies:
|
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"}
|
template: {name: Holiday, holiday: "St. Patrick's Day"}
|
||||||
imdb_list: https://www.imdb.com/list/ls063934595/
|
imdb_list: https://www.imdb.com/list/ls063934595/
|
||||||
Thanksgiving Movies:
|
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}
|
template: {name: Holiday, holiday: Thanksgiving, poster: https://theposterdb.com/api/assets/112251}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls000835734/
|
- https://www.imdb.com/list/ls000835734/
|
||||||
- https://www.imdb.com/list/ls091597850/
|
- https://www.imdb.com/list/ls091597850/
|
||||||
Easter Movies:
|
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}
|
template: {name: Holiday, holiday: Easter, poster: https://theposterdb.com/api/assets/60970}
|
||||||
imdb_list:
|
imdb_list:
|
||||||
- https://www.imdb.com/list/ls062665509/
|
- https://www.imdb.com/list/ls062665509/
|
||||||
|
|||||||
109
JJJonesJr33/config.yml
Normal file
109
JJJonesJr33/config.yml
Normal file
@ -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…
x
Reference in New Issue
Block a user