We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IMDb doesn't give us the exact release time of a show, but only the date.
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:
Low (Nice-to-have)
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
I think this is implemented in the 1.0 of Homarr. It shows the air date of the show.
No branches or pull requests
Description
IMDb doesn't give us the exact release time of a show, but only the date.

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:

Priority
Low (Nice-to-have)
The text was updated successfully, but these errors were encountered: