Skip to content
New issue

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

Use TVDB instead of TMDB for TV Shows #555

Open
Gandalf-the-Blue opened this issue Jun 22, 2024 · 2 comments
Open

Use TVDB instead of TMDB for TV Shows #555

Gandalf-the-Blue opened this issue Jun 22, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Gandalf-the-Blue
Copy link

TVDB has a more detailed and larger database for TV shows than TMDB - and is also used by Jellyfin and Sonarr as a way to track releases and shows. It might be worthwhile to look into transitioning TV shows from TMDb to TVDB.

@IRHM
Copy link
Member

IRHM commented Jun 22, 2024

Hey @Gandalf-the-Blue,

I was always under the impression that tvdb was worse than tmdb, I still am, but I can understand that in some aspects it may be better.

When the time comes to look into the further, I'll have to see how we can make both tvdb and tmdb work nicely together.

Right now I'm thinking a user setting to swap out shows to use tvdb, then our local database can store tvdb and themoviedb show data side by side. This could add the weirdness of being able to add the same show to your list twice, once from tvdb and once from themoviedb, unless there's a reliable way to link them both to one watched item, I'll have to see (if they aren't linked, things like thoughts/ratings won't be shared/viewable by followers on the tmdb version of a show if the followed used tvdb).

We could also go the server setting route to force everyone to use tvdb, then things may be less likely to break (but then changing this later could break things).

Quite a few tasks to get to first, but I will come back to this.

Thanks for opening this issue! If you or anyone have any thoughts on how this could/should be implemented, feel free to share!

@IRHM IRHM added the enhancement New feature or request label Jun 22, 2024
@JamsRepos
Copy link

JamsRepos commented Jun 22, 2024

tvdb is definetely worse than tmdb, that's a fact. But the OP is right in the sense of the arr's use it, so it would cause less mismatches supporting it. I definetely don't think that swapping to it is a good idea but adding a support layer as you mentioned is a great addition.

In an ideal world, tvdb support would be removed from the arr's but this is very unlikely.

Jellyseerr/Overseerr do a great solution to this, if there is multiple results for one show/movie then it is up to the user to choose from the list of potential matches, then the tool would then remember that for the future. This could be a similar way to tackle it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Todo
Development

No branches or pull requests

3 participants