forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Configuration_File_Examples Minimum_Configuration_File_Example
terrelsa13 edited this page May 31, 2025
·
13 revisions
- 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.
- Configuration files generated with a version of MUMC
- 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
...
- MUMC wiki
- Install
- Files & Directories
- Terminology
- Configuration File Examples
- Configuration Tree
-
Additional Information
- OS Permissions
- Configuration Builder/Editor
- Played And Created Filter Statement Breakdown
- Played And Created Filter Tag Breakdown
- Dangerous Filter Statements
- Behavioral Statement Breakdown
- Behavioral Tag Breakdown
- Blacklisting vs Whitelisting
- Blacktagging vs Whitetagging
- Library Matching byId vs byPath vs byNetworkPath
- Minimum Episodes vs Minium Played Episodes
- Conditional Behavior Priorities
- Media Mangers
- Command-Line Arguments
- Make MUMC Run FASTERRRRRR!!!
- Known Limitations