Go to file
Aditya Kurdunkar 0592272d97
Merge pull request #31 from aditya-K2/iss29
Added Functionality to Specify Different Type of Connections e.g a Unix Socket
2022-08-31 14:50:38 +05:30
cache
client
config Added Functionality to Specify Different Type of Connections e.g a Unix Socket 2022-08-31 11:28:02 +05:30
docs Added Functionality to Specify Different Type of Connections e.g a Unix Socket 2022-08-31 11:28:02 +05:30
extras Update README.md 2021-12-31 01:10:36 +05:30
render Minor Formatting Changes and better error handling 2022-03-16 02:48:53 +05:30
ui Minor Formatting Changes and better error handling 2022-03-16 02:48:53 +05:30
utils Minor Formatting Changes and better error handling 2022-03-16 02:48:53 +05:30
.gitignore
go.mod
go.sum
LICENSE
main.go Added Functionality to Specify Different Type of Connections e.g a Unix Socket 2022-08-31 11:28:02 +05:30
README.md Added Feedback Link 2022-07-29 15:04:05 +05:30
sample_config.yml Added Functionality to Specify Different Type of Connections e.g a Unix Socket 2022-08-31 11:28:02 +05:30

gomp

  

MPD client inspired by ncmpcpp with builtin cover-art view and LastFM integration.

screenshot

Table of Contents

Drop your Feedback or Questions about the Documentation Here

Roadmap

  • Add Functionality to Sort out most played songs
  • Add a config parser
  • Image Previews
  • User Key Mappings
  • Querying LastFM API for getting Album Art
  • Fuzzy Searching
  • Visual Mode (like vim) for updating playlists

Installing / Building

AUR Package

yay -S gomp-git

Manually

git clone https://github.com/aditya-K2/gomp &&
cd gomp &&
go build

Setting Up