#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

#54 in Multimedia

Download history 4/week @ 2024-02-22 7/week @ 2024-03-28 6/week @ 2024-04-04 114/week @ 2024-05-09

114 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
~373K SLoC