summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2011-05-05Replace generic "search for artist/title" messageLars-Dominik Braun3-5/+7
Closes #115
2011-04-27Back to -devLars-Dominik Braun1-1/+1
2011-04-27Prepare for release 2011.04.27Lars-Dominik Braun1-1/+1
2011-04-27piano: Protocol version bump (v30)Lars-Dominik Braun3-525/+353
No api changes. Thanks to ZigZagJoe for the keys.
2011-04-24Use static keyword for functionsLars-Dominik Braun1-2/+2
2011-04-22Rename strcasestrLars-Dominik Braun1-5/+5
Conflicts with libc strcasestr. Thanks to David Coppa.
2011-04-12Added missing include for FreeBSDLars-Dominik Braun1-0/+2
See issue #103.
2011-04-10Back to -devLars-Dominik Braun1-1/+1
2011-04-10Prepare for release 2011.04.10Lars-Dominik Braun1-1/+1
2011-04-04Expose songDetailUrl to eventcmd scriptLars-Dominik Braun2-39/+45
See #99.
2011-04-04piano: Added songDetailUrl to PianoSong_tLars-Dominik Braun3-0/+4
2011-03-26Filter-/searchable artist listLars-Dominik Braun1-17/+31
2011-03-26Filter-/searchable station listLars-Dominik Braun1-60/+71
2011-03-26Filter-/searchable song listLars-Dominik Braun3-18/+73
2011-03-26Fix broken multibyte character readlineLars-Dominik Braun1-1/+1
Introduced by ce8503f859345990a14be90bf89dadf7f73d7613. Escaping from signedness hell again.
2011-03-21Update copyright years of touched filesLars-Dominik Braun5-5/+5
2011-03-21Need more spaceLars-Dominik Braun1-3/+3
2011-03-21piano: New error REMOVING_TOO_MANY_SEEDSLars-Dominik Braun3-0/+7
2011-03-21Enable delete seed in station managerLars-Dominik Braun1-2/+16
2011-03-21piano: Delete seed supportLars-Dominik Braun2-0/+43
2011-03-21Enable delete feedback in station managerLars-Dominik Braun1-1/+3
2011-03-21piano: Delete feedbackLars-Dominik Braun2-0/+22
2011-03-21Initial station managerLars-Dominik Braun4-1/+47
Not functional yet.
2011-03-21piano: Add getStation supportLars-Dominik Braun4-53/+227
Response contains artist/song seeds and feedback data.
2011-02-26Always add song to historyLars-Dominik Braun4-38/+41
2011-02-26Rewrite input processingLars-Dominik Braun7-203/+293
2011-02-20Add song's real station to eventcmdLars-Dominik Braun1-0/+7
In case we're playing quickmix. See issue #94.
2011-02-07Add eventcmd events for login/fetch stationsLars-Dominik Braun1-9/+11
See issue #83
2011-02-07piano: xmlencode passwordLars-Dominik Braun1-2/+14
Fixes issue #87.
2011-02-02BarReadline rewriteLars-Dominik Braun8-142/+196
Doesn't use c streams any more, allows multiplexing of fifo/stdin in all situations.
2011-02-02Allow keyboard shortcuts to be disabledLars-Dominik Braun4-8/+19
Something like act_foobar = disabled disables the command foobar completely now. Useful if you don't use software volume control. See issue #78.
2011-01-24Back to -devLars-Dominik Braun1-1/+1
2011-01-24Prepare for release 2011.01.24Lars-Dominik Braun1-1/+1
2011-01-15Send station list to eventcmdMatthew Beckler4-12/+41
See issue #76
2010-12-27Fix high cpu usage if stdin is /dev/nullLars-Dominik Braun1-0/+4
See issue #71.
2010-12-27Change my email addressLars-Dominik Braun25-25/+25
Again. And hopefully the last time.
2010-12-27Use PATH_MAX from limits.hLars-Dominik Braun2-4/+5
2010-12-27Erase current line before printing new messageLars-Dominik Braun1-6/+9
Parts of the current song's time didn't get erased when renaming a station.
2010-12-27Software volume controlLars-Dominik Braun7-6/+34
2010-12-26Better directory layoutLars-Dominik Braun17-227/+4579
Removed useless AUTHORS, COPYING and README files. Move manpage to contrib (it's not exactly source code).
2010-12-26Show message if no station is availableLars-Dominik Braun1-0/+5
2010-12-19Fix wrong assumption about endianess of audio framesLars-Dominik Braun1-2/+2
Fixes issue #66 (audio playback on big-endian machines).
2010-12-14Refactored main()castlec2-263/+351
No functional changes.
2010-12-09History: Add tired keybindingLars-Dominik Braun1-5/+14
2010-12-04Show default icons if config file is missing.Lars-Dominik Braun1-8/+4
Bug introduced by 2b31c97de6fa541719cd26f9a61053cfc0e71203. "(null)" was shown instead of "<3" and "</3".
2010-11-23Add support for art covers included in the XML playlist from pandora.Juan C. Muller3-2/+7
See issue #56
2010-11-21Inline documentation fixLars-Dominik Braun1-0/+3
2010-11-21Replaced strcmp with streq macroLars-Dominik Braun1-16/+18
2010-11-21Show custom rating icon in upcoming/history song listLars-Dominik Braun7-26/+71
Closes issue #54
2010-11-06Back to -devLars-Dominik Braun1-1/+1