Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-17 | piano: Replace deprecated json_object_object_get | Lars-Dominik Braun | 1 | -74/+105 | |
# Conflicts: # src/libpiano/response.c | |||||
2015-12-05 | Move files around. | Michał Cichoń | 1 | -1/+1 | |
2015-08-25 | libpiano: Abstract out blowfish cipher to PianoCipher_t so different ↵ | Michał Cichoń | 1 | -2/+2 | |
implementations than gcrypt can be used. | |||||
2015-08-10 | Move feature test macros to config.h | Lars-Dominik Braun | 1 | -4/+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-10 | Add feature to change Pandora settings | Lars-Dominik Braun | 1 | -0/+12 | |
Currently exposed settings: Username, password and explicit content filter. New key for settings is ‘!’, changeable with “act_settings”. Fixes issues #524 and #506. | |||||
2014-06-21 | piano: Fix segfault in GET_STATION_INFO response parser | Lars-Dominik Braun | 1 | -1/+8 | |
Pandora added two new integer values to the feedback object, which breaks the assumption that all values are arrays. Since we know the names of the interesting keys (thumbsUp and thumbsDown) just use them instead of iterating over all available keys. Fixes #460. | |||||
2014-03-14 | piano: Request track length | Lars-Dominik Braun | 1 | -0/+2 | |
The returned length is used as first length estimate before enough audio data arrives to show the real length and for the eventcmd API. See #427 and #64. | |||||
2014-01-31 | Switch to clang for debugging build + fix issues | Lars-Dominik Braun | 1 | -15/+16 | |
2013-08-07 | piano: Generic linked lists | Lars-Dominik Braun | 1 | -133/+30 | |
Introduces generic linked list structure and functions (like append, delete, …). Removes a lot of copy&pasted code and improves code readability/reusability. Heads up: This change breaks libpiano’s ABI. | |||||
2013-07-28 | piano: Replace station with same id | Lars-Dominik Braun | 1 | -3/+19 | |
2012-06-26 | piano: Remove move song | Lars-Dominik Braun | 1 | -15/+0 | |
Doesn’t work with JSON API. See #280. | |||||
2012-06-09 | piano: Select quality instead of audio format | Lars-Dominik Braun | 1 | -2/+33 | |
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-23 | piano: Fix ambiguous error message/return value | Lars-Dominik Braun | 1 | -0/+11 | |
Closes #263. | |||||
2012-05-06 | piano: Fix insane strcpy | Lars-Dominik Braun | 1 | -11/+29 | |
2012-05-02 | piano: Bring back detailUrl and coverArt | Lars-Dominik Braun | 1 | -0/+2 | |
2012-05-02 | Really delete seed suggestions | Lars-Dominik Braun | 1 | -14/+0 | |
There does not seem to be an API call for that. | |||||
2012-05-02 | piano: Audio format support | Lars-Dominik Braun | 1 | -2/+3 | |
Ask Pandora for audio format requested by user. Closes #244. | |||||
2012-05-01 | Don’t hardcode passwords | Lars-Dominik Braun | 1 | -4/+5 | |
It’s a bad idea to hardcode these, although playback does not work with non-android login yet. | |||||
2012-05-01 | piano: Split piano.c into request.c and response.c | Lars-Dominik Braun | 1 | -0/+653 | |