09297a4974
Previously During Searching the Connection with mpd client was utilised to get the title for the files this was slowing the search with large number of files. Now after adding the Title field to the struct the Field is accessed instead of querying the server this has lead to faster searches. [[ Please Note the Title of a Folder would be the last accessed track from the FileMap. ]] |
||
---|---|---|
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