Skip to content

AGOGOamalgamated/pls

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PLS

I'm probably the only person in the world that still wants to parse PLS files.

Usage

pls = require('pls');

tracks = pls.parse(SomePLSText);
console.log tracks[0].uri #=> "https://stream.mp3.com:8080"

About

Parse PLS files (Typically MP3 stream playlists)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CoffeeScript 100.0%