diff --git a/utility/refresh_next_episode.py b/utility/refresh_next_episode.py index fe03868..581ad87 100644 --- a/utility/refresh_next_episode.py +++ b/utility/refresh_next_episode.py @@ -5,14 +5,14 @@ Check Tautulli's Watched Percent in Tautulli > Settings > General -1. Tautulli > Settings > Notification Agents > Scripts > Bell icon: - [X] Notify on watched -2. Tautulli > Settings > Notification Agents > Scripts > Gear icon: - Enter the "Script folder" where you save the script. - Watched: refresh_next_episode.py +1. Tautulli > Settings > Notification Agents > Script > Script Triggers: + [√] watched +2. Tautulli > Settings > Notification Agents > Script > Gear icon: + Enter the "Script Folder" where you save the script. + Select "refresh_next_episode.py" in "Script File". Save -3. Tautulli > Settings > Notifications > Script > Script Arguments: - {show_name} {episode_num00} {season_num00} +3. Tautulli > Settings > Notification Agents > Script > Script Arguments > Watched: + {show_name} {episode_num00} {season_num00} """ from __future__ import print_function