Stmp
subsonic terminal music player
Install / Use
/learn @wildeyedskies/StmpREADME
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
macOS path setup
Homebrew
On macOS, if you installed mpv with brew you'll need to set the following paths:
export C_INCLUDE_PATH=/opt/homebrew/include:$C_INCLUDE_PATH
export LIBRARY_PATH=/opt/homebrew/lib:$LIBRARY_PATH
MacPorts
Alternatively, if you installed mpv with MacPorts, set these paths:
export C_INCLUDE_PATH=/opt/local/include:$C_INCLUDE_PATH
export LIBRARY_PATH=/opt/local/lib:$LIBRARY_PATH
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 executable is placed.
Example configuration
[auth]
username = 'admin'
password = 'password'
plaintext = true # Use 'legacy' unsalted password auth. (default: false)
[server]
host = 'https://your-subsonic-host.tld'
scrobble = true # Use Subsonic scrobbling for last.fm/ListenBrainz (default: false)
Usage
- 1 - folder view
- 2 - queue view
- 3 - playlist view
- 4 - log (errors, etc) 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
- / - Search artists
- n - Continue search forward
- N - Continue search backwards
- r - refresh the list (if in artist directory, only refreshes that artist)
- s - add 50 random songs to the queue
- y - toggle star on song
Related Skills
node-connect
333.3kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
82.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
333.3kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
commit-push-pr
82.0kCommit, push, and open a PR
