jellyfin-archive / jellyfin-plugin-anime

Anime Metadata Provider for Jellyfin
https://jellyfin.org
GNU General Public License v2.0
57 stars 24 forks source link

No genres getting created #20

Open Matt07211 opened 5 years ago

Matt07211 commented 5 years ago

Outside the Anime genre, no genres are getting created for series upon import.

StillLoading commented 5 years ago

I have some genres, but only on shows that have not been recognised by anidb. I've only looked at the AniDB Provider and did some digging. From what I can tell the XML parser looks for category elements and converts them to genres. Looking at the HTTP API documentation from AniDB it seems they've updated the XML schema which now only has tag elements. This is however not implemented as you can see here:

https://github.com/jellyfin/jellyfin-plugin-anime/blob/bfdf0ef63f48c8a2aecd5ac2b3e64ea02ca0aca9/Jellyfin.Plugin.Anime/Providers/AniDB/Metadata/AniDbSeriesProvider.cs#L244-L247

So at least AniDB is not returning any genres atm.