Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-05-03 | piano: Switch to libwaitress | Lars-Dominik Braun | 1 | -124/+108 | |
2009-04-08 | Protocol version bump | Lars-Dominik Braun | 1 | -1/+1 | |
Blowfish key stays the same (thanks again, pandora), no incompatible protocol changes found | |||||
2009-03-04 | piano: Protocol version bump | Lars-Dominik Braun | 1 | -3/+2 | |
Unknown argument in getFragment removed. Blowfish key is the same. Thank you pandora :) | |||||
2009-01-31 | Switch build system to cmake | Lars-Dominik Braun | 1 | -3/+3 | |
lib{piano,wardrobe} are now static libraries and not installed any more. | |||||
2009-01-27 | piano: New error STATION_NONEXISTENT | Lars-Dominik Braun | 1 | -0/+6 | |
2009-01-27 | piano: mp3 support | Lars-Dominik Braun | 1 | -5/+29 | |
Breaks api | |||||
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-18 | piano: Safe routeid generation | Lars-Dominik Braun | 1 | -5/+4 | |
Use modulo instead of >> (shift right) to get seven digits. | |||||
2009-01-10 | piano: Documentation... | Lars-Dominik Braun | 1 | -0/+5 | |
2009-01-06 | piano: Detect pandora's ip restriction error messages | Lars-Dominik Braun | 1 | -0/+4 | |
2008-12-13 | piano: New error STATION_CODE_INVALID | Lars-Dominik Braun | 1 | -0/+4 | |
2008-10-05 | piano: New error READONLY_MODE | Lars-Dominik Braun | 1 | -0/+4 | |
2008-08-28 | piano: Don't read freed memory | Lars-Dominik Braun | 1 | -0/+1 | |
2008-08-22 | piano: Remove that nifty warning -- for now | Lars-Dominik Braun | 1 | -0/+2 | |
2008-08-20 | piano: New error INCOMPATIBLE_VERSION | Lars-Dominik Braun | 1 | -0/+4 | |
Raised when pandora bumps their protocol url/version | |||||
2008-08-20 | piano: Protocol version bump, encryption key changed | Lars-Dominik Braun | 1 | -1/+4 | |
libpiano is useless without the new encryption key. Happy hacking :) | |||||
2008-08-17 | piano: New return value _NOT_AUTHORIZED | Lars-Dominik Braun | 1 | -0/+4 | |
2008-08-16 | piano: Replace statistics sent to pandora by 0's | Lars-Dominik Braun | 1 | -4/+4 | |
We won't count the seconds we played a particular station. 0 should be fine. | |||||
2008-08-13 | piano: Describe narrative functions added in last commit | Lars-Dominik Braun | 1 | -0/+6 | |
2008-08-12 | Initial "narrative" implementation | Lars-Dominik Braun | 1 | -0/+31 | |
"Why did you play this song?" | |||||
2008-07-23 | piano: Human-readable error messages | Lars-Dominik Braun | 1 | -0/+36 | |
2008-07-23 | Be correct, use "const" | Lars-Dominik Braun | 1 | -18/+20 | |
2008-07-22 | piano: Make app more responsive by adding a general network timeout | Lars-Dominik Braun | 1 | -0/+1 | |
60 seconds should be enough to transfer a few bytes of xml data | |||||
2008-07-19 | Rate "shared stations" correctly by transforming them to private stations | Lars-Dominik Braun | 1 | -0/+41 | |
2008-07-18 | piano: Remove some old, forgotten debugging code | Lars-Dominik Braun | 1 | -1/+0 | |
2008-07-17 | piano: Initial global genre stations support | Lars-Dominik Braun | 1 | -5/+33 | |
Pandora provides a xml list of genre stations. Read this list and insert its data into our PianoHandle tree if requested. | |||||
2008-07-16 | Support rating of songs played by QuickMix | Lars-Dominik Braun | 1 | -4/+3 | |
Attention! This breaks libpiano's api compatibility because of a changed argument count in PianoRateTrack | |||||
2008-07-08 | piano: Delete const.h and put constants where they belong | Lars-Dominik Braun | 1 | -12/+19 | |
2008-07-07 | SSL control proxy issue workaround | Lars-Dominik Braun | 1 | -3/+6 | |
Some proxies refuse SSL connections. Make them usable by adding an option which disables the usage of SSL for the login. | |||||
2008-07-07 | Use album title too (for scrobbling, e.g.) | Lars-Dominik Braun | 1 | -0/+2 | |
2008-07-07 | piano: Handle network errors | Lars-Dominik Braun | 1 | -54/+83 | |
2008-07-03 | piano: Shared station support for CreateStation | Lars-Dominik Braun | 1 | -7/+9 | |
2008-07-02 | client: Show real station when playing quickmix song | Lars-Dominik Braun | 1 | -0/+12 | |
2008-07-02 | client: Initial quickmix station selection support | Lars-Dominik Braun | 1 | -0/+57 | |
2008-06-25 | piano/client: Initial ban-for-a-month implementation | Lars-Dominik Braun | 1 | -0/+33 | |
Use it when you're tired of hearing a single song again and again... | |||||
2008-06-25 | piano: Fix incompatible protocol change (addFeedback) | Lars-Dominik Braun | 1 | -1/+2 | |
I was wrong. Pandora added a parameter to the addFeedback method which made my version incompatible. Should be fixed now. | |||||
2008-06-24 | piano/client: Move song implemented | Lars-Dominik Braun | 1 | -10/+56 | |
2008-06-23 | Set curl timeout to 60 seconds. | Lars-Dominik Braun | 1 | -0/+1 | |
2008-06-19 | Showing real face now. | Lars-Dominik Braun | 1 | -2/+2 | |
User agent is now PACKAGE_STRING | |||||
2008-06-19 | piano: Using own free () wrapper now | Lars-Dominik Braun | 1 | -49/+62 | |
PS: "lib:" prefix is now "piano:"; I may add other libraries (last.fm support e.g.) | |||||
2008-06-19 | "Add more music" implemented | Lars-Dominik Braun | 1 | -0/+38 | |
This can add more track/artist seeds to the currently played station | |||||
2008-06-17 | lib: Fixed some void functions | Lars-Dominik Braun | 1 | -13/+14 | |
Forgot them while adding return values in commit 56432d661e34de9aa0d1727fb7b06f19aa18723e | |||||
2008-06-17 | lib: Move sources to src | Lars-Dominik Braun | 1 | -0/+465 | |