summaryrefslogtreecommitdiff
path: root/libpiano
AgeCommit message (Collapse)AuthorFilesLines
2008-06-25Documentation (readme) updateLars-Dominik Braun1-0/+5
2008-06-25piano/client: Initial ban-for-a-month implementationLars-Dominik Braun3-1/+37
Use it when you're tired of hearing a single song again and again...
2008-06-25piano: Fix incompatible protocol change (addFeedback)Lars-Dominik Braun1-1/+2
I was wrong. Pandora added a parameter to the addFeedback method which made my version incompatible. Should be fixed now.
2008-06-25piano: Protocol version bump (v20)Lars-Dominik Braun1-2/+5
Changes seems to be backwards compatible. Blowfish key not changed.
2008-06-24piano/client: Move song implementedLars-Dominik Braun2-10/+58
2008-06-23Set curl timeout to 60 seconds.Lars-Dominik Braun1-0/+1
2008-06-20piano: Forgot some signed to char conversationsLars-Dominik Braun1-2/+2
2008-06-20piano: Disable some unused structure elementsLars-Dominik Braun1-22/+22
They're wasting memory at the moment
2008-06-20piano: Make en-/decipher code readableLars-Dominik Braun1-76/+48
Remove _locN's taken from decompiled pandora code and replace them with their correct blowfish algo variable names (l, r, ...)
2008-06-19Showing real face now.Lars-Dominik Braun2-4/+2
User agent is now PACKAGE_STRING
2008-06-19piano: Using own free () wrapper nowLars-Dominik Braun4-55/+71
PS: "lib:" prefix is now "piano:"; I may add other libraries (last.fm support e.g.)
2008-06-19"Add more music" implementedLars-Dominik Braun4-0/+67
This can add more track/artist seeds to the currently played station
2008-06-18lib: Fix commit 4c487ec1dbf1be71751f9547ccea6b1faa362191Lars-Dominik Braun2-6/+6
I forgot to update some headers.
2008-06-17lib: Fixed some void functionsLars-Dominik Braun1-13/+14
Forgot them while adding return values in commit 56432d661e34de9aa0d1727fb7b06f19aa18723e
2008-06-17Use config.hLars-Dominik Braun2-0/+2
2008-06-17lib: Move sources to srcLars-Dominik Braun15-8/+9
2008-06-17Removed @author and @added as they are tracked by gitLars-Dominik Braun4-78/+0
2008-06-17lib: Lonely curNode is now at home...Lars-Dominik Braun1-1/+1
2008-06-17More error handling.Lars-Dominik Braun4-31/+126
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-16lib: Some documentation updatesLars-Dominik Braun2-8/+20
2008-06-15client: Config file added, not yet documentedLars-Dominik Braun1-4/+0
Some restructuring was necessary too.
2008-06-15lib: Separate from client's automakeLars-Dominik Braun7-0/+45
2008-06-14Finally implemented "create station"Lars-Dominik Braun4-0/+65
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 Braun2-7/+6
We did a xmlCleanupParser () call everytime we finished parsing; this is wrong (http://xmlsoft.org/html/libxml-parser.html#xmlCleanupParser)
2008-06-13lib: Generic xml document initLars-Dominik Braun1-31/+28
2008-06-13lib: Generic get text from node functionLars-Dominik Braun1-39/+23
2008-06-12lib: Misc header fixesLars-Dominik Braun2-2/+2
2008-06-12lib: Misc documentation fixesLars-Dominik Braun2-6/+12
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-12Merge branch 'deletestation'Lars-Dominik Braun2-4/+34
2008-06-12Added .gitignore filesLars-Dominik Braun1-0/+1
2008-06-12lib: Delete station pointer when deleting stationLars-Dominik Braun1-1/+19
2008-06-12lib: Split DestroyStationsLars-Dominik Braun2-3/+15
2008-06-12lib: Forgot some function declarations in xml.hLars-Dominik Braun1-0/+3
2008-06-12lib: Missed one strcmp while revertingLars-Dominik Braun1-1/+1
2008-06-12Revert "Replaced strcmp with xmlStrEqual"Lars-Dominik Braun1-13/+13
This reverts commit 305a4ba4885038f05444b9a7e8664c6ff67b66e2. Throws out too many warnings...
2008-06-12lib: Initial music search implementationLars-Dominik Braun3-0/+206
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-10Add xml encode functionLars-Dominik Braun2-0/+40
Could be tuned, but was the only one I found on my harddisk. Originally written for shell-fm.
2008-06-10Initial delete station implementationLars-Dominik Braun2-0/+37
2008-06-10Documentation for new functionLars-Dominik Braun1-0/+9
2008-06-10Station renaming is part of the public apiLars-Dominik Braun1-0/+2
2008-06-10Fix function name, see commit fc349af94466fbfa95c2f4d1c3435eecc11c3f2bLars-Dominik Braun1-1/+1
2008-06-10Implement station renamingLars-Dominik Braun1-0/+30
2008-06-10Rename PianoXmlParseRate to -Simple. Other calls return a similar xml documentLars-Dominik Braun1-2/+4
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-10Fix PianoXmlParseRate return value on xml parser errorLars-Dominik Braun1-1/+1
2008-06-10PianoRateTrack documentationLars-Dominik Braun1-0/+11