forked from clara-j/media_cleaner
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Advanced_Behavioral_Tag_Examples
terrelsa13 edited this page Sep 6, 2024
·
1 revision
- The media_item has a matching played filter tag
AND
- All monitored users have the media_item tagged
AND
- Any monitored user satisfies the count and count equality of
(
the basic played filter statementOR
the basic created filter statement)
- Remove the movie media_item from the list of media_items to be deleted.
- No action is taken on the movie media_item.
advanced_settings:
behavioral_tags:
movie:
played:30:<=:1:
action: keep
user_conditional: all
played_conditional: any_any
action_control: 3
dynamic_behavior: false
- The media_item has a matching created filter tag
AND
- All monitored users have the media_item tagged
AND
- Any monitored user satisfies the count and count equality of
(
the basic played filter statementOR
the basic created filter statement)
- Add the movie media_item to the list of media_items to be deleted.
- No action is taken on the movie media_item.
advanced_settings:
behavioral_tags:
movie:
created:653:==:0:true:
action: delete
user_conditional: all
played_conditional: any_any
action_control: 3
dynamic_behavior: false
- The media_item has a matching created filter tag
- The behavioral logic is skipped and
- The movie media_item is added to the list of media_items to be deleted.
- No action is taken on the movie media_item.
advanced_settings:
behavioral_tags:
movie:
created:777:==:0:false:
action: delete
user_conditional: all
played_conditional: any_any
action_control: 3
dynamic_behavior: false
- 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