jellyfin / jellyfin-plugin-webhook

GNU General Public License v3.0
132 stars 41 forks source link

Notifications for SyncPlay (Joined/Left Group) #53

Open KaXaSA opened 2 years ago

KaXaSA commented 2 years ago

So I added/configured the plugin (I'm using discord), and it works great -thanks devs- The one thing I don't know how to do, or if it's even possible, is to get notifications for when users join/leave Jellyfin's SyncPlay

[23:36:25] [INF] [10] Emby.Server.Implementations.SyncPlay.Group: Session e1c44d... joined group f09e...
[23:54:36] [INF] [10] Emby.Server.Implementations.SyncPlay.Group: Session e1c44d... left group f09e...
crobibero commented 2 years ago

This is currently not possible as the server does not send events for SyncPlay. This sounds like a welcome enhancement, so I will add that feature to the server when I have some time.