Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | clean AVFormatContext | Christian Hesse | 2015-07-14 | 1 | -4/+4 | |
| | ||||||
* | make sure to use artwork when available | Christian Hesse | 2015-07-09 | 1 | -1/+7 | |
| | ||||||
* | silent libav error messages only when not verbose | Christian Hesse | 2015-07-09 | 1 | -1/+2 | |
| | ||||||
* | move verbose output into conditional output | Christian Hesse | 2015-07-09 | 1 | -3/+3 | |
| | ||||||
* | be verbose about artwork | Christian Hesse | 2015-07-09 | 1 | -0/+3 | |
| | ||||||
* | always allocate memory for notification string | Christian Hesse | 2015-07-09 | 1 | -3/+3 | |
| | ||||||
* | rename define after icon name | Christian Hesse | 2015-07-09 | 1 | -3/+3 | |
| | ||||||
* | do not write artwork to file but handle pixbuf to libnotify | Christian Hesse | 2015-07-09 | 1 | -36/+35 | |
| | ||||||
* | silent libav error messages | Christian Hesse | 2015-07-09 | 1 | -0/+3 | |
| | ||||||
* | rework the notification string handling | Christian Hesse | 2015-07-09 | 1 | -16/+37 | |
| | ||||||
* | make libav (and retrieving cover from media file) optional | Christian Hesse | 2015-07-03 | 1 | -1/+12 | |
| | ||||||
* | add --version option | Christian Hesse | 2015-07-03 | 1 | -5/+16 | |
| | ||||||
* | Implement a notification-timeout option (-t) | Samuel Čavoj | 2015-06-19 | 1 | -5/+11 | |
| | | | | | | It takes a floating point input in seconds and is converted to ms before passed to libnotify. Modified-by: Christian Hesse <mail@eworm.de> | |||||
* | use libav/ffmpeg to get artwork from mp3 files | Christian Hesse | 2015-04-21 | 1 | -2/+67 | |
| | ||||||
* | check for correct return code | Christian Hesse | 2015-03-20 | 1 | -4/+4 | |
| | ||||||
* | update copyright for 2015 | Christian Hesse | 2015-01-04 | 1 | -1/+1 | |
| | ||||||
* | print signal name | Christian Hesse | 2014-10-01 | 1 | -3/+3 | |
| | ||||||
* | introduce mpd-notification.h | Christian Hesse | 2014-09-30 | 1 | -18/+1 | |
| | ||||||
* | handle SIGINT and SIGTERM | Christian Hesse | 2014-09-30 | 1 | -9/+36 | |
| | ||||||
* | handle icon in root directory | Christian Hesse | 2014-08-28 | 1 | -1/+6 | |
| | ||||||
* | update help output | Christian Hesse | 2014-08-28 | 1 | -1/+1 | |
| | ||||||
* | do not use DEBUG macro, but use verbose command line argument | Christian Hesse | 2014-08-28 | 1 | -22/+33 | |
| | ||||||
* | add support for album artwork, closes #1 | Christian Hesse | 2014-08-27 | 1 | -4/+72 | |
| | ||||||
* | allow to use long command line arguments | Christian Hesse | 2014-08-09 | 1 | -1/+11 | |
| | ||||||
* | free strings after use | Christian Hesse | 2014-07-02 | 1 | -3/+7 | |
| | ||||||
* | use getopt for command line parsing | Christian Hesse | 2014-05-06 | 1 | -27/+13 | |
| | ||||||
* | write version to header file | Christian Hesse | 2014-01-02 | 1 | -0/+1 | |
| | ||||||
* | update copyright year | Christian Hesse | 2014-01-02 | 1 | -1/+1 | |
| | ||||||
* | complain if hostname is empty | Christian Hesse | 2013-10-30 | 1 | -0/+4 | |
| | ||||||
* | parse command line options for host and port | Christian Hesse | 2013-10-22 | 1 | -0/+27 | |
| | ||||||
* | add mpd host configuration options | Christian Hesse | 2013-10-22 | 1 | -1/+3 | |
| | ||||||
* | print PID in debug mode | Christian Hesse | 2013-09-12 | 1 | -0/+4 | |
| | ||||||
* | display the notification again on SIGUSR1 | Christian Hesse | 2013-08-23 | 1 | -10/+32 | |
| | ||||||
* | indent includes | Christian Hesse | 2013-08-08 | 1 | -7/+7 | |
| | ||||||
* | introduce config.h | Christian Hesse | 2013-07-25 | 1 | -8/+2 | |
| | ||||||
* | use sizeof() | Christian Hesse | 2013-07-11 | 1 | -1/+1 | |
| | ||||||
* | fix compilation with libnotify < 0.7.0 | Christian Hesse | 2013-07-07 | 1 | -1/+6 | |
| | ||||||
* | remove trailing whitespaces | Christian Hesse | 2013-07-04 | 1 | -1/+1 | |
| | ||||||
* | add note about debug output | Christian Hesse | 2013-07-03 | 1 | -1/+5 | |
| | ||||||
* | whitespaces/tabs | Christian Hesse | 2013-04-29 | 1 | -6/+6 | |
| | ||||||
* | set properties only once | Christian Hesse | 2013-04-27 | 1 | -2/+2 | |
| | ||||||
* | remove useless cast | Christian Hesse | 2013-04-17 | 1 | -1/+1 | |
| | ||||||
* | initial commit | Christian Hesse | 2013-04-15 | 1 | -0/+127 | |