-
Notifications
You must be signed in to change notification settings - Fork 45
Tautulli sync script
Below steps shows you how to setup Tautulli to push AniList watch updates instantly upon completing of an episode.
Navigate to Tautulli settings -> Notification Agents
and click on the +
sign to start adding a new notification agent:
Set your script folder to the PlexAniSync project directory and select TautulliSyncHelper.py
as the script file
Tick the Playback Stop
box
Set your Library name if you have multiple and only want to trigger on Anime, afterwards set the percentage watched to trigger on.
Set the argument for Playback Stop
to "{show_name}"
(with single or double quotes depending on OS)
Click on Show Advanced
in Tautulli and navigate to Notifications & Newsletters
, tick the Allow Consecutive Notifications
Without this it will not fire the playback stopped and watched event correctly, see reddit for more info on this:
https://www.reddit.com/r/Tautulli/comments/aqs12y/tautulli_notification_agent_stream_stoppedended/
Enjoy!