Skip to content

mumc_configyaml>admin_settings>behavior>matching

terrelsa13 edited this page May 13, 2024 · 2 revisions

  • Description
admin_settings:
  behavior:
    matching: string
  • Decide how the script will be matching media items to libraries
    • byId - Media items will be matched to libraries using LibraryIds
    • byPath - Media items will be matched to libraries using Paths
    • byNetworkPath - Media items will be matched to libraries using NetworkPaths
  • Filtering byPath requires network folders are not configured.
  • Filtering byNetworkPath requires network folders are configured.

Example:

matching: byId
Clone this wiki locally