Advertisement
novamaxx

Kometa egyedi konfigurációs fájl (config.yml)

Jan 7th, 2025 (edited)
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
YAML 3.78 KB | Source Code | 0 0
  1. ## This file is a template remove the .template to use the file
  2.  
  3. libraries:                          # This is called out once within the config.yml file
  4.   Filmek:                           # Ide a saját elnevezésed jön a Plexből, és nem a mappa vagy megosztás neve. Nálam pl. Filmek
  5.     remove_overlays: false           # Set this to true to remove all overlays
  6.     collection_files:
  7.       - default: basic               # This is a file within Kometa's defaults folder
  8.       - default: imdb                # This is a file within Kometa's defaults folder
  9.       # see the wiki for how to use local files, folders, URLs, or files from git
  10.     overlay_files:
  11.       - default: ribbon              # This is a file within Kometa's defaults folder
  12.       # see the wiki for how to use local files, folders, URLs, or files from git
  13.   Sorozatok:                        # Ide a saját elnevezésed jön a Plexből, és nem a mappa vagy megosztás neve. Nálam pl. Sorozatok
  14.     remove_overlays: false           # Set this to true to remove all overlays
  15.     collection_files:
  16.       - default: basic               # This is a file within Kometa's defaults folder
  17.       - default: imdb                # This is a file within Kometa's defaults folder
  18.       # see the wiki for how to use local files, folders, URLs, or files from git
  19.     overlay_files:
  20.       - default: ribbon              # This is a file within Kometa's defaults folder
  21.       # see the wiki for how to use local files, folders, URLs, or files from git
  22. playlist_files:
  23.   - default: playlist                # This is a file within Kometa's defaults folder
  24.     template_variables:
  25.       libraries: Filmek, Sorozatok  # list of libraries that you want the Kometa Defaults playlists to look at
  26.   # see the wiki for how to use local files, folders, URLs, or files from git
  27. settings:
  28.   cache: true
  29.   cache_expiration: 30
  30.   asset_directory: config/assets # ezt a mappát a config mappában létre kell hozni!!!
  31.   missing_path: config/missing   # ezt a mappát is a config mappában létre kell hozni!!!
  32.   asset_folders: true
  33.   asset_depth: 0
  34.   create_asset_folders: true
  35.   prioritize_assets: true
  36.   dimensional_asset_rename: false
  37.   download_url_assets: true
  38.   show_missing_season_assets: false
  39.   show_missing_episode_assets: false
  40.   show_asset_not_needed: false
  41.   sync_mode: sync
  42.   minimum_items: 5
  43.   default_collection_order:
  44.   delete_below_minimum: true
  45.   delete_not_scheduled: false
  46.   run_again_delay: 0
  47.   missing_only_released: false
  48.   only_filter_missing: false
  49.   show_unmanaged: true
  50.   show_filtered: false
  51.   show_options: false
  52.   show_missing: false
  53.   show_missing_assets: true
  54.   save_report: true
  55.   tvdb_language: hun
  56.   ignore_ids:
  57.   ignore_imdb_ids:
  58.   item_refresh_delay: 0
  59.   playlist_sync_to_user: all
  60.   playlist_exclude_user:
  61.   playlist_report: false
  62.   verify_ssl: false
  63.   custom_repo:
  64.   check_nightly: false
  65.   show_unconfigured: true
  66.   playlist_exclude_users:
  67.   run_order:                    # recommened run order keep operations first
  68.   - operations
  69.   - metadata
  70.   - collections
  71.   - overlays
  72.   overlay_artwork_filetype: png
  73.   overlay_artwork_quality: 75
  74. plex:                               # Can be individually specified per library as well; REQUIRED for the script to run
  75.   url: http://192.168.xxxx.xxx:32400  # ide a saját Plexed IP-címe kell!
  76.   token: x..................N
  77.   timeout: 60
  78.   clean_bundles: true
  79.   empty_trash: true
  80.   optimize: true
  81.   db_cache: 1024
  82.   verify_ssl: false
  83. tmdb:                               # Enélkül NEM FUT ez az egész mindenség
  84.   apikey: d..............................7
  85.   language: hu
  86.   region: HU                     #  ISO 3166-1 Code of the User Region for use with Other TMDb Builders https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
  87.   cache_expiration: 60
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement