Age | Commit message (Collapse) | Author | Files | Lines |
|
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.
|
|
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.
|
|
|
|
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.
|
|
|
|
Doesn’t work with JSON API. See #280.
|
|
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.
|
|
Closes #263.
|
|
|
|
|
|
There does not seem to be an API call for that.
|
|
Ask Pandora for audio format requested by user. Closes #244.
|
|
It’s a bad idea to hardcode these, although playback does not work with
non-android login yet.
|
|
|