Merge pull request #344 from origamiofficial/patch-1

Instructions Update
This commit is contained in:
blacktwin
2022-09-19 21:39:35 -04:00
committed by GitHub

View File

@ -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:
<episode>{show_name} {episode_num00} {season_num00}</episode>
"""
from __future__ import print_function