An open API service indexing awesome lists of open source software.

https://github.com/entonbiba/playlist-parser

JavaScript playlist parser for m3u, pls, smil and json files
https://github.com/entonbiba/playlist-parser

javascript json m3u mp3 parser playlist pls plugin smil wav

Last synced: 3 months ago
JSON representation

JavaScript playlist parser for m3u, pls, smil and json files

Awesome Lists containing this project

README

          

# playlist-parser
JavaScript playlist parser for m3u, pls, smil and json files

## How to use
**Include the playlistparser.js javascript file**

```
HTML

PUG
script(src="playlistparser.js")

Haml
%script{src: "playlistparser.js"}
```

**Call the playlist parser object**
- FILE = link to one of the supported file types
- TYPE = mime type or file extension of the supported file types
```
window.PlaylistParser(FILE,TYPE);
```

**Example**
```
window.PlaylistParser('','');
```

## Plugins
- wavesurfer.playlistparser.js - playlist plugin for the WaveSurfer.js library view sample