Jellyfin Forum
Sending the name of the webhook artist - Printable Version

+- Jellyfin Forum (https://forum.jellyfin.org)
+-- Forum: Support (https://forum.jellyfin.org/f-support)
+--- Forum: General Questions (https://forum.jellyfin.org/f-general-questions)
+--- Thread: Sending the name of the webhook artist (/t-sending-the-name-of-the-webhook-artist)



Sending the name of the webhook artist - Druidblack - 2024-07-19

Good afternoon. I could NOT find information on whether the webhook plugin can send data about the artist when sending data about adding a music album or song. In the examples, I found information about which data is responsible for the album title, year, and links to musicbrainz. Tell me if the parameter responsible for the name of the artist?


RE: Sending the name of the webhook artist - crobibero - 2024-07-19

Looking at the code the first artist would be sent under “Artist”

https://github.com/jellyfin/jellyfin-plugin-webhook/blob/master/Jellyfin.Plugin.Webhook/Helpers/DataObjectHelpers.cs#L172