jellyfin-plugin-webhook
jellyfin-plugin-webhook copied to clipboard
Understanding each type of event's available properties
How can I understand which properties are available per event type?
Like for instance what does the Generic event provides?
I haven't documented all of the possible properties, the easiest way to find out is to use something like https://webhook.site with the "Send All Properties" setting enabled.
I haven't documented all of the possible properties, the easiest way to find out is to use something like https://webhook.site with the "Send All Properties" setting enabled.
Hi. Do you can documents options for music library? Because when i add music (about 100-200 tracks), i see flood from bot for each added track.
Under plugin settings, you can untick Item Type: Songs to avoid getting notified for each track that you add to your library. However, this will also disable notifications when you start or stop playing music. You will still get notifications for albums added, but the information available will be much more limited than for what is given for each track. I have made a comment about this here:
https://github.com/jellyfin/jellyfin-plugin-webhook/issues/131#issuecomment-1250080268
(Also outputs server info) E.g. for an album
"NotificationType": "ItemAdded",
"Timestamp": "2022-09-16T10:33:01.6136403-04:00",
"UtcTimestamp": "2022-09-16T14:33:01.6136514Z",
"Name": "Ignorance",
"Overview": "",
"Tagline": "",
"ItemId": "0f9a7166c0d1f8684b057d3b5060c2da",
"ItemType": "MusicAlbum",
"RunTimeTicks": 24481692032,
"RunTime": "00:40:48",
"Year": 2021,
"Artist": "The Weather Station",
"Provider_musicbrainzalbum": "593712d2-621e-459e-a927-92e11c00c923",
"Provider_musicbrainzreleasegroup": "297db407-0049-42c3-8640-e05174f3b5b8"
E.g. for each track
"NotificationType": "ItemAdded",
"Timestamp": "2022-09-16T10:33:02.4675257-04:00",
"UtcTimestamp": "2022-09-16T14:33:02.4675464Z",
"Name": "Tried to Tell You",
"Overview": "",
"Tagline": "",
"ItemId": "27c843b37f08716f375a22b4cc616884",
"ItemType": "Audio",
"RunTimeTicks": 2186029824,
"RunTime": "00:03:38",
"Year": 2021,
"Album": "Ignorance",
"Artist": "The Weather Station",
"Provider_musicbrainzalbumartist": "eda7da10-0b65-41df-ac36-9c83b7017f7a",
"Provider_musicbrainzartist": "eda7da10-0b65-41df-ac36-9c83b7017f7a",
"Provider_musicbrainzalbum": "593712d2-621e-459e-a927-92e11c00c923",
"Provider_musicbrainzreleasegroup": "297db407-0049-42c3-8640-e05174f3b5b8",
"Provider_musicbrainztrack": "7bfc1e15-5ce1-412f-a05c-b3be6d41453c",
"Audio_0_Title": "FLAC - Stereo",
"Audio_0_Type": "Audio",
"Audio_0_Language": null,
"Audio_0_Codec": "flac",
"Audio_0_Channels": 2,
"Audio_0_Bitrate": 850056,
"Audio_0_SampleRate": 44100,
"Audio_0_Default": false
Thanks. Later i publish my template