Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-06-06 | Allow writing audio to a named pipe (fifo) instead of live device | Bruno Morais | 1 | -0/+5 | |
Fixes #684 | |||||
2019-06-06 | Add audio resampling | Bruno Morais | 1 | -0/+3 | |
Fixes #683 | |||||
2018-10-15 | Expose audio buffer size setting | Lars-Dominik Braun | 1 | -0/+3 | |
See issue #672. | |||||
2018-10-15 | Increase max_retries default value | Lars-Dominik Braun | 1 | -1/+2 | |
Back to default value before ff4f15214100d209f39e4ed85f47e572c8fe9289. It is used by the player as well and since 403’s are considered an “error” it must be larger than the number of files per playlist (4). See issue #672. | |||||
2018-04-07 | Add network timeouts and retries | Lars-Dominik Braun | 1 | -3/+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-09-30 | Add tired rating to song | Lars-Dominik Braun | 1 | -0/+5 | |
Now we can show a tired icon in the history. Closes #637. | |||||
2017-03-14 | Added gain_mul setting to soften effect of replaygain. | Sean Greenslade | 1 | -0/+3 | |
2016-10-29 | Replace getline() with fgets() | Lars-Dominik Braun | 1 | -6/+9 | |
Mac OS X 10.6 compatibility, fixes #572. | |||||
2016-10-15 | Support binding to a specific network interface | blmpl | 1 | -0/+3 | |
Closes #597. | |||||
2016-02-11 | Add default value for rpcTlsPort | Lars-Dominik Braun | 1 | -1/+1 | |
Passing NULL to printf and the result to curl may or may not work. YMMV. Fixes #574. | |||||
2015-09-25 | settings: Fix config file parser | Lars-Dominik Braun | 1 | -7/+60 | |
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-10 | Move feature test macros to config.h | Lars-Dominik Braun | 1 | -5/+1 | |
I removed most of the *BSD-related stuff, because I can’t test these. If this breaks your build, send me a patch please. | |||||
2015-08-04 | Add missing include | Lars-Dominik Braun | 1 | -0/+1 | |
2015-08-04 | Set ffmpeg proxy | Lars-Dominik Braun | 1 | -0/+5 | |
The proxy config setting did not set ffmpeg’s http proxy previously. See issue #531. | |||||
2015-06-15 | Replace setting tls_fingerprint with ca_bundle | Lars-Dominik Braun | 1 | -13/+3 | |
2014-11-22 | Expand ~ in event_command too | Lars-Dominik Braun | 1 | -1/+1 | |
2014-05-30 | settings: Support ~/ expansion | Lars-Dominik Braun | 1 | -29/+71 | |
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-05-13 | Permit multiple HTTP errors in a row | Lars-Dominik Braun | 1 | -0/+3 | |
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 | |||||
2012-11-30 | New default TLS fingerprint | Lars-Dominik Braun | 1 | -2/+2 | |
Welcome to the post-CA world. Fixes #324. | |||||
2012-11-04 | New setting: Read RPC TLS port | Pierre Zurek | 1 | -0/+5 | |
Useful for tuner-beta.savagebeast.com:8443. Closes #319. | |||||
2012-10-21 | New setting: Read password from external command | Lars-Dominik Braun | 1 | -0/+3 | |
Closes #314. | |||||
2012-09-24 | Fix fclose outside of file loop | sk1080 | 1 | -6/+7 | |
Closes #307. | |||||
2012-09-22 | Save station and volume to statefile | Lars-Dominik Braun | 1 | -138/+165 | |
… and restore both on startup. To disable run `ln -sv /dev/null ~/.config/pianobar/state`. Setting an invalid autostart_station in the config file prevents automatic station selection on startup. Closes #305. | |||||
2012-06-09 | Duplicate line fix for keybindings | Dylan Powers | 1 | -3/+0 | |
Closes #275. | |||||
2012-06-09 | piano: Select quality instead of audio format | Lars-Dominik Braun | 1 | -16/+8 | |
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-07 | Add default RPC host | Lars-Dominik Braun | 1 | -0/+3 | |
Fixes last commit. | |||||
2012-05-07 | Configureable RPC host | Lars-Dominik Braun | 1 | -0/+4 | |
In case someone wants to use internal-tuner.pandora.com. See #243. | |||||
2012-05-04 | Lofi AAC support | Lars-Dominik Braun | 1 | -0/+2 | |
32kbit/s. Closes #233. | |||||
2012-05-04 | Revert "Add force_tls setting" | Lars-Dominik Braun | 1 | -3/+0 | |
This reverts commit 35763dea799c96361e288a10eab0fbd16c36e880. It does not work with the JSON API. | |||||
2012-05-01 | Don’t hardcode passwords | Lars-Dominik Braun | 1 | -0/+28 | |
It’s a bad idea to hardcode these, although playback does not work with non-android login yet. | |||||
2012-05-01 | piano: Move to JSON API (v5) | Lars-Dominik Braun | 1 | -2/+2 | |
In random order: Thanks to Chris Eby for his work on pithos, to an anonymous coward for sending me his Android client, to Alex Howard for sending me the webOS client, to ZigZagJoe for providing a temporary fix and thanks to everyone who sent Pandora a message. Although there are a few rough edges here and there this fixes #236. | |||||
2012-04-14 | Add force_tls setting | Lars-Dominik Braun | 1 | -0/+3 | |
Use TLS for all actions when requested. Closes #234 | |||||
2012-03-17 | Auto-select last remaining item of filtered list | Lars-Dominik Braun | 1 | -0/+3 | |
See #231. | |||||
2011-11-11 | waitress: Fingerprint check | Lars-Dominik Braun | 1 | -5/+13 | |
Reduces memory usage, protects against 0wned CA's and avoids ca-bundle confusion. Closes #175 | |||||
2011-11-09 | TLS is not optional any more | Lars-Dominik Braun | 1 | -13/+0 | |
2011-11-09 | Added TLS settings | Lars-Dominik Braun | 1 | -0/+18 | |
2011-08-29 | Customizeable list format (songs) | Lars-Dominik Braun | 1 | -0/+5 | |
Fixes #151 | |||||
2011-08-23 | Configureable fifo path | Lars-Dominik Braun | 1 | -0/+6 | |
See #149. | |||||
2011-08-19 | Don’t remove whitespace from config values | Lars-Dominik Braun | 1 | -2/+3 | |
Closes #148 | |||||
2011-07-27 | Configureable %@ format string | Lars-Dominik Braun | 1 | -0/+5 | |
2011-07-14 | Defined _DARWIN_C_SOURCE | Lars-Dominik Braun | 1 | -0/+1 | |
Required to expose non-standard functions. Closes #138 | |||||
2011-07-11 | Disable feature test macros on FreeBSD | Eitan Adler | 1 | -0/+2 | |
Closes #136 | |||||
2011-05-18 | Configureable format strings | Lars-Dominik Braun | 1 | -2/+63 | |
Closes #88 | |||||
2011-02-26 | Rewrite input processing | Lars-Dominik Braun | 1 | -16/+9 | |
2011-02-02 | Allow keyboard shortcuts to be disabled | Lars-Dominik Braun | 1 | -2/+6 | |
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-27 | Change my email address | Lars-Dominik Braun | 1 | -1/+1 | |
Again. And hopefully the last time. | |||||
2010-12-27 | Use PATH_MAX from limits.h | Lars-Dominik Braun | 1 | -2/+3 | |
2010-12-27 | Software volume control | Lars-Dominik Braun | 1 | -2/+5 | |
2010-12-04 | Show default icons if config file is missing. | Lars-Dominik Braun | 1 | -8/+4 | |
Bug introduced by 2b31c97de6fa541719cd26f9a61053cfc0e71203. "(null)" was shown instead of "<3" and "</3". | |||||
2010-11-21 | Replaced strcmp with streq macro | Lars-Dominik Braun | 1 | -16/+18 | |