forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 6
mumc_configyaml>version
terrelsa13 edited this page May 31, 2024
·
3 revisions
- Parent:
- Description
version: string
Version number of MUMC the configuration file was last modified with.
- The version number is used to:
- Check the version of the configuration file is compatible with the version of MUMC
- When possible, if new configuration options are added to the configuration file, the configuration file's version number is updated to match MUMC's version number
- When the configuration file's version number is not compatible with MUMC's version number:
- A message is printed to the console
- The MUMC immediately exits
- When new configuration options are added to MUMC:
- A message is printed to the console
- The configuration file is updated with default values for the new configuration options
- The MUMC continues to execute normally
- If MUMC is run without the
version
variable, MUMC will attempt to create a newmumc_config.yaml
Example:
version: 5.0.0
- MUMC wiki
- Install
- Files & Directories
- First Run
- Scheduled Run
- Terminology
- Configuration File Examples
- Configuration Tree
-
Additional Information
- OS Permissions
- User And Library Builder
- 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
- Command-Line Options
- Make MUMC Run FASTERRRRRR!!!
- Known Limitations