Go to file
aditya-K2 fb2e2a831e Added Artist, Album fields to FileNode 2022-10-08 02:51:22 +05:30
cache RENAME : goMP -> gomp 2021-12-17 01:06:18 +05:30
client Added Artist, Album fields to FileNode 2022-10-08 02:51:22 +05:30
config Using utils.Print instead of fmt.Println 2022-10-04 01:51:16 +05:30
docs Update: docs 2022-09-12 00:14:12 +05:30
extras Update showcase.md 2021-12-31 01:13:10 +05:30
notify Removed some Connect Functions, some import cycles remain 2022-09-02 01:30:17 +05:30
render No need to use globals as a separate package to avoid import cycles 2022-09-02 01:25:33 +05:30
ui Using QueueUpdateDraw() instead of Draw() 2022-10-03 15:37:26 +05:30
utils Using utils.GetNetwork 2022-09-14 20:42:28 +05:30
views Added Artist, Album fields to FileNode 2022-10-08 02:51:22 +05:30
.gitignore Fixes: Nil Reference when Sending Notifications 2022-09-01 00:15:38 +05:30
LICENSE Initial commit 2021-10-08 20:22:09 +05:30
README.md Update: Readme 2022-09-20 19:17:42 +05:30
go.mod Using `fhs/gompd/v2` 2022-09-09 00:47:26 +05:30
go.sum Using `fhs/gompd/v2` 2022-09-09 00:47:26 +05:30
main.go Added Artist, Album fields to FileNode 2022-10-08 02:51:22 +05:30
sample_config.yml Update: sample_config.yml 2022-09-14 23:36:31 +05:30

README.md

gomp

Documentation | Discussion

  

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

Sep11(Sun)11:2026PM

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