An mp3 player for Linux with a Web frontend. Written in Go. It can also be used as a simple Go library for playing mp3s. See the API documentation on godoc.
wwwmp3 contains a bit of C and C++ code for using existing libraries. To compile you'll need:
- libmpg123-dev
- libao-dev
- libasound-dev
- libid3-dev
$ cat /etc/systemd/system/wwwmp3.service
[Unit]
Description=Web-based mp3 player
[Service]
ExecStart=/home/jeffwilliams/src/go/bin/srv
User=jeffwilliams
WorkingDirectory=/home/jeffwilliams
[Install]
WantedBy=multi-user.target
Alias=wwwmp3.service