Information for #1 added to README
This commit is contained in:
parent
eb1fcda1af
commit
e7843cedf1
16
README.md
16
README.md
@ -11,7 +11,7 @@ https://user-images.githubusercontent.com/51816057/138585868-92aff5bd-dd7e-46af-
|
||||
- [ ] Add Functionality to Sort out most played songs
|
||||
- [ ] Add a config parser ( preferably ***YAML*** )
|
||||
- [x] Image Previews
|
||||
- The Image Previews are working but the placement is very hacky and needs some work
|
||||
- The Image Previews are working but the placement is very hacky and needs some work
|
||||
- [ ] Fuzzy Searching
|
||||
- [ ] Visual Mode (like vim) for updating playlists
|
||||
- [ ] Music Visualizer
|
||||
@ -23,15 +23,21 @@ https://user-images.githubusercontent.com/51816057/138585868-92aff5bd-dd7e-46af-
|
||||
- Set the Path to your mpd DATABASE in progressbar.go
|
||||
|
||||
```go
|
||||
var DBDIR string = "PATH TO YOUR MPD DATABASE HERE"
|
||||
var DBDIR string = "PATH TO YOUR MPD DATABASE HERE"
|
||||
```
|
||||
|
||||
- In imageUtils.go set the path for your default Image
|
||||
|
||||
```go
|
||||
var path string = "YOUR DEFAULT IMAGE PATH HERE"
|
||||
```
|
||||
|
||||
# Installing / Building
|
||||
|
||||
```bash
|
||||
git clone https://github.com/aditya-K2/goMP &&
|
||||
cd goMP &&
|
||||
go build
|
||||
git clone https://github.com/aditya-K2/goMP &&
|
||||
cd goMP &&
|
||||
go build
|
||||
```
|
||||
|
||||
## Most of the Key-bindings are same as ncmpcpp
|
||||
|
Loading…
Reference in New Issue
Block a user