jellyfin / jellyfin-plugin-anidb

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

Reimplement metadata for multi episode files #36

Open nalsai opened 2 years ago

nalsai commented 2 years ago

Adds support for files containing multiple episodes (like S01E147-148). Similar to how it was in AniDbEpisodeProvider.cs c0bd751.

Only the provider id of the first episode gets added, as the Jellyfin server only allows one id per provider string.