forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Install_Windows
terrelsa13 edited this page Jul 13, 2025
·
3 revisions
- It is assumed your user has the ability to install prog.
- If not, your system administrator will need to perform the install.
- Python3.10.0 is the minimum required version
- Download Python3.10.0 (or later) from the Python website.
- Run the installer.
- Unselect 'Add python.exe to PATH'.
- Take note of where this version of Python will be installed.
- On Windows10 the install path is:
C:\Users\[your_user_name]\AppData\Local\Programs\Python\Python3.x
- On Windows10 the install path is:
- Select 'Install Now'
- Step through any remaining steps until the install is complete.
- Select your OS and follow the instructions for installing
git
on Windows.
- Navigate to
C:\Users
- Hold shift and right click the folder with your username.
- In the menu select 'Open PowerShell window here'
- In the PowerShell window type the following command:
git clone https://github.com/terrelsa13/MUMC.git
- Once the clone is completed, navigate to
C:\Users\[your_user_name]\MUMC
- ([your_user_name] is the username you are logged in as.)
- MUMC requires the following Python3 packages:
-
emoji
- Used to remove emojis from text printed to themumc_debug.log
issue#86 -
PyYAML
- Needed for parsing themumc_config.yaml
file -
python_dateutil
- Needed for played and created date comparisons -
six
- Used bypython_dateutil
-
- These can be installed by using the
requirements.txt
in theC:\Users\[your_user_name]\MUMC
directory - In a PowerShell window enter:
cd C:\Users\[your_user_name]\MUMC; pip3 install -r requirements.txt
- In a PowerShell window enter:
C:\Users\Zoomies\AppData\Local\Programs\Python\Python3x C:\Users\[your_user_name]\MUMC\mumc.py
- Replace
[your_user_name]
with your username - Replace
Python3.x
with the Python3.x version installed (i.e. Python3.10 - Python3.x)
- Replace
- First time MUMC is run, it will walk through creating the mumc_config.yaml file.
- There are many pages online, like this one, showing how to use the Windows Task Scheduler to run a Python script.
- 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