entonbiba / playlist-parser

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

playlist-parser

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

How to use

Include the playlistparser.js javascript file

HTML
<script src="playlistparser.js"></script>

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

About

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


Languages

Language:JavaScript 100.0%