Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-05-18 | Update documentation | Lars-Dominik Braun | 2 | -0/+57 | |
Describe new config keys, add an example to contrib config file | |||||
2011-05-18 | Configureable format strings | Lars-Dominik Braun | 10 | -160/+345 | |
Closes #88 | |||||
2011-05-07 | Use the correct linking order for the --as-needed flag | Tim Harder | 1 | -3/+3 | |
Closes #117 | |||||
2011-05-06 | Fix useQuixMix attribute | Lars-Dominik Braun | 1 | -1/+2 | |
No station was shown as useQuickMix, because callback function set pointer to NULL for members that did not have anything to do with the quickmix stuff. Don't do that. Closes #118. | |||||
2011-05-05 | Replace generic "search for artist/title" message | Lars-Dominik Braun | 3 | -5/+7 | |
Closes #115 | |||||
2011-04-27 | Back to -dev | Lars-Dominik Braun | 1 | -1/+1 | |
2011-04-27 | Prepare for release 2011.04.272011.04.27 | Lars-Dominik Braun | 2 | -1/+6 | |
2011-04-27 | piano: Protocol version bump (v30) | Lars-Dominik Braun | 3 | -525/+353 | |
No api changes. Thanks to ZigZagJoe for the keys. | |||||
2011-04-24 | Use static keyword for functions | Lars-Dominik Braun | 1 | -2/+2 | |
2011-04-22 | Rename strcasestr | Lars-Dominik Braun | 1 | -5/+5 | |
Conflicts with libc strcasestr. Thanks to David Coppa. | |||||
2011-04-20 | Ignore libpiano.{a,so*} | Lars-Dominik Braun | 1 | -0/+2 | |
2011-04-20 | Make libpiano usable for 3rd party applications | Romain Beauxis | 1 | -9/+30 | |
* build shared library, * install it along with the required symlinks * install library headers * dynamically link pianobar to libpiano (if requested by the user) | |||||
2011-04-12 | Added LDFLAGS to Makefile and simplified LIB*_LDFLAGS | Lars-Dominik Braun | 1 | -19/+9 | |
See issue #103. | |||||
2011-04-12 | Added missing include for FreeBSD | Lars-Dominik Braun | 1 | -0/+2 | |
See issue #103. | |||||
2011-04-10 | Back to -dev | Lars-Dominik Braun | 1 | -1/+1 | |
2011-04-10 | Prepare for release 2011.04.102011.04.10 | Lars-Dominik Braun | 2 | -1/+10 | |
2011-04-04 | Expose songDetailUrl to eventcmd script | Lars-Dominik Braun | 2 | -39/+45 | |
See #99. | |||||
2011-04-04 | piano: Added songDetailUrl to PianoSong_t | Lars-Dominik Braun | 3 | -0/+4 | |
2011-03-26 | Add note about filterable station list to manpage | Lars-Dominik Braun | 1 | -1/+2 | |
2011-03-26 | Filter-/searchable artist list | Lars-Dominik Braun | 1 | -17/+31 | |
2011-03-26 | Filter-/searchable station list | Lars-Dominik Braun | 1 | -60/+71 | |
2011-03-26 | Filter-/searchable song list | Lars-Dominik Braun | 3 | -18/+73 | |
2011-03-26 | Fix broken multibyte character readline | Lars-Dominik Braun | 1 | -1/+1 | |
Introduced by ce8503f859345990a14be90bf89dadf7f73d7613. Escaping from signedness hell again. | |||||
2011-03-25 | Added build note for Mac OS X | Lars-Dominik Braun | 1 | -0/+10 | |
See #98. Patch created by robertkrimen@github | |||||
2011-03-24 | Use c99 in posix compliant way | Lars-Dominik Braun | 1 | -6/+6 | |
-lpthread and move object file to the end of the argument list. | |||||
2011-03-21 | Update manpage | Lars-Dominik Braun | 1 | -2/+7 | |
2011-03-21 | Update copyright years of touched files | Lars-Dominik Braun | 5 | -5/+5 | |
2011-03-21 | Need more space | Lars-Dominik Braun | 1 | -3/+3 | |
2011-03-21 | piano: New error REMOVING_TOO_MANY_SEEDS | Lars-Dominik Braun | 3 | -0/+7 | |
2011-03-21 | Enable delete seed in station manager | Lars-Dominik Braun | 1 | -2/+16 | |
2011-03-21 | piano: Delete seed support | Lars-Dominik Braun | 2 | -0/+43 | |
2011-03-21 | Enable delete feedback in station manager | Lars-Dominik Braun | 1 | -1/+3 | |
2011-03-21 | piano: Delete feedback | Lars-Dominik Braun | 2 | -0/+22 | |
2011-03-21 | Initial station manager | Lars-Dominik Braun | 4 | -1/+47 | |
Not functional yet. | |||||
2011-03-21 | piano: Add getStation support | Lars-Dominik Braun | 4 | -53/+227 | |
Response contains artist/song seeds and feedback data. | |||||
2011-03-06 | Avoid division by zero in eventcmd example script | Lars-Dominik Braun | 1 | -1/+1 | |
Thanks to Richard. | |||||
2011-02-27 | kdialog example eventcmd | Lars-Dominik Braun | 1 | -0/+30 | |
Merged Richard's kde4 example eventcmd into eventcmd.sh | |||||
2011-02-27 | Use `c99` | Lars-Dominik Braun | 1 | -2/+3 | |
2011-02-26 | Always add song to history | Lars-Dominik Braun | 4 | -38/+41 | |
2011-02-26 | Rewrite input processing | Lars-Dominik Braun | 8 | -204/+295 | |
2011-02-20 | Update eventcmd example | Lars-Dominik Braun | 1 | -1/+1 | |
2011-02-20 | Add song's real station to eventcmd | Lars-Dominik Braun | 1 | -0/+7 | |
In case we're playing quickmix. See issue #94. | |||||
2011-02-07 | Add eventcmd events for login/fetch stations | Lars-Dominik Braun | 2 | -10/+13 | |
See issue #83 | |||||
2011-02-07 | piano: xmlencode password | Lars-Dominik Braun | 1 | -2/+14 | |
Fixes issue #87. | |||||
2011-02-02 | BarReadline rewrite | Lars-Dominik Braun | 9 | -143/+197 | |
Doesn't use c streams any more, allows multiplexing of fifo/stdin in all situations. | |||||
2011-02-02 | Allow keyboard shortcuts to be disabled | Lars-Dominik Braun | 5 | -10/+26 | |
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-30 | Move example eventcmd scripts to own directory | Lars-Dominik Braun | 5 | -3/+3 | |
2011-01-30 | Added contrib module for scrobbling to Last.fm | Jon Pierce | 1 | -0/+69 | |
See issue #81 | |||||
2011-01-24 | Back to -dev | Lars-Dominik Braun | 1 | -1/+1 | |
2011-01-24 | Prepare for release 2011.01.242011.01.24 | Lars-Dominik Braun | 2 | -1/+11 | |