]> git.ktnx.net Git - mpd-feeder.git/history - bin
add a hard dependency on postgresql to the systemd service file
[mpd-feeder.git] / bin /
2021-12-02 Damyan Ivanovfix license statement
2021-12-02 Damyan Ivanovmore docs
2021-11-28 Damyan Ivanovadd some docs, license under GPL-2
2021-11-26 Damyan Ivanovset autoflush on stderr so that logging to systemd...
2021-11-12 Damyan Ivanovsplit command execution into App::MPD::Feeder::Command
2021-11-12 Damyan Ivanovturn on :utf8 everywhere with utf8::all
2021-11-12 Damyan Ivanovfixup split of App::MPD::Feeder
2021-11-12 Damyan Ivanovmove mail event loop to Feeder
2021-11-12 Damyan Ivanovsplit-out App::MPD::Feeder -- the main application...
2021-11-11 Damyan Ivanovmove Options in a stand-alone module
2021-11-11 Damyan Ivanovshow counts of available songs/albums/artist
2021-11-11 Damyan Ivanovconnect to the DB early when in feeder mode
2021-11-11 Damyan Ivanovfix two instances of hanging open statements
2021-11-11 Damyan Ivanovfix filtering on album last queue time
2021-11-11 Damyan Ivanovfix filling album information
2021-11-11 Damyan Ivanovkey artists by AlbumArtists
2021-11-11 Damyan Ivanovinclude wanted playlist size when reporting its current...
2021-11-11 Damyan Ivanovdump configuration to STDERR on SIGUSR1
2021-11-11 Damyan Ivanovparse wanted playlist length as an integer
2021-11-11 Damyan Ivanovinitially, log only errors
2021-11-11 Damyan Ivanovre-exec on SIGHUP, picking up configuration file changes
2021-11-11 Damyan Ivanovdebug--
2021-11-11 Damyan Ivanovimplement {add,del}-unwanted-artist commands
2021-11-11 Damyan Ivanovrename unwanted artist/album tables
2021-11-11 Damyan Ivanovdo not print Pg errors, RaiseError=>1 is enough
2021-11-11 Damyan Ivanovpostpone db update for when it is really needed
2021-11-11 Damyan Ivanovmake database update a synchronous operation
2021-11-11 Damyan Ivanovmore on-demand connections
2021-11-11 Damyan Ivanovrework command line handling - commands are commands...
2021-11-11 Damyan IvanovLog::Any, proper idle looping
2021-11-11 Damyan Ivanovfix handling of database info
2021-11-11 Damyan Ivanovproper mpd connection initialization
2021-11-11 Damyan Ivanovmake feeder->mpd accessible
2021-11-11 Damyan Ivanovdeclare used modules
2021-11-11 Damyan Ivanovadded --skip-db-update option
2021-11-11 Damyan Ivanovfix interval handling when finding suitable songs
2021-11-11 Damyan Ivanovfixed SQL param numbers
2021-11-11 Damyan Ivanovfixed database connection string
2021-11-10 Damyan Ivanovinitial source import