mpd client in rust
This repository has been archived on 2026-01-13. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
krolxon 3f6b2bfefd Fix wrong songs playing when queue is not empty
if we are playing a song which is in the middle of somewhere in queue.
it will play the wrong song, since the index points to wrong song
2024-04-24 12:52:32 +05:30
src Fix wrong songs playing when queue is not empty 2024-04-24 12:52:32 +05:30
.gitignore get basic stuff working 2024-04-22 02:42:36 +05:30
Cargo.lock get basic tui working with Ratatui 2024-04-23 16:10:03 +05:30
Cargo.toml get basic tui working with Ratatui 2024-04-23 16:10:03 +05:30
README.md get basic stuff working 2024-04-22 02:42:36 +05:30

README.md

A MPD client in Rust