playlists v0.4.0.0 Release Notes

Release Date: 2016-11-21 // over 7 years ago
    • Added the resolve function. If you have a playlist that contains references to remote playlists, this new function will recursively download and process playlists until it has a flat playlist with no further remote references.

      See the playlists-http package for an example of using the resolve function.

    • Added the parserForFormat function which directly exposes the attoparsec parser for each playlist type. This should make it easy to write space efficient functions that parse playlists.