Skip to content

Commit

Permalink
Merge branch 'main' of github.com:kamiyaa/dizi
Browse files Browse the repository at this point in the history
  • Loading branch information
kamiyaa committed Sep 11, 2022
2 parents 184c5be + ade449d commit 693a36b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ Please create an issue :)

### Server-side
- [x] play/pause support
- [ ] get audio duration (requires [rodio](https://github.com/RustAudio/rodio) and [symphonia](https://github.com/pdeljanov/Symphonia) to work together on this)
- [x] get audio duration (requires [rodio](https://github.com/RustAudio/rodio) and [symphonia](https://github.com/pdeljanov/Symphonia) to work together on this)
- [x] volume support
- [ ] fast forward/rewind
- [x] fast forward/rewind
- [x] directory playing
- [x] shuffle
- [x] repeat
Expand All @@ -90,15 +90,15 @@ Please create an issue :)
- [x] save on exit
- [x] show music progress
- [x] configurable audio system
- [x] ALSA support
- [x] JACK support (current default)
- [x] ALSA support (current default)
- [x] JACK support
- [ ] Pulseaudio support (issue https://github.com/RustAudio/cpal/issues/259)
- [ ] Pipewire support (issue https://github.com/RustAudio/cpal/issues/554)
- [x] querying
- [x] file name
- [x] file path
- [ ] song name (blocked on metadata)
- [ ] playlist index and length
- [x] show audio metadata (title, artists, genre, album, etc)
- [x] playlist index and length
- [x] on song change hook

### Client-side
Expand Down

0 comments on commit 693a36b

Please sign in to comment.