forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Scheduled Run
terrelsa13 edited this page Oct 16, 2023
·
21 revisions
- Below cron entry runs
/opt/MUMC/mumc.py
everyday at 00:00hrs (aka 12:00am).- $
0 0 * * * python3 /opt/MUMC/mumc.py
- $
- Below cron entry runs
/opt/MUMC/mumc.py
every Monday at 01:23hrs (aka 1:23am) and saves the output to an output log file to/var/log/mumc.log
.- $
23 1 * * 1 python3 /opt/mumc/mumc.py > /var/log/mumc.log 2>&1
- $
- There are many pages online, like this one, showing how to use the Windows Task Scheduler to run a Python script.
- tbd
- 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