summaryrefslogtreecommitdiff
path: root/libpiano/main.c
AgeCommit message (Collapse)AuthorFilesLines
2008-06-17lib: Move sources to srcLars-Dominik Braun1-465/+0
2008-06-17Removed @author and @added as they are tracked by gitLars-Dominik Braun1-28/+0
2008-06-17More error handling.Lars-Dominik Braun1-4/+10
Now we can parse and handle pandora's <fault> messages and abort the parsing process. Some more fault type should be added, as well as more client support for those errors.
2008-06-15client: Config file added, not yet documentedLars-Dominik Braun1-4/+0
Some restructuring was necessary too.
2008-06-14Finally implemented "create station"Lars-Dominik Braun1-0/+33
This may be a bit buggy, because no return values are checked or returned. A big cleanup session is waiting...
2008-06-13Hopefully fixed wrong libxml2 usageLars-Dominik Braun1-2/+6
We did a xmlCleanupParser () call everytime we finished parsing; this is wrong (http://xmlsoft.org/html/libxml-parser.html#xmlCleanupParser)
2008-06-12lib: Misc header fixesLars-Dominik Braun1-2/+1
2008-06-12lib: Misc documentation fixesLars-Dominik Braun1-3/+3
2008-06-12lib: Update local data after rating trackLars-Dominik Braun1-0/+5
This prevents the user from loving a track two times, e.g.
2008-06-12lib: Delete station pointer when deleting stationLars-Dominik Braun1-1/+19
2008-06-12lib: Split DestroyStationsLars-Dominik Braun1-3/+13
2008-06-12lib: Initial music search implementationLars-Dominik Braun1-0/+71
2008-06-11Update the station pointer when renaming stationLars-Dominik Braun1-1/+6
2008-06-10Xml encode new name in PianoRenameStationLars-Dominik Braun1-2/+4
2008-06-10Initial delete station implementationLars-Dominik Braun1-0/+36
2008-06-10Documentation for new functionLars-Dominik Braun1-0/+9
2008-06-10Fix function name, see commit fc349af94466fbfa95c2f4d1c3435eecc11c3f2bLars-Dominik Braun1-1/+1
2008-06-10Implement station renamingLars-Dominik Braun1-0/+30
2008-06-10Don't let curl wait foreverLars-Dominik Braun1-0/+1
2008-06-10Try to fix rate trackLars-Dominik Braun1-3/+6
Sometimes focusTraitId is missing. This would produce (null) which messes up pandora and returns an error. Maybe an empty string is better?
2008-06-10PianoRateTrack documentationLars-Dominik Braun1-0/+11
2008-06-10Return success/error in PianoRateTrackLars-Dominik Braun1-2/+5
2008-06-10fix love and banLars-Dominik Braun1-0/+2
2008-06-10Added missing files to repoLars-Dominik Braun1-0/+249