dart_jellyfin 0.0.2
dart_jellyfin: ^0.0.2 copied to clipboard
Dart client for Jellyfin. Supports authentication, library browsing, playlists, streaming, search and more. Targets macOS, Windows, Linux, iOS and Android.
0.0.1 25-05-2026 #
Added #
- Initial scaffold targeting Jellyfin
v10.11.9. - Authentication flows: AuthenticateByName and Quick Connect.
MediaBrowserAuthorizationheader builder with token + device fields.- Exception hierarchy with semantic error classification (
auth,notFound,serverError,parse,state,connection,timeout,badRequest,unknown). - Music endpoints: user views, items by type, playlists, image URLs, audio streaming (universal + direct + HLS), lyrics, playback reporting, search, favorites.
- Typed DTOs across the documented API surface, plus a
rawescape hatch on every model for fields not yet promoted.
