0.0
No commit activity in last 3 years
No release in over 3 years
Wraps pianobar in a really simple web api
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

pianobartender

Wraps pianobar in a really simple web api

Installation

$ gem install pianobartender

Usage

Make sure you have pianobar installed.

Also, make sure you have the control fifo setup:

$ mkdir -p ~/.config/pianobar && mkfifo ~/.config/pianobar/ctl

Then run pianobar (and login):

$ pianobar

Finally, in another terminal, just run:

$ pianobartender

To control pianobar, just issue a command via GET:

$ curl http://localhost:9292/command/next

You can use any of the following commands:

  • love
  • ban
  • bookmark
  • history
  • info
  • next
  • pause
  • unpause
  • tired
  • upcoming
  • voldown
  • volup