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

Should episodes have their own image grabber. #67

Open ankenyr opened 4 years ago

ankenyr commented 4 years ago

Server: dc1be7672eba Version: 10.5.2 Operating System: Linux Architecture: X64

Plugin Version: 8.0.0.0

It looks like episode image retrieval is not available for the Anime plugins. https://imgur.com/a/HHQSGpP Is this intentional? If so why? If not I am happy to send a PR to fix this.

slch commented 4 years ago

What do you mean by per episode image? Could you provide an example? On my end screen grabber picks some (random?) screenshot. It's not ideal, but there is such an option.

ankenyr commented 4 years ago

So I may be mistaken. I was trying to fix some metadata issues for Japanese Animator Expo but it looks like Animedb either doesn't have episode images for this specific show or in general. I am not very familiar with Animedb yet. I did however expect it to given GetImageResponse in AniDbEpisodeProvider which made me expect to see AnimeDB as an option in "Episode Image Grabber"

It also looks like ExternalId is available for the Show itself,but not for individual episodes or the season. Is this to be expected? I find some of the episodes were misidentified and I would like to provide the ID to force it to identify as a specific episode.

Maybe I am using this wrong?