mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-14 17:22:56 -07:00
Add playback error notification trigger
This commit is contained in:
parent
7ce92d5f17
commit
93997c11dc
4 changed files with 50 additions and 6 deletions
|
@ -295,6 +295,14 @@ def available_notification_actions(agent_id=None):
|
|||
'icon': 'fa-play',
|
||||
'media_types': ('movie', 'episode', 'track')
|
||||
},
|
||||
{'label': 'Playback Error',
|
||||
'name': 'on_error',
|
||||
'description': 'Trigger a notification when a stream encounters an error.',
|
||||
'subject': 'Tautulli ({server_name})',
|
||||
'body': '{user} ({player}) encountered an error trying to play {title}.',
|
||||
'icon': 'fa-exclamation-triangle',
|
||||
'media_types': ('movie', 'episode', 'track')
|
||||
},
|
||||
{'label': 'Transcode Decision Change',
|
||||
'name': 'on_change',
|
||||
'description': 'Trigger a notification when a stream changes transcode decision.',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue