Thread
:
Your Favorite Apps/Mods NOT In Repositories
View Single Post
vandys
2013-02-19 , 00:43
Posts: 78 | Thanked: 109 times | Joined on Jan 2012 @ Washington State
#
50
Originally Posted by
Addison
So I enter that command before starting pybar?
Well, step one is to find out if pianobar gets upset because its standard output is not a TTY. So change "llib pianobar" to be "llib pianobar | grep -v "|>" and see if it still runs OK.
If it doesn't, then probably it would be better to modify pianobar to do the initial setup itself. Yes, that means modifying the app, but this sounds like a reasonable enhancement (setting initial volume).
FWIW, it might be easier to grep -v the cruft after you grab the song list. Then it won't interfere with the app's TTY access, and you don't have to hack C code either. :->
Andy
Quote & Reply
|
The Following User Says Thank You to vandys For This Useful Post:
Addison
vandys
View Public Profile
Send a private message to vandys
Visit vandys's homepage!
Find all posts by vandys