Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2010-11-21 | Show custom rating icon in upcoming/history song list | Lars-Dominik Braun | 1 | -0/+14 | |
Closes issue #54 | |||||
2010-07-30 | Use static const for large read-only arrays | Lars-Dominik Braun | 1 | -3/+3 | |
2010-07-30 | Feature: Custom station sorting | Lars-Dominik Braun | 1 | -1/+17 | |
Sort stations by name and/or isquickmix. | |||||
2010-05-09 | HTTP proxy support | Lars-Dominik Braun | 1 | -0/+11 | |
control_proxy pipes xmlrpc data through the proxy, this one is for the music too. | |||||
2010-03-06 | wardrobe: Removed internal last.fm scrobbling library | Lars-Dominik Braun | 1 | -20/+0 | |
2010-02-14 | New feature: Bookmark song/artist (keybinding 'b') | Lars-Dominik Braun | 1 | -2/+4 | |
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2010-01-18 | Shortcut refactoring | Lars-Dominik Braun | 1 | -110/+15 | |
2010-01-11 | Don't use feof in while loop | Lars-Dominik Braun | 1 | -4/+5 | |
2009-12-15 | New history feature | Lars-Dominik Braun | 1 | -0/+6 | |
Default key is 'h', playlists are no longer part of PianoHandle_t now (=> libpiano's api changed) | |||||
2009-09-08 | C99 conformance | Lars-Dominik Braun | 1 | -0/+2 | |
2009-08-04 | Use "static" keyword for functions | Lars-Dominik Braun | 1 | -1/+1 | |
2009-07-08 | Initial pandora one support (higher mp3 bitrates) | Lars-Dominik Braun | 1 | -0/+2 | |
Time display should be fixed. I need feedback! | |||||
2009-05-03 | Switch to libwaitress | Lars-Dominik Braun | 1 | -19/+0 | |
2009-04-07 | Initial eventcmd work | Lars-Dominik Braun | 1 | -0/+3 | |
More useful events should be added... | |||||
2009-03-04 | Ui improvements | Lars-Dominik Braun | 1 | -1/+3 | |
printf wrapper introduced, hopefully cleaned up ui | |||||
2009-03-01 | Even more documentation | Lars-Dominik Braun | 1 | -0/+11 | |
...and small cleanups. | |||||
2009-02-16 | Autostart station setting added | Lars-Dominik Braun | 1 | -0/+3 | |
You may define a station that is played when starting pianobar now. | |||||
2009-02-12 | Shared stations can be added | Lars-Dominik Braun | 1 | -0/+2 | |
2009-02-01 | mp3 playback support | Lars-Dominik Braun | 1 | -0/+15 | |
Now libfaad and/or libmad are used for playback. There's currently no remaining time displayed for mp3 playback. | |||||
2009-01-20 | It's 2009 now | Lars-Dominik Braun | 1 | -1/+2 | |
Update copyright notices, add my email address, but don't change libwardrobe (I'm not maintaining it anymore) | |||||
2009-01-10 | Fix keyboard shortcuts if config file is missing | Lars-Dominik Braun | 1 | -5/+10 | |
2008-08-19 | Fix missing initializing in BarSettingsDestroy which caused segfault | Lars-Dominik Braun | 1 | -3/+7 | |
Thereby avoid freeing a NULL pointer |