danyisill / stmp

subsonic terminal music player

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

STMP (subsonic terminal music player)

A terminal client for *sonic music servers. Inspired by ncmpcpp.

Features

  • browse by folder
  • queue songs and albums
  • volume control

Dependencies

  • libmpv-dev (build)
  • mpv

Go build dependencies

Compiling

stmp should compile normally with go build. Cgo is needed for linking the libmpv header.

Configuration

stmp looks for a config file called stmp.toml in either $HOME/.config/stmp or the directory in which the executible is placed.

Example configuration

[auth]
username = 'admin'
password = 'password'

[server]
host = 'https://your-subsonic-host.tld'
accept-invalid-ssl-cert = false

Usage

  • 1 - folder view
  • 2 - queue view
  • enter - play song (clears current queue)
  • d/delete - remove currently selected song from the queue
  • D - remove all songs from queue
  • a - add album or song to queue
  • p - play/pause
  • -/= volume down/volume up
  • r - add 20 random songs to the queue

About

subsonic terminal music player

License:GNU General Public License v3.0


Languages

Language:Go 100.0%