Skip to content

Advanced_Behavioral_Tag_Examples

terrelsa13 edited this page Sep 6, 2024 · 1 revision

Behavioral Statment

  • 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 statement OR the basic created filter statement)

When the above is true:

  • Remove the movie media_item from the list of media_items to be deleted.

When the above is false:

  • 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

Behavioral Statment

  • 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 statement OR the basic created filter statement)

When the above is true:

  • Add the movie media_item to the list of media_items to be deleted.

When the above is false:

  • 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

Behavioral Statment

  • The media_item has a matching created filter tag

When the above is true:

  • The behavioral logic is skipped and
  • The movie media_item is added to the list of media_items to be deleted.

When the above is false:

  • 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

Configuration File Examples

Clone this wiki locally