Go to file
Aditya Kurdunkar bd1cef99ae
Update showcase.md
2021-12-31 01:13:10 +05:30
cache RENAME : goMP -> gomp 2021-12-17 01:06:18 +05:30
client chore: Added More Informative Comments 2021-12-24 15:46:42 +05:30
config minor changes 2021-12-19 01:43:22 +05:30
docs Update index.md 2021-12-31 01:05:24 +05:30
extras Update showcase.md 2021-12-31 01:13:10 +05:30
render chore: Added More Informative Comments 2021-12-24 15:46:42 +05:30
ui chore: minor changes 2021-12-24 21:15:17 +05:30
utils moving lastfm.go render.go imageUtils.go to the new render package 2021-12-22 21:19:37 +05:30
.gitignore minor changes 2021-12-19 01:43:22 +05:30
LICENSE Initial commit 2021-10-08 20:22:09 +05:30
README.md Update index.md 2021-12-31 01:05:24 +05:30
go.mod RENAME : goMP -> gomp 2021-12-17 01:06:18 +05:30
go.sum Using the fuzzy library 2021-11-28 23:33:25 +05:30
main.go chore: Added More Informative Comments 2021-12-24 15:46:42 +05:30
sample_config.yml minor changes 2021-12-19 01:43:22 +05:30

README.md

gomp

  

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

screenshot

Table of Contents

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