#Network tags are not displayed correctly

1 messages · Page 1 of 1 (latest)

exotic kettleBOT
#

📝 If you want to review this again, solo_fails:
:one: Right-click (or long press with phone) on the message that contains the log
:two: Select: Copy Message Link
:three: Use the command: /logscan <message_link> or !logscan <message_link> and paste the value copied from the previous step where you see <message_link> 📝

#

Welcome @foggy ore!

Someone from <@&938443185347244033> will assist when they're available.

Including meta.log from the beginning is a huge help. Type !logs for more information.

After attaching your log, do not forget to hit the green check boxes when prompted by our bot.

#

You can press the "Close Post" button above or type /close at any time to close this post.

exotic kettleBOT
#

I wanted to add networks to the covers and took the default script Github to test it, but the networks are displayed incorrectly or not at all.

The first is broadcast in the ARD Media library, 2nd should actually be AppleTV and WWE NXT is broadcast by ProSieben MAXX, Yellowstone is Netflix

  Kometa_Test:
    remove_overlays: false
    overlay_files:
      - file: config/status.yml
      - file: config/overlays/media_info.yml
        template_variables:
          use_gradient_top: false
      - file: config/overlays/audience_rating.yml
      - file: config/network.yml

plex:
  url: https://5451.341.primality.me:8443
  token: (redacted by Luma)
  timeout: 60
  verify_ssl: true
  db_cache:
  clean_bundles: false
  empty_trash: false
  optimize: false

tmdb:
  apikey: (redacted by Luma)
  language: de
  region: DE
  cache_expiration: 60  

settings:
  run_order:
  - operations
  - metadata
  - collections
  - overlays
  cache: true
  cache_expiration: 60
  asset_directory:
  asset_folders: true
  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:
  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:```
GitHub

Python script to update metadata information for items in plex as well as automatically build collections and playlists. The Wiki Documentation is linked below. - Kometa-Team/Kometa