Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-31 | Replaced long argument list of ui callback functions | Lars-Dominik Braun | 1 | -10/+0 | |
Structure BarApp_t contains most important data now. | |||||
2010-07-30 | Feature: Custom station sorting | Lars-Dominik Braun | 1 | -2/+13 | |
Sort stations by name and/or isquickmix. | |||||
2010-05-09 | HTTP proxy support | Lars-Dominik Braun | 1 | -0/+1 | |
control_proxy pipes xmlrpc data through the proxy, this one is for the music too. | |||||
2010-04-06 | Use new libpiano api | Lars-Dominik Braun | 1 | -1/+3 | |
Adds error messages to libwaitress, too. Eventcmd implementation is quick&dirty, needs to be rewritten. | |||||
2010-03-06 | wardrobe: Removed internal last.fm scrobbling library | Lars-Dominik Braun | 1 | -4/+0 | |
2010-02-14 | New feature: Bookmark song/artist (keybinding 'b') | Lars-Dominik Braun | 1 | -1/+2 | |
2010-01-21 | It's 2010 now. | Lars-Dominik Braun | 1 | -1/+1 | |
2010-01-18 | Shortcut refactoring | Lars-Dominik Braun | 1 | -19/+37 | |
2009-12-15 | New history feature | Lars-Dominik Braun | 1 | -1/+3 | |
Default key is 'h', playlists are no longer part of PianoHandle_t now (=> libpiano's api changed) | |||||
2009-05-03 | Switch to libwaitress | Lars-Dominik Braun | 1 | -3/+0 | |
2009-04-11 | Read data from fifo | Lars-Dominik Braun | 1 | -1/+1 | |
You may change your current station or add shared stations via fifo now | |||||
2009-04-07 | Initial eventcmd work | Lars-Dominik Braun | 1 | -0/+1 | |
More useful events should be added... | |||||
2009-04-04 | Initial remote control support | Lars-Dominik Braun | 1 | -0/+3 | |
2009-02-16 | Autostart station setting added | Lars-Dominik Braun | 1 | -0/+1 | |
You may define a station that is played when starting pianobar now. | |||||
2009-02-01 | mp3 playback support | Lars-Dominik Braun | 1 | -1/+2 | |
Now libfaad and/or libmad are used for playback. There's currently no remaining time displayed for mp3 playback. | |||||
2009-01-20 | It's 2009 now | Lars-Dominik Braun | 1 | -1/+2 | |
Update copyright notices, add my email address, but don't change libwardrobe (I'm not maintaining it anymore) | |||||
2008-08-19 | Allow key shortcut configuration via config file | Lars-Dominik Braun | 1 | -0/+15 | |
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-07-07 | SSL control proxy issue workaround | Lars-Dominik Braun | 1 | -0/+1 | |
Some proxies refuse SSL connections. Make them usable by adding an option which disables the usage of SSL for the login. | |||||
2008-06-23 | client: Let user decide when song is submitted to last.fm | Lars-Dominik Braun | 1 | -0/+1 | |
2008-06-23 | client: Use function prefix "Bar" | Lars-Dominik Braun | 1 | -1/+1 | |
2008-06-22 | client: last.fm scrobbling implemented | Lars-Dominik Braun | 1 | -0/+3 | |
Very very ugly... We should spawn another thread. But for now it's working. (Though the played times are wrong for me, could be a wardrobe issue...) | |||||
2008-06-16 | client: Proxy type config option added | Lars-Dominik Braun | 1 | -0/+3 | |
2008-06-15 | client: Config file added, not yet documented | Lars-Dominik Braun | 1 | -0/+39 | |
Some restructuring was necessary too. |