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

metadata for OP, ED, PV etc. #52

Open papaj-na-wrotkach opened 1 year ago

papaj-na-wrotkach commented 1 year ago

I'd really love to have support for specials like openings and endings. @Nalsai in #6 said

If you want any of these implemented or have another problem, make a new issue or message me, then we can work on it. Originally posted by @Nalsai in https://github.com/jellyfin/jellyfin-plugin-anidb/issues/6#issuecomment-1083036758

and so here's the issue.

It could also be good idea to support use of anidb episode prefixes:

Alternatively the prefixes could also be:

There could be more types of episodes, but I haven't come across any.

And of course padded episode numbers (EP1, EP01 or EP0001) should also be supported, but I guess it's already implemented.

nalsai commented 1 year ago

I agree that support for that would be nice. Currently, logic provided by the Jellyfin server is used so only normal episodes are supported and specials (they internally have the season 0).

A custom filename parser would need to be implemented to support AniDB episode prefixes. It should probably use the Jellyfin internal parser as a base so existing supported names don't accidentally get broken.

Meanwhile I'd recommend using Shoko instead of this plugin. It is extremely nice and easy to use once you have it set up (which is a little more work).