Skip to content

Files & Directories

terrelsa13 edited this page Jul 4, 2025 · 9 revisions

.../MUMC/mumc.py

.../MUMC/mumc.py contains the main function MUMC(). This is the file used to run MUMC.

...config/mumc_config.yaml

.../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/

.../MUMC/mumc_modules/ is a directory with all of the Python modules needed for mumc.py to execute.

....../MUMC/log/mumc_DEBUG.log

.../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

.../MUMC/requirements.txt is a file used to make installing Python dependencies easier for you; the end user.

Clone this wiki locally