/goPlayer

A terminal-based music player

Primary LanguageGoOtherNOASSERTION

GoPlayer

A terminal based audio player

screenshot

Features

  • Supports mp3, flac, wav formats
  • Displays metadata
  • Volume controls
  • Ability to rewind and fast-forward audio

Installation

git clone https://github.com/gewalker/goPlayer.git
cd goPlayer
go install

This will install goPlayer to $GOPATH/bin folder. I realize this build method is crap. It's all going to be refactored -- Gary

Usage

To open all audio files in folder:

goPlayer /path/to/folder/

To open one specific file:

goPlayer /path/to/file.mp3

If used without path parameter, goPlayer will assume default music folder: ~/Music/

Used libraries

License

MIT