mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Add transcode decision change to notifiers
This commit is contained in:
parent
ce59692089
commit
a6e8372d47
1 changed files with 8 additions and 0 deletions
|
@ -244,6 +244,14 @@ def available_notification_actions():
|
|||
'icon': 'fa-play',
|
||||
'media_types': ('movie', 'episode', 'track')
|
||||
},
|
||||
{'label': 'Transcode Decision Change',
|
||||
'name': 'on_change',
|
||||
'description': 'Trigger a notification when a stream changes transcode decision.',
|
||||
'subject': 'Tautulli ({server_name})',
|
||||
'body': '{user} ({player}) has changed transcode decision for {title}.',
|
||||
'icon': 'fa-exchange-alt',
|
||||
'media_types': ('movie', 'episode', 'track')
|
||||
},
|
||||
{'label': 'Watched',
|
||||
'name': 'on_watched',
|
||||
'description': 'Trigger a notification when a video stream reaches the specified watch percentage.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue