feat(webhooks): add Discord webhook support and event notifications for playback and media actions

This commit is contained in:
2025-05-26 10:01:30 +02:00
parent 280fa89c59
commit eeada4fbb2
6 changed files with 221 additions and 78 deletions

View File

@@ -228,7 +228,10 @@
"TRIGGER": "Trigger",
"STATUS": "Status",
"EVENT_WEBHOOKS": "Event notifications",
"EVENT_WEBHOOKS_TOOLTIP": "Enable or disable event notifications"
"EVENT_WEBHOOKS_TOOLTIP": "Enable or disable event notifications",
"PLAYBACK_STARTED": "Playback Started",
"PLAYBACK_ENDED": "Playback Stopped",
"MEDIA_ADDED": "Media Added"
},
"TASK_TYPE": {
"JOB": "Job",

View File

@@ -228,7 +228,10 @@
"TRIGGER": "Déclencheur",
"STATUS": "Status",
"EVENT_WEBHOOKS": "Notifications d'événements",
"EVENT_WEBHOOKS_TOOLTIP": "Activez ou désactivez les notifications pour différents événements du système"
"EVENT_WEBHOOKS_TOOLTIP": "Activez ou désactivez les notifications pour différents événements du système",
"PLAYBACK_STARTED": "Lecture commencée",
"PLAYBACK_ENDED": "Lecture arrêtée",
"MEDIA_ADDED": "Média ajouté"
},
"TASK_TYPE": {
"JOB": "Job",