Sascha Peilicke

Open Source, All Things Android, (Astro) Photography and Personal Opinion.

Menu

Skip to content
  • Home
  • Projects
    • ParticleFountain
    • Qtopia Filemanager
    • Qtopia on Siemens SX1
    • Yalla web server

pls

Android Playlist File Parser

June 7, 2017Sascha Peilicke Leave a comment

For an upcoming Android App project of mine I had to parse PLS (or just Playlist) files. I decided to make this a generic Android library ready for re-use. It's braindead simple to use: // ... Playlist playlist = PlaylistParser.parse(inputStream); for (Playlist.Track track : playlist.getTracks()) { track.getFile(); track.getTitle(); // ... } Based on an InputStream … Continue reading Android Playlist File Parser

Follow me on Twitter

My Tweets

Alpha+ Player

Alpha+ Player

Birthday Calendar

Birthday Calendar

Archives

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.com
Privacy & Cookies: This site uses cookies. By continuing to use this website, you agree to their use.
To find out more, including how to control cookies, see here: Cookie Policy