mirror of
https://github.com/issadarkthing/gomu.git
synced 2025-04-26 13:49:21 +08:00
Gomu (Go Music Player) 
Gomu is a Terminal User Interface TUI that plays your mp3 files in your local directory.
Features
- lightweight
- show audio files as tree
- vim keybindings
Installation
go get -u github.com/issadarkthing/gomu
TODO
- song fade
- delete song from queue
- bulk add songs to queue
- download music from youtube
- audio streaming
- music change notification
- volume change notification
- delete music from filesystem
- audio seeking
- loop
- total queue duration
- add support for .wav as well
Project Background
I just want to implement my own music player with a programming language im currently learning Go. Gomu might not be stable as it in constant development. For now, it can do basic music player can do like adding, deleting songs from queue, skip, play, pause but not seeking or more advanced stuff; feel free to contribute :)
Languages
Go
99.4%
Makefile
0.5%
Shell
0.1%