Go to file
2021-12-13 00:15:16 +05:30
cache Checking for the / at the back 2021-12-13 00:15:16 +05:30
config Added Check for / at the end in directory names 2021-12-13 00:13:16 +05:30
docs minor changes 2021-12-10 02:31:47 +05:30
.gitignore
App.go
client.go
fileBrowser.go
go.mod Using the fuzzy library 2021-11-28 23:33:25 +05:30
go.sum Using the fuzzy library 2021-11-28 23:33:25 +05:30
imageUtils.go if the image is not extracted copy the default image to the image path and return the path to the default image for checking the lastfm api 2021-12-09 02:29:53 +05:30
lastfm.go
LICENSE
main.go No Need to Load and Write Cache now. 2021-12-09 02:30:59 +05:30
notification.go
progressBar.go Fixes #12 2021-11-29 15:19:33 +05:30
README.md Better Documentation 2021-12-10 02:20:37 +05:30
render.go Checking for the / at the back 2021-12-13 00:15:16 +05:30
sample_config.yml Update sample_config 2021-12-09 09:38:59 +05:30
utils.go New Copy Function 2021-12-09 02:34:49 +05:30

goMP

MPD client inspired by ncmpcpp written in GO

https://user-images.githubusercontent.com/51816057/144759799-b9eecf9e-93ad-43a7-a076-0ae47f03d03c.mp4

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

Setting Up

Read how to setup goMP in the Setting-Up Guide here