Metadata provider: AniDB for anime series #9
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add an AniDB metadata provider (src/streamstack/metadata/providers/anidb.py) implementing BaseSeriesProvider. AniDB has a UDP API and an HTTP title dump. The HTTP title dump (https://anidb.net/api/anime-titles.xml.gz) can be downloaded periodically for offline search; individual anime details via UDP or the unofficial REST wrapper. Ref: Jellyfin community plugin at https://github.com/jellyfin/jellyfin-plugin-anidb