Nixes / GoMediaServer

Simple web app created to learn golang
3 stars 0 forks source link

What playlist format to use for music streaming interface? #2

Closed Nixes closed 8 years ago

Nixes commented 8 years ago

Currently thinking PLS format: https://en.wikipedia.org/wiki/PLS_(file_format)

Pretty simple, supports relative paths.

Design:

Nixes commented 8 years ago

If using pls, might be able to reuse ini file parsing / writing lib to do most of the hard work, as pls is glorified ini.

Nixes commented 8 years ago

Just use PLS.