Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-07 | piano: Generic linked lists | Lars-Dominik Braun | 1 | -7/+35 | |
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-02 | piano: Check for libgcrypt errors | Lars-Dominik Braun | 1 | -1/+2 | |
Fixes mysterious segfaults from issue #369 and #293. | |||||
2013-06-08 | Fix build in FreeBSD | William Grzybowski | 1 | -0/+3 | |
2013-03-08 | piano: Add error message for code 1039 | Lars-Dominik Braun | 1 | -1/+1 | |
See #352. | |||||
2012-07-06 | Add feature: Create new station from selected song | Lars-Dominik Braun | 1 | -0/+9 | |
New keybinding ‘v’, new setting act_createstationfromsong. | |||||
2012-06-26 | piano: Remove move song | Lars-Dominik Braun | 1 | -8/+0 | |
Doesn’t work with JSON API. See #280. | |||||
2012-06-14 | piano: Remove unused struct | Lars-Dominik Braun | 1 | -5/+0 | |
2012-06-09 | piano: Select quality instead of audio format | Lars-Dominik Braun | 1 | -3/+9 | |
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-06-07 | piano: More error messages | Lars-Dominik Braun | 1 | -1/+1 | |
2012-05-23 | piano: Fix ambiguous error message/return value | Lars-Dominik Braun | 1 | -0/+2 | |
Closes #263. | |||||
2012-05-04 | Lofi AAC support | Lars-Dominik Braun | 1 | -1/+2 | |
32kbit/s. Closes #233. | |||||
2012-05-02 | Really delete seed suggestions | Lars-Dominik Braun | 1 | -8/+0 | |
There does not seem to be an API call for that. | |||||
2012-05-01 | Don’t hardcode passwords | Lars-Dominik Braun | 1 | -3/+11 | |
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/+1 | |
2012-05-01 | piano: Move to JSON API (v5) | Lars-Dominik Braun | 1 | -23/+56 | |
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-01-20 | piano: DAILY_SKIP_LIMIT_REACHED added | Lars-Dominik Braun | 1 | -0/+1 | |
See #214 | |||||
2012-01-13 | piano: New error EXCESSIVE_ACTIVITY | Lars-Dominik Braun | 1 | -0/+1 | |
See #208 | |||||
2012-01-10 | getFragment does not support TLS any more | Lars-Dominik Braun | 1 | -0/+3 | |
You can’t handle the load? Closes #202 | |||||
2011-11-09 | piano: Protocol version bump (v33) | Lars-Dominik Braun | 1 | -6/+3 | |
addFeedback call changed. Input keys changed. Thanks to ZigZagJoe. Closes #171 | |||||
2011-10-22 | Support seed stations | Lars-Dominik Braun | 1 | -0/+3 | |
Fixes #165 | |||||
2011-09-22 | piano: Protocol version bump (v32) | Lars-Dominik Braun | 1 | -1/+1 | |
Keys stay the same. Quickmix and seed suggestion API calls changed. Listener id is not part of the url any more. Bookmark API calls seem to be deprecated. | |||||
2011-04-04 | piano: Added songDetailUrl to PianoSong_t | Lars-Dominik Braun | 1 | -0/+1 | |
2011-03-21 | Update copyright years of touched files | Lars-Dominik Braun | 1 | -1/+1 | |
2011-03-21 | piano: New error REMOVING_TOO_MANY_SEEDS | Lars-Dominik Braun | 1 | -0/+1 | |
2011-03-21 | piano: Delete seed support | Lars-Dominik Braun | 1 | -0/+6 | |
2011-03-21 | piano: Delete feedback | Lars-Dominik Braun | 1 | -0/+1 | |
2011-03-21 | piano: Add getStation support | Lars-Dominik Braun | 1 | -0/+16 | |
Response contains artist/song seeds and feedback data. | |||||
2010-12-27 | Change my email address | Lars-Dominik Braun | 1 | -1/+1 | |
Again. And hopefully the last time. | |||||
2010-12-26 | Better directory layout | Lars-Dominik Braun | 1 | -0/+244 | |
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code). |