Instructions Update

A simple instruction update to make the script more user friendly.
This commit is contained in:
Origami Official 2022-05-19 13:48:30 +06:00 committed by GitHub
parent 135d94a283
commit 569f24ee7c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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