Skip to content

blmpl/pianobar_web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pianobar_web

Web client for pianobar cli

Just copy a web folder to your nginx/apache/... www directory, update ~/.config/pianobar/config to:

fifo = /tmp/pianobar_ctl
event_command = {path_to_this_dir}/pl/pianobar_status.pl

run:

mkfifo /tmp/pianobar_ctl
chmod 666 /tmp/pianobar_ctl

or replace last command with something more reasonable like

chown your_login:www-data /tmp/pianobar_ctl
chmod 660 /tmp/pianobar_ctl

and start pianobar on console ;)

About

Web client for pianobar cli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published