aditya-K2 06da246c3a Using QueueUpdateDraw() instead of Draw()
The Draw() function still seems to slow down the App
Hence Using QueueUpdateDraw() this makes it a little faster

The Problem now is that the ProgressBar constantly makes request to mpd
which in turn causes the slow down.
2022-10-03 15:37:26 +05:30
2022-09-12 00:14:12 +05:30
2021-12-31 01:13:10 +05:30
2022-09-14 20:42:28 +05:30
2022-09-14 20:42:28 +05:30
2022-09-09 00:47:26 +05:30
2022-09-09 00:47:26 +05:30
2022-09-20 19:17:42 +05:30
2022-09-14 23:36:31 +05:30

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

Description
Languages
Go 98.7%
Shell 1.3%