forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 6
First Run
terrelsa13 edited this page Jan 3, 2025
·
19 revisions
- If MUMC has not been installed; first go to Linux Install and follow the steps.
- Open a terminal window using the following keyboard shortcut:
ctrl+alt+t
- To run the script type the following command in the terminal window:
python3 /opt/MUMC/mumc.py
- First time the script is run, it will walk through creating the mumc_config.yaml file.
- If MUMC has not been installed; first go to Windows Install and follow the steps.
- Open a terminal window by selecting the START button, typing in
cmd
, and pressingenter
. - To run the script type the following command in the terminal window:
C:\Users\Zoomies\AppData\Local\Programs\Python\Python3x C:\Users\Zoomies\MUMC\mumc.py
- Replace 'Zoomies' with your username
- Replace 'Python3x' with the Python3 version installed (i.e. Python3.10 - Python3.12)
- First time the script is run, it will walk through creating the mumc_config.yaml file.
-
If MUMC has not been installed; first go to Docker Install and follow the steps.
-
Open a terminal window on the host machine (aka the machine with Docker and/or Portainer installed on it.)
-
Type the following command into the terminal window:
docker ps
-
You should see one row with name of
mumc
(or whatever name you chose) under the "Names" column. -
Next we need to enter the container using its name and manually run the script.
docker exec -it mumc python ./mumc.py -c /usr/src/app/config/mumc_config.yaml
-
First time the script is run, it will walk through creating the mumc_config.yaml file.
-
Once the configuration builder is completed MUMC will close the current terminal session.
- In the background MUMC will find
mumc_config.yaml
, run twice, and stop.
- In the background MUMC will find
-
Stop and delete the container with the command below:
docker stop mumc
docker rm mumc
-
On the host machine; use your favorite text editor to finsih setting up the configuration file.
- Remember is it located here on the host machine:
/opt/MUMC/config/mumc_config.yaml
(unless you chose a different path and/or file name).
- Remember is it located here on the host machine:
- 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