ajnart / homarr

Customizable browser's home page to interact with your homeserver's Docker containers (e.g. Sonarr/Radarr)
https://homarr.dev
MIT License
5.89k stars 272 forks source link

Sonarr integration with calendar: add UTC release time #532

Open myNicole98 opened 1 year ago

myNicole98 commented 1 year ago

Description

IMDb doesn't give us the exact release time of a show, but only the date. image

This could be fixed by changing the metadata supplier from IMDb to something more complete like TVDB or TMDB. An easier way is by just using Sonarr API: https://sonarr.tv/docs/api/#/Episode/get_api_v3_episode__id_

So that it could be implemented into something like this: image_2022-12-05_20-08-32a

Priority

Low (Nice-to-have)

ajnart commented 1 year ago

I don't think this will be done soon, but we might do it at some point. It could be really easy to implement code-wise tho.