forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Dangerous Filter Statements
terrelsa13 edited this page Jul 4, 2025
·
6 revisions
-
You are SOLEY RESPONSIBLE if you misconfigure your filter_statements and delete large portions of your library.
-
It is HIGHLY recommended to backup all of your media.
-
It is HIGHLY recommended to keep
REMOVE_FILES: false
until you are certain MUMC is configured exactly as you want it to be.
-
What you NEVER want to do is to set the
condition_days:
for a created filter_statement to a low value. -
Doing this WILL delete MOST if not ALL of your library.
-
Find movies created at least 0 days ago...
basic_settings: filter_statements: media_type: created: condition_days: 0
-
Find episodes created at least 1 day ago...
basic_settings: filter_statements: media_type: created: condition_days: 1
-
Find audio created at least 2 days ago...
basic_settings: filter_statements: media_type: created: condition_days: 2
-
Find movies created at least 3 days ago...
basic_settings: filter_statements: media_type: created: condition_days: 3
For created filter_statements, ALWAYS use a high value for condition_days:
Additional Information - MUMC extras.
- 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