Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-23 | Add support for art covers included in the XML playlist from pandora. | Juan C. Muller | 1 | -0/+2 | |
See issue #56 | |||||
2010-11-06 | Protocol version bump (v29) | Lars-Dominik Braun | 1 | -2/+0 | |
- New crypto keys (thanks to ZigZagJoe for extracting them) - addTiredSong api changed - song identity not needed any more => removed from libpiano | |||||
2010-10-29 | piano: Removed PianoFree | Lars-Dominik Braun | 1 | -1/+1 | |
Ordinary "free" call works fine, no need for memset overhead. | |||||
2010-08-01 | Fix addFeedback | Lars-Dominik Braun | 1 | -5/+5 | |
Pandora seems to have dropped focusTraitId and matchingSeed. New arguments to addFeedback are testStrategy and songType -- no idea what they are doing right now. Beware: Incompatible libpiano abi change! | |||||
2010-07-31 | Fix genre station NULL pointer dereference | Lars-Dominik Braun | 1 | -11/+11 | |
Obviously pandora changed the genre station api. Attention: Incompatible libpiano abi change. | |||||
2010-05-08 | piano: New error QUICKMIX_NOT_PLAYABLE | Lars-Dominik Braun | 1 | -0/+2 | |
Trigger this error: Delete all stations (you can't delete the quickmix) and select your quickmix station. | |||||
2010-02-14 | New feature: Bookmark song/artist (keybinding 'b') | Lars-Dominik Braun | 1 | -0/+2 | |
2010-02-01 | piano: New error PLAYLIST_END | Lars-Dominik Braun | 1 | -0/+2 | |
See bug #10 | |||||
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2009-12-15 | Rename libraries' main.c files | Lars-Dominik Braun | 1 | -1/+1 | |
2009-12-15 | Merge branch 'fuzzing' | Lars-Dominik Braun | 1 | -1/+4 | |
Fixes NULL-pointer dereferences and invalid memory reads. | |||||
2009-12-15 | New history feature | Lars-Dominik Braun | 1 | -4/+6 | |
Default key is 'h', playlists are no longer part of PianoHandle_t now (=> libpiano's api changed) | |||||
2009-11-28 | piano: Don't decrypt too short urls | Lars-Dominik Braun | 1 | -1/+4 | |
Avoids invalid memory reads/writes | |||||
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/+2 | |
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-07 | New feature: Seed suggestions | Lars-Dominik Braun | 1 | -0/+22 | |
2009-08-07 | piano: Check (m|c|re)alloc return value | Lars-Dominik Braun | 1 | -41/+102 | |
2009-08-04 | Use "static" keyword for functions | Lars-Dominik Braun | 1 | -14/+15 | |
2009-07-11 | piano: Switched to ezxml | Lars-Dominik Braun | 1 | -290/+211 | |
Removes libxml2 bloat and (hopefully) most of the buggy/ugly xml code. | |||||
2009-07-08 | Initial pandora one support (higher mp3 bitrates) | Lars-Dominik Braun | 1 | -1/+4 | |
Time display should be fixed. I need feedback! | |||||
2009-01-27 | piano: New error STATION_NONEXISTENT | Lars-Dominik Braun | 1 | -0/+3 | |
2009-01-27 | piano: mp3 support | Lars-Dominik Braun | 1 | -1/+7 | |
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-13 | piano: Don't segfault with empty quickmix list | Lars-Dominik Braun | 1 | -9/+11 | |
2009-01-10 | piano: Documentation... | Lars-Dominik Braun | 1 | -1/+2 | |
2009-01-06 | piano: Detect pandora's ip restriction error messages | Lars-Dominik Braun | 1 | -0/+9 | |
2008-12-13 | piano: New error STATION_CODE_INVALID | Lars-Dominik Braun | 1 | -0/+3 | |
2008-10-05 | piano: New error READONLY_MODE | Lars-Dominik Braun | 1 | -0/+2 | |
2008-08-25 | piano: Code refactoring | Lars-Dominik Braun | 1 | -6/+7 | |
Avoid strncat/strncpy, cache strlen result, ... | |||||
2008-08-20 | piano: New error INCOMPATIBLE_VERSION | Lars-Dominik Braun | 1 | -0/+3 | |
Raised when pandora bumps their protocol url/version | |||||
2008-08-17 | piano: New return value _NOT_AUTHORIZED | Lars-Dominik Braun | 1 | -0/+3 | |
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/+17 | |
"Why did you play this song?" | |||||
2008-08-08 | Several code optimizations | Lars-Dominik Braun | 1 | -3/+6 | |
2008-08-05 | piano: Remember stations selected for quickmix | Lars-Dominik Braun | 1 | -0/+51 | |
2008-07-24 | Initial ReplayGain work (including anti-clipping) | Lars-Dominik Braun | 1 | -0/+2 | |
Could be tuned... | |||||
2008-07-23 | Be correct, use "const" | Lars-Dominik Braun | 1 | -23/+31 | |
2008-07-19 | piano: Fix possible memory leak | Lars-Dominik Braun | 1 | -1/+2 | |
*Every* xml parser uses XmlInitDoc to create a doc handle, but nobody frees it when an error is reported. | |||||
2008-07-19 | Rate "shared stations" correctly by transforming them to private stations | Lars-Dominik Braun | 1 | -0/+20 | |
2008-07-17 | piano: Initial global genre stations support | Lars-Dominik Braun | 1 | -0/+85 | |
Pandora provides a xml list of genre stations. Read this list and insert its data into our PianoHandle tree if requested. | |||||
2008-07-07 | Use album title too (for scrobbling, e.g.) | Lars-Dominik Braun | 1 | -0/+2 | |
2008-07-03 | piano: Replace XmlEncodeString with more efficient version | Lars-Dominik Braun | 1 | -20/+14 | |
2008-07-02 | client: Show real station when playing quickmix song | Lars-Dominik Braun | 1 | -0/+2 | |
2008-07-02 | client: Initial quickmix station selection support | Lars-Dominik Braun | 1 | -0/+2 | |
2008-06-25 | piano/client: Initial ban-for-a-month implementation | Lars-Dominik Braun | 1 | -0/+2 | |
Use it when you're tired of hearing a single song again and again... | |||||
2008-06-19 | piano: Using own free () wrapper now | Lars-Dominik Braun | 1 | -2/+3 | |
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/+25 | |
This can add more track/artist seeds to the currently played station | |||||
2008-06-17 | Use config.h | Lars-Dominik Braun | 1 | -0/+1 | |
2008-06-17 | lib: Move sources to src | Lars-Dominik Braun | 1 | -0/+547 | |