]> git.ktnx.net Git - mpd-feeder.git/shortlog
mpd-feeder.git
2021-12-23 Damyan Ivanovadd a hard dependency on postgresql to the systemd... main
2021-12-02 Damyan Ivanovfix license in dist.ini
2021-12-02 Damyan Ivanovadd CHANGES.txt
2021-12-02 Damyan Ivanovfix license statement
2021-12-02 Damyan Ivanovmore docs
2021-11-28 Damyan Ivanovtypo in option name
2021-11-28 Damyan Ivanovadd some docs, license under GPL-2
2021-11-27 Damyan Ivanovadd systemd integration (optional)
2021-11-27 Damyan Ivanovmore log priority adjustments
2021-11-26 Damyan Ivanovmore log priorities
2021-11-26 Damyan Ivanovadjust some log priorities
2021-11-26 Damyan Ivanovset autoflush on stderr so that logging to systemd...
2021-11-26 Damyan Ivanovdrop WorkQueue (abandoned idea)
2021-11-26 Damyan Ivanovdirect stderr to the journal
2021-11-26 Damyan Ivanovinstall sql/ into share
2021-11-26 Damyan Ivanovfix ExecStart directive name
2021-11-26 Damyan Ivanovdeclare systemd service as of type 'exec'
2021-11-26 Damyan Ivanovadd systemd sysusers config
2021-11-26 Damyan Ivanovmore systemd: require config file, run as a separate...
2021-11-25 Damyan Ivanovcope with no $idler right after idle is done
2021-11-25 Damyan Ivanovkeep $loop variable at closure reach
2021-11-25 Damyan Ivanovadd systemd service file
2021-11-25 Damyan Ivanovworking re-connection on disconnection
2021-11-25 Damyan Ivanovrework event looping, allows for graceful (re-)connecti...
2021-11-24 Damyan Ivanovadd TODO about tracking song play moment
2021-11-21 Damyan Ivanovadd dist.ini and sample mpd-feeder.conf
2021-11-21 Damyan Ivanovfixup idle rework: add WorkQueue
2021-11-21 Damyan Ivanovwhitespace
2021-11-21 Damyan Ivanovconvert Feeder to unit-level class too
2021-11-21 Damyan Ivanovrework idling again, walking around Net::Async::MPD...
2021-11-21 Damyan Ivanovconvert to unit-type class definition
2021-11-18 Damyan Ivanovperiodically break out of idle mode to see if the conne...
2021-11-18 Damyan Ivanovno warnings on undef usage when idle waiting results...
2021-11-16 Damyan Ivanovmove 'connect' method next to the 'disconnect' method
2021-11-16 Damyan Ivanovimplement unwanted album list manipulation
2021-11-16 Damyan Ivanovdo not crash when the playlist is cleared
2021-11-15 Damyan Ivanovrework DB update using COPY and a PostgreSQL function...
2021-11-13 Damyan Ivanovdrop "run" method which became a wrapper around prepare...
2021-11-13 Damyan Ivanovsubscribe to "close" event only once, after connecting...
2021-11-12 Damyan Ivanovadd list-unwanted-artists command
2021-11-12 Damyan Ivanovfix DB interaction from commands after DB split-out
2021-11-12 Damyan Ivanova second HIP/INT signal causes a hard exit()
2021-11-12 Damyan Ivanovsplit out DB operations in a module
2021-11-12 Damyan Ivanovshow command line upon re-exec (log_level=trace)
2021-11-12 Damyan Ivanovexit cleanly on SIGTERM and SIGINT
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 Ivanovfix DB stats retrieval when no songs were queued recently
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