The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Difference between revisions of "Package:Pianobar"
Line 9: | Line 9: | ||
###i## emerge pianobar | ###i## emerge pianobar | ||
</console> | </console> | ||
== Pianobar configuration == | |||
=== Easy login === | |||
After you have emerged Pianobar, you can run it with <code>pianobar</code>. If you dislike typing your username and password every time that you run pianobar, create the file <code>~/.config/pianobar/config</code> and add the following lines to it: | |||
{{file|name= ~/.config/pianobar/config|desc= |body= | |||
password = YOURPASSWORD | |||
user = user@email.com | |||
}} | |||
=== Easy login (with encryption) === | |||
If leaving a plaintext password for your Pandora account somewhere on your filesystem makes you nervous, you can use gpg to decrypt a file that contains your password. Change your configuration to reflect the one below if you would like to encrypt your password: | |||
{{file|name=~/.config/pianobar/config|desc= |body= | |||
password_command = gpg --decrypt ~/.passwords/pianobar | |||
user = user@email.com | |||
}} | |||
{{EbuildFooter}} | {{EbuildFooter}} |
Revision as of 14:59, August 4, 2014
Pianobar
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
To install Pianobar, emerge it:
root # emerge pianobar
Pianobar configuration
Easy login
After you have emerged Pianobar, you can run it with pianobar
. If you dislike typing your username and password every time that you run pianobar, create the file ~/.config/pianobar/config
and add the following lines to it:
~/.config/pianobar/config
password = YOURPASSWORD
user = user@email.com
Easy login (with encryption)
If leaving a plaintext password for your Pandora account somewhere on your filesystem makes you nervous, you can use gpg to decrypt a file that contains your password. Change your configuration to reflect the one below if you would like to encrypt your password:
~/.config/pianobar/config
password_command = gpg --decrypt ~/.passwords/pianobar
user = user@email.com