Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- radarr:
- url: http://192.168.5.242:7878 # Radarr URL (ensure it's correct and accessible)
- token: XXXXX # Set your Radarr token here, if required
- add_missing: true # Ensure Radarr adds missing movies
- add_existing: false # Do not add existing movies
- upgrade_existing: false # Do not upgrade existing movies
- monitor_existing: false # Do not monitor existing movies
- ignore_cache: false # Do not ignore cache
- monitor: true # Enable movie monitoring in Radarr
- availability: announced # Monitor availability as announced
- quality_profile: Any # Specify quality profile ID
- search: false # Disable searching for new movies
- root_folder_path: /media/Movies # Define the root folder path for Radarr
- radarr_path: /mnt/ssdappdata/dockerdata/binhex-radarr/ # Radarr install path
- plex_path: /mnt/ssdappdata/dockerdata/Plex-Media-Server/ # Plex path
- tag: radarr
- # trakt
- trakt:
- client_id: XXXXX
- client_secret: XXXXX
- username: XXXXX # Your Trakt username
- pin: XXXXX
- # TMDb API Key Configuration
- authorization:
- access_token: XXXXX
- token_type: Bearer
- expires_in: 7889237
- refresh_token: XXXXX
- scope: public
- created_at: 1731343946
- # tmdb
- tmdb:
- apikey: XXXXX # Your TMDb API key
- language: en # Default language for TMDb queries
- cache_expiration: 60 # Cache expiration in minutes
- region: US # Restricts results to a specific region (optional)
- # Plex Server Configuration
- plex:
- url: http://192.168.5.242:32400/ # Ensure trailing slash
- token: XXXXX # Confirm token is valid
- timeout: 60 # Timeout for Plex connections
- verify_ssl: false # Disable SSL verification if needed
- clean_bundles: false # Prevents automatic cleaning of unused bundles
- empty_trash: false # Prevents automatic emptying of Plex trash
- db_cache: 100 # Enable Plex DB cache
- optimize: false
- libraries:
- Movies:
- type: movie
- collection_files:
- - default: trakt
- template_variables:
- use_collected: true
- use_recommended: true
- limit: 20
- build_collection: true
- sync_mode: sync
- radarr_tag: radarr
- visible_library_top: true
- visible_home_top: true
- visible_shared_top: true
- collections:
- Christmas:
- trakt_list:
- - https://trakt.tv/users/movistapp/lists/christmas-movies
- - https://trakt.tv/users/2borno2b/lists/christmas-movies-extravanganza
- sync_mode: sync
- visible_home: true
- visible_shared: true
- X-Men Universe:
- sync_mode: sync
- trakt_list: https://trakt.tv/users/donxy/lists/x-men-universe?sort=rank,asc # X-Men Universe List
- trakt_type: movies
- limit: 40
- schedule: daily
- visible_home: true
- visible_shared: true
- radarr_add_missing: true # Add missing movies to Radarr
- Anticipated Movies:
- type: trakt_list
- trakt_list: anticipated
- trakt_type: movies
- limit: 10
- schedule: daily
- Collected Movies:
- type: trakt_list
- trakt_list: collected
- trakt_type: movies
- limit: 10
- schedule: weekly
- Trending Movies:
- type: trakt_trending
- trakt_type: movies
- limit_trakt_trending_movies1: 10
- sync_mode_trakt_trending_movies1: append
- collection_order_trakt_trending_movies1: alpha
- schedule: daily
- Popular Movies:
- type: trakt_list
- trakt_list: popular
- trakt_type: movies
- limit: 20
- sync_mode: sync
- collection_order: release
- schedule: weekly
- Trakt Trending & Popular:
- trakt_chart:
- - chart: trending
- limit: 30
- - chart: popular
- limit: 30
- sync_mode: sync
- Recommended Movies:
- type: trakt_list
- trakt_list: recommended
- trakt_type: movies
- limit: 10
- schedule: daily
- Watched Movies:
- type: trakt_list
- trakt_list: watched
- trakt_type: movies
- limit: 10
- schedule: weekly
- TV Shows:
- type: show
- collection_files:
- - default: trakt
- template_variables:
- use_collected: true # Includes collected TV shows in the collection
- use_recommended: true # Includes recommended TV shows in the collection
- limit: 30 # Limits the collection to 30 items
- visible_library_popular: true # Makes popular shows visible in the Plex library
- visible_home_popular: true # Makes popular shows visible on the home page
- visible_shared_popular: true # Makes popular shows visible in shared lists
- radarr_add_missing: false # Does not add missing TV shows to Radarr
- # Schedule for Kometa Runs
- run:
- time: [02:00, 14:00] # Kometa will run at 2 AM and 2 PM daily to update collections
- # Options and Safety Settings
- options:
- collections_only: true
- debug: true
- timeout: 60
- # Additional Settings
- settings:
- run_order:
- - operations
- - metadata
- - collections
- - overlays
- cache: false
- cache_expiration: 60
- asset_folders: false
- asset_depth: 0
- create_asset_folders: false
- prioritize_assets: false
- dimensional_asset_rename: false
- download_url_assets: false
- show_missing_assets: true
- show_missing_season_assets: false
- show_missing_episode_assets: false
- show_asset_not_needed: true
- sync_mode: append
- default_collection_order: none
- minimum_items: 1
- item_refresh_delay: 0
- delete_below_minimum: false
- delete_not_scheduled: false
- run_again_delay: 0
- missing_only_released: false
- only_filter_missing: false
- show_unmanaged: true
- show_unconfigured: true
- show_filtered: false
- show_options: false
- show_missing: true
- save_report: false
- tvdb_language: default
- ignore_ids:
- ignore_imdb_ids:
- playlist_sync_to_users: all
- playlist_exclude_users:
- playlist_report: true
- custom_repo:
- overlay_artwork_filetype: jpg
- overlay_artwork_quality: 90
- asset_directory:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement