forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Dangerous Filter Statements
terrelsa13 edited this page Jun 8, 2024
·
5 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...
condition_days: 0
- ...
-
Find episodes created at least 1 day ago...
condition_days: 1
- ...
-
Find audio created at least 2 days ago...
condition_days: 2
- ...
-
Find movies created at least 3 days ago...
condition_days: 3
- ...
For created filter_statements, ALWAYS use a high value for condition_days:
Additional Information - MUMC extras.
- 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