forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Basic_Filter_Statement_Examples
terrelsa13 edited this page Sep 6, 2024
·
1 revision
basic_settings:
filter_statements:
movie:
played:
condition_days: 30
count_equality: '>='
count: 1
basic_settings:
filter_statements:
movie:
created:
condition_days: 563
count_equality: '=='
count: 0
behavioral_control: true
Filter for both; movies played 30 or more days ago with a played count of 1 or more and filter for movies created 563 or more days ago with a played count less than 1.
basic_settings:
filter_statements:
movie:
played:
condition_days: 30
count_equality: '>'
count: 0
created:
condition_days: 563
count_equality: 'not >='
count: 1
behavioral_control: true
- 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