Skip to content

Commit

Permalink
Update readme and screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
fenimore committed Jul 16, 2017
1 parent 650a671 commit 2809a0c
Showing 1 changed file with 7 additions and 21 deletions.
28 changes: 7 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,13 @@ looks for a Music/ directory

### Controls (Hybrid Emacs and Vim)

- [x] `Ctrl-n`/`j` + `Ctrl-p`/`k` emacs style next line prev line navigating the album collection.
- [x] `Ctrl-c` `Esc` and `q` for quitting.
- [x] `Tab` and `Enter` for playing an album.
- [x] `p` pauses.
- [x] `Ctrl-f Ctrl-b`.
- [ ] `SPC`.
- `Ctrl-n`/`j` + `Ctrl-p`/`k` previous and next album.
- `Ctrl-b`/`h` + `Ctrl-f`/`l` forward and back song.
- `Ctrl-c` `Esc` and `q` to quit.
- `Tab` and `Enter` to play an album.
- `p` to pause.

### Audio playback
### UI todos

There are some functions missing from the `libvlc` c-go bindings which I need to add:

- [x] Next Song in list
- [x] Prev Song in list
- [x] Pause songs
- [x] Get Song Position and Title from Player

### UI

- [ ] Adjust the stretch of columns
- [ ] Scrollable view
- [x] Update the progress bar
- [x] Display song name in status bar
- [x] Display keybindings on help
- [ ] Finish keybindings
- [ ] theme options

0 comments on commit 2809a0c

Please sign in to comment.