Skip to content

fbongcam/M3U-Parser

Repository files navigation

Usage

File file = new File(path_to_file)

M3UParser m3uParser = new M3UParser();
m3uParser.parse(file);

M3U m3u = m3uParser.getM3u();

The M3U object contains all data.

About

Parser for M3U and extended M3U files in Java

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages