summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-08-22README updatedLars-Dominik Braun1-5/+9
2008-08-22piano: Remove that nifty warning -- for nowLars-Dominik Braun1-0/+2
2008-08-22piano: New output blowfish keyLars-Dominik Braun1-261/+261
Here we go again! It actually took *one morning* to get the output key.
2008-08-21piano: New URL decryption keyLars-Dominik Braun1-263/+265
The first step is made. audioURL can be decrypted again. crypt_key_output.h is in progress...
2008-08-20piano: New error INCOMPATIBLE_VERSIONLars-Dominik Braun3-1/+9
Raised when pandora bumps their protocol url/version
2008-08-20piano: Protocol version bump, encryption key changedLars-Dominik Braun1-1/+4
libpiano is useless without the new encryption key. Happy hacking :)
2008-08-19Fix missing initializing in BarSettingsDestroy which caused segfaultLars-Dominik Braun1-3/+7
Thereby avoid freeing a NULL pointer
2008-08-19Fix some warningsLars-Dominik Braun2-16/+19
Move BarTransformIfShared to ui_act.c and add unistd.h needed by read ()
2008-08-19Use macros in ui_act to prevent copy&wasteLars-Dominik Braun1-44/+31
2008-08-19Documentation for ui_act.c functionsLars-Dominik Braun1-0/+37
2008-08-19Update man-page: New configuration keysLars-Dominik Braun1-46/+49
2008-08-19Allow key shortcut configuration via config fileLars-Dominik Braun10-631/+906
Some code restructuring was made, too: - Move UI functions to ui.c and ui_act.c - Change default keys for loving and banning to + and -
2008-08-17Transform station before changing anythingLars-Dominik Braun1-12/+34
2008-08-17piano: New return value _NOT_AUTHORIZEDLars-Dominik Braun3-1/+8
2008-08-16piano: Replace statistics sent to pandora by 0'sLars-Dominik Braun1-4/+4
We won't count the seconds we played a particular station. 0 should be fine.
2008-08-14piano: Fix strange copy&waste mistakeLars-Dominik Braun1-2/+1
2008-08-14Fix reading from freed pointerLars-Dominik Braun1-2/+3
Introduced by commit 4878f5911d05af7bfa1917daf984dab0fd07eb42
2008-08-13piano: Describe narrative functions added in last commitLars-Dominik Braun2-0/+12
2008-08-12Initial "narrative" implementationLars-Dominik Braun6-1/+70
"Why did you play this song?"
2008-08-11Temporary sort stations by name in BarUiSelectStationLars-Dominik Braun1-12/+70
2008-08-10Print some song infos when key 'i' is pressedLars-Dominik Braun1-0/+27
Users won't need these information, but I'm interested in them ;)
2008-08-08Several code optimizationsLars-Dominik Braun3-17/+19
2008-08-05Show flags (shared, quickmix) in station selectorLars-Dominik Braun1-2/+5
2008-08-05piano: Remember stations selected for quickmixLars-Dominik Braun1-0/+51
2008-07-24Reduce cpu load produced by replaygainLars-Dominik Braun2-2/+5
It's not necessary to re-compute the scale factor as it will be the same every time.
2008-07-24Update documentationLars-Dominik Braun3-23/+4
2008-07-24Initial ReplayGain work (including anti-clipping)Lars-Dominik Braun6-2/+33
Could be tuned...
2008-07-23Replace simple "Error." with strings returned by the libraries.Lars-Dominik Braun1-87/+48
2008-07-23piano: Human-readable error messagesLars-Dominik Braun2-0/+37
2008-07-23Be correct, use "const"Lars-Dominik Braun12-104/+124
2008-07-22Fix infinite loop in last commit.Lars-Dominik Braun1-0/+1
2008-07-22Show error message when receiving a new playlist failedLars-Dominik Braun1-6/+10
... instead of showing "No tracks left."
2008-07-22Another message fix (for BarUiSelectMusicId)Lars-Dominik Braun1-11/+18
2008-07-22Fix wrong "select station" messageLars-Dominik Braun1-7/+6
2008-07-22piano: Make app more responsive by adding a general network timeoutLars-Dominik Braun1-0/+1
60 seconds should be enough to transfer a few bytes of xml data
2008-07-20wardrobe: MD5 implementation copyright in COPYINGLars-Dominik Braun1-0/+3
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-19piano: PianoDestroyStation in needed by XML parsersLars-Dominik Braun1-0/+3
2008-07-19Rate "shared stations" correctly by transforming them to private stationsLars-Dominik Braun5-1/+85
2008-07-18Improve next songs outputLars-Dominik Braun1-5/+11
2008-07-18Add genre station key to helpLars-Dominik Braun1-0/+1
Forgot it in commit 4887e066d00e33f706ae07518ed6faf2d2a62fc8
2008-07-18piano: Remove some old, forgotten debugging codeLars-Dominik Braun1-1/+0
2008-07-18Fix segfault when selecting quickmix stationsLars-Dominik Braun1-0/+4
2008-07-18Initial support for adding genre stationsLars-Dominik Braun2-0/+74
2008-07-18piano: Fix PianoHttpGet's setopts by forcing a GET requestLars-Dominik Braun1-0/+3
2008-07-17piano: Little blowfish speed improvementLars-Dominik Braun1-2/+6
2008-07-17piano: Initial global genre stations supportLars-Dominik Braun6-7/+160
Pandora provides a xml list of genre stations. Read this list and insert its data into our PianoHandle tree if requested.
2008-07-17piano: Fix blowfish key coding styleLars-Dominik Braun2-2087/+540
This eleminates some nasty warnings. Key contents stay the same.
2008-07-16Support rating of songs played by QuickMixLars-Dominik Braun3-8/+7
Attention! This breaks libpiano's api compatibility because of a changed argument count in PianoRateTrack
2008-07-10Update homepage addressLars-Dominik Braun1-1/+1