Skip to content

mumc_configyaml>advanced_settings>episode_control>minimum_episodes_behavior

terrelsa13 edited this page Jun 29, 2024 · 4 revisions

  • Description
advanced_settings:
  episode_control:
    minimum_episodes_behavior: string
  • Decide how minimum_episodes and minimum_played_episodes will behave.

  • The minimum number of played and unplayed episodes will vary for each user and for each series when multiple users are watching the same series at different paces.

  • The following options give a mechanism to control this in different ways.

  • The minimum_episodes and minimum_played_episodes can be based off:

    • 'User's Name' - The username specified; If a matching username is not found, MUMC will assume 'Min Played Min Unplayed'.
    • 'User's Id' - The userId specified; If a matching userId is not found, MUMC will assume 'Min Played Min Unplayed'.
    • 'Max Played' - The first user with the highest number of played episodes to be deleted for each series.
    • 'Min Played' - The first user with the lowest number of played episodes to be deleted for each series.
    • 'Max Unplayed' - The first user with the highest number of unplayed episodes to be deleted for each series.
    • 'Min Unplayed' - The first user with the lowest number of unplayed episodes to be deleted for each series.
  • The Max/Min Played/Unplayed values can be mixed and matched. For example...

    • 'Max Played Min Unplayed' - The number of played episodes to be deleted is based off the first user with the highest number of played episodes to be deleted for a specific tv series. The number of unplayed episodes to be deleted is based off the first user with the lowest number of unplayed episodes to be deleted for a specific series.

Example:

minimum_episodes_behavior: 'username'

Example:

minimum_episodes_behavior: '0123456789abcUSERID3456789abcdef'

Example:

minimum_episodes_behavior: 'Max Played'

Example:

minimum_episodes_behavior: 'Min Unplayed'

Example:

minimum_episodes_behavior: 'Min Played Min Unplayed'
Clone this wiki locally