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

app soi

A command line music player for the pre-streaming era

2 releases

0.1.1 May 13, 2024
0.1.0 Oct 1, 2021

#54 in Multimedia

Download history 5/week @ 2024-03-27 8/week @ 2024-04-03 112/week @ 2024-05-08 27/week @ 2024-05-15 6/week @ 2024-05-22 2/week @ 2024-06-05 4/week @ 2024-06-12

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

~16MB
~359K SLoC