pianobar
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
pianobar [2016/07/13 17:17] – k2patel | pianobar [2020/08/10 02:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== PianoBAR ====== | ||
+ | |||
+ | Command line client for pandora. | ||
+ | |||
+ | [[ https:// | ||
+ | |||
+ | |||
+ | [[ https:// | ||
+ | |||
+ | Requirement Specification : | ||
+ | |||
+ | <code text> | ||
+ | libmad-devel | ||
+ | libfaad2-devel | ||
+ | gmake | ||
+ | libao | ||
+ | git | ||
+ | </ | ||
+ | |||
+ | You can find devel rpm @ rpmfusion | ||
+ | |||
+ | To install simply run | ||
+ | |||
+ | <code bash> | ||
+ | git clone git:// | ||
+ | cd pianobar | ||
+ | gmake clean && gmake install | ||
+ | </ | ||
+ | |||
+ | NOTE : you can disabled specific audio library, then how you are going to play your stream ? **so don't do it** | ||
+ | |||
+ | To automate login and station play you can setup your .config file.\\ | ||
+ | Please check the following sample config available. | ||
+ | |||
+ | <code bash | ~/ | ||
+ | # This is an example configuration file for pianobar. You may remove the # from | ||
+ | # lines you need and copy/move this file to ~/ | ||
+ | # See manpage for a description of the config keys | ||
+ | # | ||
+ | # User | ||
+ | #user = your@user.name | ||
+ | #password = password | ||
+ | |||
+ | # Proxy (for those who are not living in the USA) | ||
+ | # | ||
+ | |||
+ | # Keybindings | ||
+ | #act_help = ? | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | #act_quit = q | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | #act_volup = ) | ||
+ | |||
+ | # Misc | ||
+ | # mp3, mp3-hifi or aacplus | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | #fifo = / | ||
+ | #sort = quickmix_10_name_az | ||
+ | #love_icon = [+] | ||
+ | #ban_icon = [-] | ||
+ | #volume = 0 | ||
+ | |||
+ | # Format strings | ||
+ | # | ||
+ | # | ||
+ | # | ||
+ | </ | ||
+ | |||