Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |