#music-player #command-line #era #backend #gstreamer #audio #pre-streaming

app soi

A command line music player for the pre-streaming era

1 unstable release

0.1.0 Oct 1, 2021

#185 in Multimedia

Custom license

40KB
819 lines

soi

A command line music player for the pre-streaming era

Soi plays music on your hard drive and not much more.

Screenshot

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 song
  • j or down arrow: next song
  • h or left arrow: seek backwards
  • l or right arrow: seek forwards
  • space: pause/continue playback
  • m: mute/unmute
  • q: quit program

Dependencies

  • GStreamer >= 1.8

Installation

With cargo

$ cargo install soi

From git source

$ cargo install --git https://github.com/teervo/soi.git

Dependencies

~12MB
~257K SLoC