termusic
termusic copied to clipboard
Music Player TUI written in Rust
Hello! After going through the installation instructions and installing lots of packages, I was able to compile an `exe` for Windows. Although when trying to run it, the program panics....
Hi, thanks for your work : termusic a great CLI tool to play my MP3 songs on Linux. When a track from a playlist was played, it is removed from...
Instead it adds them to the list as 0-duration songs and gets stuck I thought it wasn't working for a while, as all the music I've downloaded I've stored in...
This PR basically adds symphonia feature `mkv` and updates all surrounding code to support it, and some refactors which annoyed me along the way (like changing `eprintln` to `error`), in...
You need to disable lto at PKGBUILD to compile properly the program, if not an error will occur. Please add '!lto' into options array
This PR will look quite big, but is actually just some small changes, but with indentation / relocation changes, in more detail: - fix mpv clippy & deprecation warnings -...
~~This PR requires / is build on #193; do not merge this current PR first!~~ This PR updates dependency `souvlaki` (generic mpris), but i still wanna wait for some feedback...
This PR is based on #205, do not merge this current PR first This PR buffers all source files using a 4MiB `BufReader` re #191 also see https://github.com/pdeljanov/Symphonia/discussions/260 WIP: because...
This PR simplifies some things in the `server::music_player_service` module
This PR refactors everything so that the backends can be compiled-in at the same time (making catching compile errors and testing a lot easier) and allow selection (cli argument) at...