readme changes

This commit is contained in:
krolxon 2024-04-27 13:47:56 +05:30
parent ad2e99ce76
commit 828c0a50dc
1 changed files with 3 additions and 1 deletions

View File

@ -20,6 +20,7 @@ A MPD client in Rust
- `3` to go to playlists view - `3` to go to playlists view
- `Enter` to add song/playlist to current playlist - `Enter` to add song/playlist to current playlist
- `a` to append the song to current playing queue - `a` to append the song to current playing queue
- `BackSpace` to delete the highlighted song from queue
- `f` to go forwards - `f` to go forwards
- `b` to go backwards - `b` to go backwards
- `>` to play next song from queue - `>` to play next song from queue
@ -32,7 +33,8 @@ A MPD client in Rust
### TODO ### TODO
- [x] fix performance issues - [x] fix performance issues
- [ ] improvements on queue control - [ ] improvements on queue control
- [ ] add to playlists, playlists view - [x] add to playlists
- [ ] view playlist
- [x] search for songs - [x] search for songs
- [ ] metadata based tree view - [ ] metadata based tree view
- [x] Humantime format - [x] Humantime format