Skip to content

Instantly share code, notes, and snippets.

@McBrideMusings
Last active June 13, 2024 14:21
Show Gist options
  • Save McBrideMusings/248605c83bbb72fb73d7c483da91e140 to your computer and use it in GitHub Desktop.
Save McBrideMusings/248605c83bbb72fb73d7c483da91e140 to your computer and use it in GitHub Desktop.
Kometa Config Director Poster Bug
libraries:
Movies:
remove_overlays: true
collection_files:
- default: basic
- file: config/movie-collections.yml
- default: imdb
template_variables:
use_lowest: false
use_top: false
visible_library: true
visible_home: false
visible_shared: false
- default: tautulli
template_variables:
use_watched: false
visible_library: true
visible_home: true
visible_shared: true
- default: streaming
template_variables:
originals_only: true
include:
- peacock
- amazon
- paramount
- hulu
- disney
- appletv
- max
- netflix
- default: oscars
template_variables:
use_best_director: false
use_year_collections: false
- default: universe
template_variables:
exclude:
- avp # Alien / Predator
- arrow # Arrowverse
- dca # DC Animated Universe
- dcu # DC Extended Universe
- fast # Fast & Furious
- marvel # In Association With Marvel
- mummy # The Mummy Universe
- rocky # Rocky / Creed
- askew # View Askewniverse
- xmen # X-Men Universe
- default: actor
template_variables:
style: rainier
radarr_add_missing: true
include:
- Jackie Chan
- Nicolas Cage
- default: director
template_variables:
style: rainier
include:
- Yorgos Lanthimos
- Darren Aronofsky
- John Waters
- John Woo
overlay_files:
- default: ribbon
TV Shows:
remove_overlays: true
collection_files:
- default: basic
#- file: config/tv-collections.yml
- default: imdb
template_variables:
use_lowest: false
use_top: false
visible_library: true
visible_home: false
visible_shared: false
- default: tautulli
template_variables:
use_watched: false
visible_library: true
visible_home: true
visible_shared: true
- default: streaming
template_variables:
originals_only: true
include:
- peacock
- amazon
- paramount
- hulu
- disney
- appletv
- max
- netflix
overlay_files:
- default: ribbon
playlist_files:
- file: config/playlists.yml
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: false
show_missing_episode_assets: false
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
webhooks:
error:
version:
run_start:
run_end:
changes:
delete:
plex:
url: ################################
token: ################################
timeout: 60
db_cache:
clean_bundles: false
empty_trash: false
optimize: false
verify_ssl:
tmdb:
apikey: ################################
language: en
cache_expiration: 60
region:
tautulli:
url: ################################
apikey: ################################
github:
token: ################################
omdb:
apikey: ########
cache_expiration: 60
mdblist:
apikey: #########################
cache_expiration: 60
notifiarr:
apikey: ####################################
gotify:
url: http://192.168.1.12:80
token: ####################################
anidb: # Not required for AniDB builders unless you want mature content
username: ######
password: ######
language: en
client:
radarr: # Can be individually specified per library as well
url: ################################
token: ################################
add_missing: false
add_existing: false
upgrade_existing: false
monitor_existing: false
root_folder_path: ################################
monitor: true
availability: announced
quality_profile: HD-1080p
tag:
search: false
radarr_path:
plex_path:
ignore_cache: false
sonarr: # Can be individually specified per library as well
url: ################################
token: ################################
add_missing: false
add_existing: false
upgrade_existing: false
monitor_existing: false
root_folder_path: ################################
monitor: all
quality_profile: HD-1080p
language_profile: English
series_type: standard
season_folder: true
tag:
search: false
cutoff_search: false
sonarr_path:
plex_path:
ignore_cache: false
trakt:
client_id: ################################
client_secret: ################################
pin:
authorization:
# everything below is autofilled by the script
access_token: ################################
token_type: Bearer
expires_in: 7889237
refresh_token: ################################
scope: public
created_at: 1717969940
mal:
client_id: ####################
client_secret: ####################
authorization:
# everything below is autofilled by the script
access_token:
token_type:
expires_in:
refresh_token:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment