2 releases
0.1.1 | May 13, 2024 |
---|---|
0.1.0 | Oct 1, 2021 |
#88 in Multimedia
42KB
878 lines
soi
A command line music player for the pre-streaming era
Soi plays music on your hard drive and not much more.
Features
- Support for pretty much any file format you can throw at it, thanks to the GStreamer backend
- Gapless playback
- Doesn't spit out errors when encountering .log/.cue files etc.
Keyboard shortcuts
k
or up arrow: previous songj
or down arrow: next songh
or left arrow: seek backwardsl
or right arrow: seek forwards- space: pause/continue playback
m
: mute/unmuteq
: quit program?
: show these shortcuts
Dependencies
- GStreamer >= 1.8
Installation
With cargo
$ cargo install soi
From git source
$ cargo install --git https://github.com/teervo/soi.git
Dependencies
~17MB
~377K SLoC