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

Fix episode metadata & improve series metadata #29

Closed nalsai closed 2 years ago

nalsai commented 2 years ago

Fixes the episode metadata by getting it using the season and episode number. #6 I added reading the summary from the episode xml, so that it can also be included in the metadata, and I added populating the ProductionYear for series metdata.

I also added AniDbReplaceGraves to a couple of places, where it was missing, and removing the * that is sometimes at the beginning of the series description (when it begins with "Based on").

nalsai commented 2 years ago

After looking at metadata from other plugins, I found out that newlines need to be <br> for Jellyfin metadata, so I fixed that.

nalsai commented 2 years ago

The show Zoku Owarimonogatari (13691) has links in the description with urls like this http://anidb.net/character/8962, instead of the usual https://anidb.net/ch8962. So I added support for that.

h1dden-da3m0n commented 2 years ago

@Nalsai just before I hit the merege here, the branch is good or you have any other changes that you want to get in?

nalsai commented 2 years ago

It's good now 👍️

h1dden-da3m0n commented 2 years ago

Thank you for your contribution :slightly_smiling_face: