summaryrefslogtreecommitdiff
path: root/libpiano/src/xml.c
AgeCommit message (Collapse)AuthorFilesLines
2009-07-11piano: Switched to ezxmlLars-Dominik Braun1-290/+211
Removes libxml2 bloat and (hopefully) most of the buggy/ugly xml code.
2009-07-08Initial pandora one support (higher mp3 bitrates)Lars-Dominik Braun1-1/+4
Time display should be fixed. I need feedback!
2009-01-27piano: New error STATION_NONEXISTENTLars-Dominik Braun1-0/+3
2009-01-27piano: mp3 supportLars-Dominik Braun1-1/+7
Breaks api
2009-01-20It's 2009 nowLars-Dominik Braun1-1/+2
Update copyright notices, add my email address, but don't change libwardrobe (I'm not maintaining it anymore)
2009-01-13piano: Don't segfault with empty quickmix listLars-Dominik Braun1-9/+11
2009-01-10piano: Documentation...Lars-Dominik Braun1-1/+2
2009-01-06piano: Detect pandora's ip restriction error messagesLars-Dominik Braun1-0/+9
2008-12-13piano: New error STATION_CODE_INVALIDLars-Dominik Braun1-0/+3
2008-10-05piano: New error READONLY_MODELars-Dominik Braun1-0/+2
2008-08-25piano: Code refactoringLars-Dominik Braun1-6/+7
Avoid strncat/strncpy, cache strlen result, ...
2008-08-20piano: New error INCOMPATIBLE_VERSIONLars-Dominik Braun1-0/+3
Raised when pandora bumps their protocol url/version
2008-08-17piano: New return value _NOT_AUTHORIZEDLars-Dominik Braun1-0/+3
2008-08-13piano: Describe narrative functions added in last commitLars-Dominik Braun1-0/+6
2008-08-12Initial "narrative" implementationLars-Dominik Braun1-0/+17
"Why did you play this song?"
2008-08-08Several code optimizationsLars-Dominik Braun1-3/+6
2008-08-05piano: Remember stations selected for quickmixLars-Dominik Braun1-0/+51
2008-07-24Initial ReplayGain work (including anti-clipping)Lars-Dominik Braun1-0/+2
Could be tuned...
2008-07-23Be correct, use "const"Lars-Dominik Braun1-23/+31
2008-07-19piano: Fix possible memory leakLars-Dominik Braun1-1/+2
*Every* xml parser uses XmlInitDoc to create a doc handle, but nobody frees it when an error is reported.
2008-07-19Rate "shared stations" correctly by transforming them to private stationsLars-Dominik Braun1-0/+20
2008-07-17piano: Initial global genre stations supportLars-Dominik Braun1-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-07Use album title too (for scrobbling, e.g.)Lars-Dominik Braun1-0/+2
2008-07-03piano: Replace XmlEncodeString with more efficient versionLars-Dominik Braun1-20/+14
2008-07-02client: Show real station when playing quickmix songLars-Dominik Braun1-0/+2
2008-07-02client: Initial quickmix station selection supportLars-Dominik Braun1-0/+2
2008-06-25piano/client: Initial ban-for-a-month implementationLars-Dominik Braun1-0/+2
Use it when you're tired of hearing a single song again and again...
2008-06-19piano: Using own free () wrapper nowLars-Dominik Braun1-2/+3
PS: "lib:" prefix is now "piano:"; I may add other libraries (last.fm support e.g.)
2008-06-19"Add more music" implementedLars-Dominik Braun1-0/+25
This can add more track/artist seeds to the currently played station
2008-06-17Use config.hLars-Dominik Braun1-0/+1
2008-06-17lib: Move sources to srcLars-Dominik Braun1-0/+547