desileR

Results 71 comments of desileR

> > Do you mean your own rating or the CommunityRating? > > CommunityRating I added it and requested a merge: https://github.com/jellyfin/jellyfin-plugin-webhook/pull/196

+1, would love to see this. I would also like to see a Quality variable. ![image](https://user-images.githubusercontent.com/39315068/203020638-ed3101aa-f3e5-480b-bb2f-5f3f80cdd2a2.png) As you can see im missing quite a few things compared to Plex.

SeasonId has been added in https://github.com/jellyfin/jellyfin-plugin-webhook/commit/47aa78b057bc1ea9f3c4ee6dc5178c8f9b9444ce. I'll try to do the other ones too.

FYI: `SeriesId`, `AirTime`, `EpisodePremiereDate`, `SeriesPremiereDate` and `Genres` have also been added! Will make sure movies work too with `PremiereDate`.

What would the content header be? ![image](https://github.com/jellyfin/jellyfin-plugin-webhook/assets/39315068/1b6cb123-478e-4cbb-8a52-fbf99c757742) This isn't working for me.

> > What would the content header be? > > ![image](https://user-images.githubusercontent.com/39315068/270173585-1b6cb123-478e-4cbb-8a52-fbf99c757742.png) > > This isn't working for me. > > You have the fields swapped It's still not working for...

Hmm, I can't replicate this. Output for me is for example: ``` "SeasonNumber": 5, "SeasonNumber00": "05", "SeasonNumber000": "005", "EpisodeNumber": 2, "EpisodeNumber00": "02", "EpisodeNumber000": "002", ``` Would love to fix it,...

I didn't know it worked like that. I thought it already mapped the right NPC / activity. I don't really know how the other plugin does it? Maybe you could...

> Which plugin is this @zeroquinc ? https://github.com/BossHuso/discord-rare-drop-notificater

+1, I currently use the Trakt API to search for the episode guids, but since it's already included in Tautulli's metadata, it would be nice to have an option for...