Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-12-15 | New history feature | Lars-Dominik Braun | 1 | -6/+6 | |
Default key is 'h', playlists are no longer part of PianoHandle_t now (=> libpiano's api changed) | |||||
2009-10-28 | Protocol version bump (v25) | Lars-Dominik Braun | 1 | -1/+1 | |
No known api changes yet. | |||||
2009-10-03 | piano: Fix getFragment request | Lars-Dominik Braun | 1 | -2/+4 | |
aac playback didn't work, but I'm sure it did some time ago. Looks like pandora changed the api without bumping the version number -- ugly :/ Thanks to the arch linux guys (http://aur.archlinux.org/packages.php?ID=23233) | |||||
2009-09-08 | C99 conformance | Lars-Dominik Braun | 1 | -0/+2 | |
2009-08-18 | piano: New error code OUT_OF_SYNC | Lars-Dominik Braun | 1 | -0/+4 | |
Error code indicates that the system's time is "out of sync". Maybe the "sync" response timestamp should be checked *before* errors like this happen... Thanks to Jason for pointing this out. | |||||
2009-08-14 | waitress: Use dynamic allocated buffer for FetchBuf | Lars-Dominik Braun | 1 | -47/+60 | |
2009-08-07 | New feature: Seed suggestions | Lars-Dominik Braun | 1 | -0/+32 | |
2009-08-07 | piano: Check (m|c|re)alloc return value | Lars-Dominik Braun | 1 | -3/+13 | |
2009-08-04 | Use "static" keyword for functions | Lars-Dominik Braun | 1 | -2/+2 | |
2009-08-03 | piano: Always encrypt HTTP POST data | Lars-Dominik Braun | 1 | -74/+21 | |
2009-07-09 | piano: Quick note about sync command | Lars-Dominik Braun | 1 | -1/+2 | |
2009-07-08 | Initial pandora one support (higher mp3 bitrates) | Lars-Dominik Braun | 1 | -0/+4 | |
Time display should be fixed. I need feedback! | |||||
2009-06-28 | Finally clean up curl garbage | Lars-Dominik Braun | 1 | -6/+2 | |
I missed some #includes. Documentation had to be updated, too. | |||||
2009-06-28 | piano: Fix includes | Lars-Dominik Braun | 1 | -1/+1 | |
2009-05-20 | piano: Protocol version bump | Lars-Dominik Braun | 1 | -1/+1 | |
v24 now; blowfish key stays the same; no imcompatible changes found yet | |||||
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... |