33603e1450
Previously I was using the InsidePlaylist and InsideSearchView boolean values which was a very hacky and unscalable way. Instead I am using a focus map which can be queried to check which view has focus. Also the Pages Implementation is kind of on hold because it has a lot of problems for e.g resizing doesn't seem to work as I imagined. I am keeping that Idea on hold right now. |
||
---|---|---|
cache | ||
client | ||
config | ||
docs | ||
extras | ||
render | ||
ui | ||
utils | ||
.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.
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
Documentation
The Documentation is hosted here