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