summaryrefslogtreecommitdiff
path: root/contrib/pianobar.1
AgeCommit message (Collapse)AuthorFilesLines
2018-10-15Expose audio buffer size settingLars-Dominik Braun1-0/+4
See issue #672.
2018-04-07Add network timeouts and retriesLars-Dominik Braun1-2/+6
All network operations can time out now. API requests are retried up to three times (default). Replaces setting max_player_errors with max_retries, which is used for player and API. Adds timeout setting. Partially reverts 436a1d4012553a2f33d0e3a5180b3b5ae0378bdd and fixes (at least) issue #657. Thanks to @exarkun for testing.
2017-10-02Show station in song listsLars-Dominik Braun1-0/+8
Iff song’s station is not the current station. This is only the case for the song history right now. Closes #638
2017-09-30Add tired rating to songLars-Dominik Braun1-3/+7
Now we can show a tired icon in the history. Closes #637.
2017-09-30Add (optional) song duration to song list format stringLars-Dominik Braun1-0/+3
Closes #636.
2017-03-17Sort manpage, remove non-existing tls_fingerprintLars-Dominik Braun1-21/+17
2017-03-14Added gain_mul setting to soften effect of replaygain.Sean Greenslade1-0/+6
2016-10-15Support binding to a specific network interfaceblmpl1-0/+11
Closes #597.
2015-09-25settings: Fix config file parserLars-Dominik Braun1-3/+1
scanf’s %s matches non-whitespace characters only and thus ‘# foo = bar’ is parsed as ‘foo’, ‘bar’ and not ‘# foo’, ‘bar’ (as expected). Thus comments did not work if they a) started with a valid key and b) had a space between hash-sign and key. Fixes issue #526.
2015-08-10Add feature to change Pandora settingsLars-Dominik Braun1-0/+4
Currently exposed settings: Username, password and explicit content filter. New key for settings is ‘!’, changeable with “act_settings”. Fixes issues #524 and #506.
2015-06-15Replace setting tls_fingerprint with ca_bundleLars-Dominik Braun1-0/+5
2014-05-30settings: Support ~/ expansionLars-Dominik Braun1-3/+2
Only the simple ~/ expansion is supported right now, since ~user expansion does not make sense for per-user config files anyway. Closes #431 and #430. On my way to this solution I tried libconfuse and json-based config files. I’m not convinced yet one of these is the solution though…
2013-07-07Add keyboard shortcut to reset volumeLars-Dominik Braun1-0/+4
Closes #377.
2013-05-13Permit multiple HTTP errors in a rowLars-Dominik Braun1-0/+4
1) Make sure that multiple bad playlists in a row don’t result in a temporary ban 2) Ignore songs skipped because the playlist timed out after pausing for too long
2013-03-27Add missing events to genre station selectionLars-Dominik Braun1-4/+5
Two new events: stationfetchgenre, stationaddgenre
2013-02-26Add play and pause commandsAdam Simpkins1-3/+11
Add commands that always play and always pause, in addition to the current toggle pause command. Closes #342.
2012-11-04New setting: Read RPC TLS portPierre Zurek1-0/+3
Useful for tuner-beta.savagebeast.com:8443. Closes #319.
2012-10-21New setting: Read password from external commandLars-Dominik Braun1-0/+6
Closes #314.
2012-09-07Fix manpage layoutLars-Dominik Braun1-0/+1
2012-07-06Add feature: Create new station from selected songLars-Dominik Braun1-0/+4
New keybinding ‘v’, new setting act_createstationfromsong.
2012-06-26Additional pause keybindingLars-Dominik Braun1-0/+1
Allowing multiple keys per command would be nice, but this works for now. See #228.
2012-06-09piano: Select quality instead of audio formatLars-Dominik Braun1-3/+2
Pandora limited the audio formats we can request explicitly. Don’t rely on this and use the formats available with the given partner credentials. Closes #271.
2012-05-07Configureable RPC hostLars-Dominik Braun1-0/+3
In case someone wants to use internal-tuner.pandora.com. See #243.
2012-05-04Partner user/pass setting documentationLars-Dominik Braun1-0/+15
Forgot that in commit 94c1eec169db66bb4ad9d633342aead3b0f35b9f
2012-05-04Lofi AAC supportLars-Dominik Braun1-1/+1
32kbit/s. Closes #233.
2012-05-04Revert "Add force_tls setting"Lars-Dominik Braun1-5/+0
This reverts commit 35763dea799c96361e288a10eab0fbd16c36e880. It does not work with the JSON API.
2012-04-14Add force_tls settingLars-Dominik Braun1-0/+5
Use TLS for all actions when requested. Closes #234
2012-03-17Auto-select last remaining item of filtered listLars-Dominik Braun1-0/+5
See #231.
2012-01-03Better description of config file formatLars-Dominik Braun1-2/+3
Thanks to ifreecarve@github, closes #199.
2012-01-02man does not like the real apostroph (’)Lars-Dominik Braun1-1/+1
2011-11-11waitress: Fingerprint checkLars-Dominik Braun1-3/+2
Reduces memory usage, protects against 0wned CA's and avoids ca-bundle confusion. Closes #175
2011-11-10Remove tls setting from manpageLars-Dominik Braun1-5/+0
Does not exist any more
2011-11-09Added TLS settingsLars-Dominik Braun1-0/+10
2011-09-03Add .TQ command definition to manpageLars-Dominik Braun1-0/+6
Closes #154
2011-08-29manpage: Config keys should be sortedLars-Dominik Braun1-18/+18
2011-08-29Customizeable list format (songs)Lars-Dominik Braun1-0/+16
Fixes #151
2011-08-23Configureable fifo pathLars-Dominik Braun1-2/+8
See #149.
2011-07-27Configureable %@ format stringLars-Dominik Braun1-1/+6
2011-07-25Added toggle to quickmix menuLars-Dominik Braun1-1/+2
Closes #141
2011-06-26Send metadata of song related to event to eventcmdLars-Dominik Braun1-2/+2
...instead of the current song. Closes #131.
2011-06-13DocumentationLars-Dominik Braun1-3/+3
2011-05-18Update documentationLars-Dominik Braun1-0/+53
Describe new config keys, add an example to contrib config file
2011-03-26Add note about filterable station list to manpageLars-Dominik Braun1-1/+2
2011-03-21Update manpageLars-Dominik Braun1-2/+7
2011-02-07Add eventcmd events for login/fetch stationsLars-Dominik Braun1-1/+2
See issue #83
2011-02-02Allow keyboard shortcuts to be disabledLars-Dominik Braun1-2/+7
Something like act_foobar = disabled disables the command foobar completely now. Useful if you don't use software volume control. See issue #78.
2010-12-27Change my email addressLars-Dominik Braun1-1/+1
Again. And hopefully the last time.
2010-12-27Software volume controlLars-Dominik Braun1-0/+12
2010-12-26Better directory layoutLars-Dominik Braun1-0/+227
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code).