#music-player #music #player #command-line #audio #back-end #cli

app soi

A command line music player for the pre-streaming era

2 releases

new 0.1.1 May 13, 2024
0.1.0 Oct 1, 2021

#55 in Multimedia

Download history 3/week @ 2024-02-20 1/week @ 2024-02-27 1/week @ 2024-03-26 12/week @ 2024-04-02

91 downloads per month

Custom license

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.

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
  • ?: 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
~372K SLoC