jellyfin / jellyfin-plugin-anidb

This plugin adds the metadata provider for aniDB to Jellyfin
GNU General Public License v2.0
34 stars 14 forks source link

Add AniDb Season ProviderId #41

Closed nalsai closed 1 year ago

nalsai commented 2 years ago

I updated getting metadata for seasons, however it currently doesn't make sense to do so because you can't get the SeasonProviderIds for episodes (there is no info.SeasonProviderIds) and therefore you can't get the correct episode metadata for season other than the main one, whose Id would also be in info.SeriesProviderIds. Therefore I commented it out and the only noticeable change this PR makes is adding the ProviderId for seasons.

Old behaviour:

New behaviour:

Shokofin adds the ProviderId for seasons, and has support for different seasons, I believe. For better interoperability with plugins like jellyfin-ani-sync this plugin should add the ProviderId for seasons too.

nalsai commented 1 year ago

I will make a new PR when it's ready.