Skip to content

Dica-Developer/stmp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%