soi

Crates.iosoi
lib.rssoi
version0.1.1
sourcesrc
created_at2021-10-01 16:26:36.331179
updated_at2024-05-13 11:30:43.085681
descriptionA command line music player for the pre-streaming era
homepage
repositoryhttps://github.com/teervo/soi/
max_upload_size
id459184
size483,601
teervo (teervo)

documentation

README

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
Commit count: 15

cargo fmt