3 hours ago
Hi,
I've written my own Metadata Provider to read Anime Metadata.
As most anime databases handle season as their own series, I've written a season provider that hardcodes the the season index for every series and the parent index of all subsequent episodes to 1.
(Just to keep things simple)
However this creates some strange issues.
On specific animes it suddenly creates a season 2 even though I've only set my own plugin as the season provider.
[18:46:39] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 0 in series ...
[18:46:39] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Specials, Path: , Id: ff556c14-b62d-32cf-49e6-1eefcf5ba06b
[18:46:39] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season 2 entry for ...
[18:46:39] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 1 in series ...
[18:46:39] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season 2, Path: , Id: ff556c14-b62d-32cf-49e6-1eefcf5ba06b
[18:46:39] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season 2 entry for ...
The resulting entry in the UI shows a season without episodes. And also the episode it shows to be started can't be started.
I'm using Jellyfin 10.10.7
And here is my Plugin
https://github.com/Wyrmaster/Jellyfin.Pl...a338b42b02
Hope someone can tell me what I'm doing wrong
Kind Regards
I've written my own Metadata Provider to read Anime Metadata.
As most anime databases handle season as their own series, I've written a season provider that hardcodes the the season index for every series and the parent index of all subsequent episodes to 1.
(Just to keep things simple)
However this creates some strange issues.
On specific animes it suddenly creates a season 2 even though I've only set my own plugin as the season provider.
[18:46:39] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 0 in series ...
[18:46:39] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Specials, Path: , Id: ff556c14-b62d-32cf-49e6-1eefcf5ba06b
[18:46:39] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season 2 entry for ...
[18:46:39] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Removing virtual season 1 in series ...
[18:46:39] [INF] [24] Emby.Server.Implementations.Library.LibraryManager: Removing item, Type: Season, Name: Season 2, Path: , Id: ff556c14-b62d-32cf-49e6-1eefcf5ba06b
[18:46:39] [INF] [24] MediaBrowser.Providers.TV.SeriesMetadataService: Creating Season Season 2 entry for ...
The resulting entry in the UI shows a season without episodes. And also the episode it shows to be started can't be started.
I'm using Jellyfin 10.10.7
And here is my Plugin
https://github.com/Wyrmaster/Jellyfin.Pl...a338b42b02
Hope someone can tell me what I'm doing wrong
Kind Regards
