aditya-K2 fdd390a731 Fixing Slow down of Playlists mentioned @ #20
As mentioned at https://github.com/aditya-K2/gomp/issues/20#issuecomment-1142443829

The Slow Down was caused due to constant calls to the MPD Server for
playlist info. Using Watcher to handle playlist event changes.

Also when In SearchView upon adding Artist/Album due to constant change
in playlists there was a slow down. Hence using CommandList for that.
2022-09-13 22:04:39 +05:30
2021-12-17 01:06:18 +05:30
2022-09-12 23:31:56 +05:30
2022-09-12 00:14:12 +05:30
2021-12-31 01:13:10 +05:30
2022-09-09 01:31:51 +05:30
2022-09-12 23:31:56 +05:30
2022-09-09 00:47:26 +05:30
2022-09-09 00:47:26 +05:30
2021-10-08 20:22:09 +05:30
2022-09-12 00:27:55 +05:30
2022-09-11 19:29:01 +05:30

gomp

Documentation | Chat

  

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%