parsers/library library

Functions

getLibraryContents(JsonMap response, List renderer) JsonMap?
Parses contents from library.
parseAlbums(List<JsonMap> results) List
Parses albums from results.
parseArtists(List<JsonMap> results, {bool uploaded = false}) List
Parses artist from results.
parseLibraryAlbums(JsonMap response, RequestFuncType requestFunc, int? limit) Future<List>
Parses albums from library.
parseLibraryArtists(JsonMap response, RequestFuncType requestFunc, int? limit) Future<List>
Parses artists from library.
parseLibraryPodcasts(JsonMap response, RequestFuncType requestFunc, int? limit) Future<List>
Parses podcasts from library.
parseLibrarySongs(JsonMap response) JsonMap
Parses songs from library.
popSongsRandomMix(JsonMap? results) → void
Pops songs from random mix.