Skip to content

Configuration_File_Examples Minimum_Configuration_File_Example

terrelsa13 edited this page May 31, 2025 · 13 revisions

Minimum Configuration Example

  • These are the minimum configuration variables MUMC recognizes and their default values.
    • Configuration files generated with a version of MUMC >= v5.8.0-beta will similiar to this.
  • Use the Configuration Tree to get details about each variable.

---
version: 5.0.0
basic_settings:
  filter_statements:
    movie:
      played:
        condition_days: -1
        count_equality: '>='
        count: 1
      created:
        condition_days: -1
        count_equality: '>='
        count: 1
        behavioral_control: true
    episode:
      played:
        condition_days: -1
        count_equality: '>='
        count: 1
      created:
        condition_days: -1
        count_equality: '>='
        count: 1
        behavioral_control: true
advanced_settings:
  REMOVE_FILES: false
admin_settings:
  server:
    brand: ''
    url: ''
    auth_key: ''
    admin_id: ''
users:
  - user_id: ''
    user_name: ''
    whitelist:
    - lib_id: ''
      collection_type: ''
      path: ''
      network_path: ''
      subfolder_id: ''
      lib_enabled: false
    blacklist:
    - lib_id: ''
      collection_type: ''
      path: ''
      network_path: ''
      subfolder_id: ''
      lib_enabled: false
DEBUG: 0
...

See Full Configuration File Example

Configuration File Examples

Clone this wiki locally