hasezoey
hasezoey
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...
This PR adds some more commands to be supported from `souvlaki`(`mpris.rs`): - `Seek(direction)`: seek a undetermined amount in a direction (only used in windows, according to source-code), making use of...
This PR expands on a297816754ab4672752f3d67a484bdc61bf32674 (part of #154), which refactors channels for `PlayerCmd`, which includes: - making a alias for the type, so it is easily used and referenced across...
This PR adds a symbol to the currently playing track in the playlist:  This PR builds on the original commit of 5b2b5cf24d6c6ba9d4ce6e6d5e9ed7e61aef51d8 (part of #154), but enhances it so...
When having 2(or more) songs in the playlist and the first song is playing, but is fast-forwarded to the end, the server starts to play the next song, but the...
In 4/5 runs of a title, the `rust_backend` has a `ALSA: underrun detected` (which is audible as stops), this may be because of my "slow" disk i have my music...
I just noticed that when you have 3 entries in the playlist, have the first playing and delete the playing one, then the next song select (either via natural song...
Currently when i accidentally press "Backspace" again while i am in the music directory, it will try to search a way wider directory area and the process cannot be stopped...