zoriya / Kyoo

A portable and vast media library solution.
https://kyoo.zoriya.dev
GNU General Public License v3.0
1.32k stars 29 forks source link

Basic tvdb provider #494

Closed zoriya closed 1 month ago

zoriya commented 1 month ago

This implements a basic TVDB provider for #466 This provider does not implement movies since the anime list uses TMDB for movies so it won't be needed.

Still has lots of bugs, need iterations.

(based on #493)

zoriya commented 1 month ago

Note: TVDB does not return placeholder season/episode titles (like Season 2 or Episode 2), we should add fallback like this in the front.

Right now, not having season title is not handled in the front and the component stays in loading state.

This should be fixed in a follow up PR.