summaryrefslogtreecommitdiff
path: root/src/settings.h
AgeCommit message (Collapse)AuthorFilesLines
2009-05-03Switch to libwaitressLars-Dominik Braun1-3/+0
2009-04-11Read data from fifoLars-Dominik Braun1-1/+1
You may change your current station or add shared stations via fifo now
2009-04-07Initial eventcmd workLars-Dominik Braun1-0/+1
More useful events should be added...
2009-04-04Initial remote control supportLars-Dominik Braun1-0/+3
2009-02-16Autostart station setting addedLars-Dominik Braun1-0/+1
You may define a station that is played when starting pianobar now.
2009-02-01mp3 playback supportLars-Dominik Braun1-1/+2
Now libfaad and/or libmad are used for playback. There's currently no remaining time displayed for mp3 playback.
2009-01-20It's 2009 nowLars-Dominik Braun1-1/+2
Update copyright notices, add my email address, but don't change libwardrobe (I'm not maintaining it anymore)
2008-08-19Allow key shortcut configuration via config fileLars-Dominik Braun1-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-07SSL control proxy issue workaroundLars-Dominik Braun1-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-23client: Let user decide when song is submitted to last.fmLars-Dominik Braun1-0/+1
2008-06-23client: Use function prefix "Bar"Lars-Dominik Braun1-1/+1
2008-06-22client: last.fm scrobbling implementedLars-Dominik Braun1-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-16client: Proxy type config option addedLars-Dominik Braun1-0/+3
2008-06-15client: Config file added, not yet documentedLars-Dominik Braun1-0/+39
Some restructuring was necessary too.