-
-
Notifications
You must be signed in to change notification settings - Fork 7
Files & Directories
.../MUMC/mumc.py
contains the main function MUMC()
. This is the file used to run MUMC.
.../MUMC/mumc_config/mumc_config.yaml
is the configuration file. This file does not exist until after the first time MUMC is run. During the initial run there will be prompts looking for input that needs to be entered. These inputs allow MUMC to build the configuration file. Once this file is created you can edit the basic_settings and advanced_settings sections of the configuration file to tell MUMC how to delete the media items you want it to delete and keep the media items you want to keep.
.../MUMC/mumc_modules/
is a directory with all of the Python modules needed for mumc.py to execute.
.../MUMC/log/mumc_DEBUG.log
only exists when DEBUG is enabled. Each time MUMC is run in DEBUG the previous version of .../MUMC/mumc_DEBUG.log
is deleted and a new one is made in its place.
.../MUMC/requirements.txt
is a file used to make installing Python dependencies easier for you; the end user.
- 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