summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2009-07-11piano: Switched to ezxmlLars-Dominik Braun2-10/+2
Removes libxml2 bloat and (hopefully) most of the buggy/ugly xml code.
2009-07-08Initial pandora one support (higher mp3 bitrates)Lars-Dominik Braun2-6/+4
Time display should be fixed. I need feedback!
2009-07-02Correct faad include filenameLars-Dominik Braun1-2/+2
2009-07-02Enable echoing on early return, tooLars-Dominik Braun3-4/+24
See commit a6c521fecd91867c6e184106f4e63445d1cb158a
2009-06-28Finally clean up curl garbageLars-Dominik Braun5-18/+15
I missed some #includes. Documentation had to be updated, too.
2009-06-15Fix negative time displayLars-Dominik Braun1-6/+14
2009-05-29Re-enable terminal echoing on exitLars-Dominik Braun1-2/+13
2009-05-22waitress: Add _RET_READ_ERR, retry on read error in playerLars-Dominik Braun1-2/+2
Enhances commit 279f3ba93b729684e54300352c59523bd05e54bc
2009-05-16Retry on temporary http failure (timeout e.g.)Lars-Dominik Braun1-1/+2
2009-05-03Fix range header, accept 206 status codeLars-Dominik Braun1-1/+1
2009-05-03Update manpageLars-Dominik Braun1-17/+1
disable_secure_login and control_proxy_type has been removed, control_proxy now accepts http proxies only
2009-05-03Switch to libwaitressLars-Dominik Braun8-81/+41
2009-04-13More events addedLars-Dominik Braun4-26/+65
2009-04-11Read data from fifoLars-Dominik Braun7-52/+60
You may change your current station or add shared stations via fifo now
2009-04-11Don't mix low-level read() and stdioLars-Dominik Braun1-8/+11
...as suggested by > man fgetc
2009-04-10Goodbye readlineLars-Dominik Braun7-120/+263
"It's too big and too slow." -- man readline
2009-04-08Add eventcmd setting to manpageLars-Dominik Braun1-0/+5
2009-04-07Initial eventcmd workLars-Dominik Braun5-0/+74
More useful events should be added...
2009-04-04Forgot to close fifo...Lars-Dominik Braun1-1/+4
2009-04-04Add some remote control examples to manpageLars-Dominik Braun1-0/+29
2009-04-04Initial remote control supportLars-Dominik Braun2-8/+36
2009-03-27Missing newline addedLars-Dominik Braun1-0/+1
2009-03-26manpage: Scrobbling percent should not be larger than 90Lars-Dominik Braun1-1/+1
This needs further investigation... The time calculation is awfully wrong.
2009-03-13mp3 playback prebufferingLars-Dominik Braun1-2/+11
2009-03-09Use icon for questions tooLars-Dominik Braun3-9/+15
2009-03-08Fix "pause" -- againLars-Dominik Braun1-50/+14
Don't parse Content-Length header, curl does this too; CURLE_RECV_ERROR is recoverable too
2009-03-05Better "icons"Lars-Dominik Braun1-5/+9
2009-03-05Use spaces, not tabsLars-Dominik Braun2-2/+2
2009-03-04Ui improvementsLars-Dominik Braun8-74/+139
printf wrapper introduced, hopefully cleaned up ui
2009-03-01Don't add shared station when input emptyLars-Dominik Braun1-1/+2
2009-03-01Fix memory leak in station selectorLars-Dominik Braun1-0/+1
2009-03-01Even more documentationLars-Dominik Braun4-27/+57
...and small cleanups.
2009-02-16Autostart station setting addedLars-Dominik Braun4-4/+27
You may define a station that is played when starting pianobar now.
2009-02-12No station transform when banning songs temporaryLars-Dominik Braun1-3/+0
2009-02-12Shared stations can be addedLars-Dominik Braun4-0/+20
2009-02-12(Hopfully) fix FPE -- againLars-Dominik Braun1-1/+2
Commit fcb1d460d459242dc30d033305db2cb9bf313f5e did only half of the work. Commit a2aee035072a5d346c187a890539f72c6d5167a0 introduced another division by zero.
2009-02-07Fix mp3 time displayLars-Dominik Braun1-0/+6
2009-02-06Fix FPELars-Dominik Braun1-5/+8
Introduced in (last) commit a2aee035072a5d346c187a890539f72c6d5167a0. Don't divide by zero :)
2009-02-05Time display for mp3 playbackLars-Dominik Braun3-26/+79
Time is now counted in milliseconds, not aac frames. Calculations seem to be inaccurate sometimes (about +-2 seconds).
2009-02-04Buffer abstractionLars-Dominik Braun1-22/+25
Replace copy&waste by inline functions
2009-02-01Add cmake switches USE_MAD and USE_FAADLars-Dominik Braun1-7/+24
2009-02-01Update manpageLars-Dominik Braun1-7/+19
New configuration key: audio_format. Some linebreaks inserted.
2009-02-01mp3 playback supportLars-Dominik Braun9-55/+324
Now libfaad and/or libmad are used for playback. There's currently no remaining time displayed for mp3 playback.
2009-01-31Whoops, forgot to add new files to last commit...Lars-Dominik Braun5-0/+144
2009-01-31Switch build system to cmakeLars-Dominik Braun3-12/+2
lib{piano,wardrobe} are now static libraries and not installed any more.
2009-01-31Remove orphan mutex_unlockLars-Dominik Braun1-2/+0
Forgot that in last commit...
2009-01-31Use pthread mutex to block player in pause stateLars-Dominik Braun3-18/+30
2009-01-30Don't print version number and build date.Lars-Dominik Braun1-1/+1
Version number will not be incremented anyway...
2009-01-27Fix song moving while playing quickmixLars-Dominik Braun1-2/+7
Use *real* station id, not the one of the quickmix station
2009-01-27piano: mp3 supportLars-Dominik Braun1-1/+2
Breaks api