Categorygithub.com/mlctrez/goapp-audioplayer
module
0.12.5
Repository: https://github.com/mlctrez/goapp-audioplayer.git
Documentation: pkg.go.dev

# README

goapp-audioplayer

Like music.YouTube.com but self-hosted.

Interface is similar but lacks the search / playlist functionality.

setup

  • Rip your CDs using whipper into ~/Music
    • The app expects musicbrainz tags, which are automatically added by whipper.
  • Execute go run music/index/index.go to index music into the bbolt database.
    • Flac file tag metadata / size / path / duration is stored in the database.
    • Album cover art is inserted into the database from coverartarchive
  • Run the go-app application with make run

screenshots

Album list

album list

Album detail - add whole album or just single tracks

album details

Queue and audio play / pause / seek controls

queue

Go Report Card

created by tigwen

# Packages

No description provided by the author
Package model is auto generated from model/spec.json - DO NOT EDIT.
No description provided by the author