Add kometa/config.yml
This commit is contained in:
@@ -0,0 +1,228 @@
|
|||||||
|
## This file is a template remove the .template to use the file
|
||||||
|
|
||||||
|
libraries: # This is called out once within the config.yml file
|
||||||
|
Movies: # These are names of libraries in your Plex
|
||||||
|
remove_overlays: false # Set this to true to remove all overlays
|
||||||
|
collection_files:
|
||||||
|
- default: basic # This is a file within Kometa's defaults folder
|
||||||
|
- default: imdb # This is a file within Kometa's defaults folder
|
||||||
|
# see the wiki for how to use local files, folders, URLs, or files from git
|
||||||
|
overlay_files:
|
||||||
|
- file: config/overlays/media_info.yml
|
||||||
|
- file: config/overlays/audience_rating.yml
|
||||||
|
# - default: ribbon # This is a file within Kometa's defaults folder
|
||||||
|
# see the wiki for how to use local files, folders, URLs, or files from git
|
||||||
|
# 4K Movies:
|
||||||
|
# remove_overlays: false
|
||||||
|
# collection_files:
|
||||||
|
# - default: basic
|
||||||
|
# - default: imdb
|
||||||
|
# overlay_files:
|
||||||
|
# - file: config/overlays/media_info.yml
|
||||||
|
# - file: config/overlays/audience_rating.yml
|
||||||
|
# - default: ribbon
|
||||||
|
TV Shows:
|
||||||
|
remove_overlays: false # Set this to true to remove all overlays
|
||||||
|
collection_files:
|
||||||
|
- default: basic # This is a file within Kometa's defaults folder
|
||||||
|
- default: imdb # This is a file within Kometa's defaults folder
|
||||||
|
# see the wiki for how to use local files, folders, URLs, or files from git
|
||||||
|
overlay_files:
|
||||||
|
- file: config/overlays/media_info.yml
|
||||||
|
- file: config/overlays/audience_rating.yml
|
||||||
|
# - default: ribbon # This is a file within Kometa's defaults folder
|
||||||
|
# see the wiki for how to use local files, folders, URLs, or files from git
|
||||||
|
# 4K TV Shows:
|
||||||
|
# collection_files:
|
||||||
|
# - default: basic # This is a file within Kometa's defaults folder
|
||||||
|
# - default: imdb # This is a file within Kometa's defaults folder
|
||||||
|
# see the wiki for how to use local files, folders, URLs, or files from git
|
||||||
|
# overlay_files:
|
||||||
|
# - file: config/overlays/media_info.yml
|
||||||
|
# - file: config/overlays/audience_rating.yml
|
||||||
|
Music:
|
||||||
|
collection_files:
|
||||||
|
- file: config/Music.yml # This is a local file THAT YOU MIGHT CREATE
|
||||||
|
playlist_files:
|
||||||
|
- default: playlist # This is a file within Kometa's defaults folder
|
||||||
|
template_variables:
|
||||||
|
libraries: Movies, TV Shows # list of libraries that you want the Kometa Defaults playlists to look at
|
||||||
|
# see the wiki for how to use local files, folders, URLs, or files from git
|
||||||
|
settings:
|
||||||
|
run_order:
|
||||||
|
- operations
|
||||||
|
- metadata
|
||||||
|
- collections
|
||||||
|
- overlays
|
||||||
|
cache: true
|
||||||
|
cache_expiration: 60
|
||||||
|
asset_directory: config/assets
|
||||||
|
asset_folders: true
|
||||||
|
asset_depth: 0
|
||||||
|
create_asset_folders: false
|
||||||
|
prioritize_assets: false
|
||||||
|
dimensional_asset_rename: false
|
||||||
|
download_url_assets: false
|
||||||
|
show_missing_season_assets: true
|
||||||
|
show_missing_episode_assets: true
|
||||||
|
show_asset_not_needed: true
|
||||||
|
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_unconfigured: true
|
||||||
|
show_filtered: false
|
||||||
|
show_options: true
|
||||||
|
show_missing: true
|
||||||
|
show_missing_assets: true
|
||||||
|
save_report: false
|
||||||
|
tvdb_language: eng
|
||||||
|
ignore_ids:
|
||||||
|
ignore_imdb_ids:
|
||||||
|
item_refresh_delay: 0
|
||||||
|
playlist_sync_to_users: all
|
||||||
|
playlist_exclude_users:
|
||||||
|
playlist_report: false
|
||||||
|
verify_ssl: true
|
||||||
|
custom_repo:
|
||||||
|
overlay_artwork_filetype: jpg
|
||||||
|
overlay_artwork_quality: 75
|
||||||
|
show_unfiltered: false
|
||||||
|
webhooks: # Can be individually specified per library as well
|
||||||
|
error:
|
||||||
|
version:
|
||||||
|
run_start:
|
||||||
|
run_end:
|
||||||
|
changes:
|
||||||
|
delete:
|
||||||
|
plex: # Can be individually specified per library as well; REQUIRED for the script to run
|
||||||
|
url: http://<YOUR_PLEX_IP>:32000
|
||||||
|
token: <YOUR_PLEX_TOKEN>
|
||||||
|
timeout: 60
|
||||||
|
db_cache:
|
||||||
|
clean_bundles: false
|
||||||
|
empty_trash: false
|
||||||
|
optimize: false
|
||||||
|
verify_ssl:
|
||||||
|
tmdb: # REQUIRED for the script to run
|
||||||
|
apikey: <YOUR_TMDB_API_KEY>
|
||||||
|
language: en
|
||||||
|
cache_expiration: 60
|
||||||
|
region:
|
||||||
|
tautulli: # Can be individually specified per library as well
|
||||||
|
url: http://<YOUR_TAUTULLI_IP>:8181
|
||||||
|
apikey: <YOUR_TAUTULLI_API_KEY>
|
||||||
|
github:
|
||||||
|
token: ################################
|
||||||
|
omdb:
|
||||||
|
apikey: ########
|
||||||
|
cache_expiration: 60
|
||||||
|
mdblist:
|
||||||
|
apikey: #########################
|
||||||
|
cache_expiration: 60
|
||||||
|
notifiarr:
|
||||||
|
apikey: ####################################
|
||||||
|
gotify:
|
||||||
|
url: #######################
|
||||||
|
token: ####################################
|
||||||
|
anidb: # Not required for AniDB builders unless you want mature content
|
||||||
|
username: ######
|
||||||
|
password: ######
|
||||||
|
language: en
|
||||||
|
client:
|
||||||
|
enable_mature: false
|
||||||
|
cache_expiration: 60
|
||||||
|
radarr: # Can be individually specified per library as well
|
||||||
|
url: http://<YOUR_RADARR_IP>:7878
|
||||||
|
token: <YOUR_RADARR_API_KEY>
|
||||||
|
add_missing: false
|
||||||
|
add_existing: false
|
||||||
|
upgrade_existing: false
|
||||||
|
monitor_existing: false
|
||||||
|
root_folder_path: /data/media/movies
|
||||||
|
monitor: true
|
||||||
|
availability: released
|
||||||
|
quality_profile: HD - 720p/1080p
|
||||||
|
tag:
|
||||||
|
search: false
|
||||||
|
radarr_path:
|
||||||
|
plex_path:
|
||||||
|
ignore_cache: false
|
||||||
|
radarr4k: # Can be individually specified per library as well
|
||||||
|
url: http://<YOUR_RADARR_4K_IP>:7879
|
||||||
|
token: <YOUR_RADARR_4K_API_KEY>
|
||||||
|
add_missing: false
|
||||||
|
add_existing: false
|
||||||
|
upgrade_existing: false
|
||||||
|
monitor_existing: false
|
||||||
|
root_folder_path: /data/media/4k_movies
|
||||||
|
monitor: true
|
||||||
|
availability: released
|
||||||
|
quality_profile: Ultra-HD
|
||||||
|
tag:
|
||||||
|
search: false
|
||||||
|
radarr_path:
|
||||||
|
plex_path:
|
||||||
|
sonarr: # Can be individually specified per library as well
|
||||||
|
url: http://<YOUR_SONARR_IP>:8989
|
||||||
|
token: <YOUR_SONARR_API_KEY>
|
||||||
|
add_missing: false
|
||||||
|
add_existing: false
|
||||||
|
upgrade_existing: false
|
||||||
|
monitor_existing: false
|
||||||
|
root_folder_path: /data/media/tv_shows
|
||||||
|
monitor: all
|
||||||
|
quality_profile: HD - 720p/1080p
|
||||||
|
language_profile: English
|
||||||
|
series_type: standard
|
||||||
|
season_folder: true
|
||||||
|
tag:
|
||||||
|
search: false
|
||||||
|
cutoff_search: false
|
||||||
|
sonarr_path:
|
||||||
|
plex_path:
|
||||||
|
ignore_cache: false
|
||||||
|
sonarr4k: # Can be individually specified per library as well
|
||||||
|
url: http://<YOUR_SONARR_4K_IP>:8990
|
||||||
|
token: <YOUR_SONARR_4K_API_KEY>
|
||||||
|
add_missing: false
|
||||||
|
add_existing: false
|
||||||
|
upgrade_existing: false
|
||||||
|
monitor_existing: false
|
||||||
|
root_folder_path: /data/media/4ktv_shows
|
||||||
|
monitor: all
|
||||||
|
quality_profile: Ultra-HD
|
||||||
|
language_profile: English
|
||||||
|
series_type: standard
|
||||||
|
season_folder: true
|
||||||
|
tag:
|
||||||
|
search: false
|
||||||
|
cutoff_search: false
|
||||||
|
sonarr_path:
|
||||||
|
plex_path:
|
||||||
|
trakt:
|
||||||
|
client_id: ####################
|
||||||
|
client_secret: ####################
|
||||||
|
pin:
|
||||||
|
authorization:
|
||||||
|
# everything below is autofilled by the script
|
||||||
|
access_token:
|
||||||
|
token_type:
|
||||||
|
expires_in:
|
||||||
|
refresh_token:
|
||||||
|
scope: public
|
||||||
|
created_at:
|
||||||
|
mal:
|
||||||
|
client_id: ####################
|
||||||
|
client_secret: ####################
|
||||||
|
authorization:
|
||||||
|
# everything below is autofilled by the script
|
||||||
|
access_token:
|
||||||
|
token_type:
|
||||||
|
expires_in:
|
||||||
|
refresh_token:
|
||||||
Reference in New Issue
Block a user