Metadata provider: AniDB for anime series #9

Open
opened 2026-05-04 22:38:24 +10:00 by unkinben · 0 comments
Owner

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

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
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: unkin/streamstack#9