fdd390a731
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. |
||
---|---|---|
cache | ||
client | ||
config | ||
docs | ||
extras | ||
notify | ||
render | ||
ui | ||
utils | ||
views | ||
.gitignore | ||
go.mod | ||
go.sum | ||
LICENSE | ||
main.go | ||
README.md | ||
sample_config.yml |
gomp
MPD client inspired by ncmpcpp with builtin cover-art view and LastFM integration.
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