]> git.ktnx.net Git - mpd-feeder.git/history - lib/App/MPD/Feeder.pm
rework idling again, walking around Net::Async::MPD interface
[mpd-feeder.git] / lib / App / MPD / Feeder.pm
2021-11-21 Damyan Ivanovrework idling again, walking around Net::Async::MPD...
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 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 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 Ivanovfix DB stats retrieval when no songs were queued recently
2021-11-12 Damyan Ivanovmove mail event loop to Feeder
2021-11-12 Damyan Ivanovsplit-out App::MPD::Feeder -- the main application...