smol music player using the http.sh web framework
2025-04-23 23:36:06 +00:00
LICENSE add name 2025-04-07 22:51:50 +00:00
player.shs add player 2025-04-07 22:49:56 +00:00
README.md just use backticks 2025-04-23 23:36:06 +00:00

bashbangers

smol music player using the amazing http.sh web framework

Dependencies

  • Everything that http.sh needs
  • mpv

Run

Run the background mpv process with a socket that the web framework can talk to:

mpv --input-ipc-server=/tmp/mpv-socket --idle

Keyboard control

While to mpv process is running, it can be controlled using keyboard shortcuts, see here

Most important ones:

  • skip: ctrl + >
  • lower volume: 9
  • higher volume: 0