mpdcron icon indicating copy to clipboard operation
mpdcron copied to clipboard

A ‘cron’ like program for mpd. It can execute scripts based on mpd’s idle events.

Results 20 mpdcron issues
Sort by recently updated
recently updated
newest added

@alip with the wikia documentation no longer existing and also the gh pages no longer existing, could you add them to the repo as markdown?

[subdomain].github.com links are no longer valid. Fixed to [subdomain].github.io and tested.

In case of player event commands in .../hooks/player are executed twice.

I'd love to be able to listen to my I large-ish music collection (kept on a headless mpd server) even when I lose network connectivity, and without having to tend...

It would be nice to have some systemd support. I have a service file for my own use that could work: ``` [Unit] Description=mpdcron [Service] Environment="MPDCRON_DIR=/var/lib/mpd/mpdcron" ExecStart=/usr/bin/mpdcron --no-daemon [Install] WantedBy=multi-user.target...

The stats module is the most interesting part of mpdcron for me, however, I'm having trouble configuring it. I have the following dependencies installed: ``` sqlite3 v3.6.23.1 ruby 1.9.1p378 nokogiri...

fix
modules

When I try to run mpdcron it just says "daemon returned 2 as return value". Using arch linux, issue occurs both in the AUR package as well as when I...

With $ homescrape hariskar nothing happens. Any idea why? I use Archlinux

I am on mac osx (10.9.1), I did the following git clone https://github.com/alip/mpdcron.git cd mpdcron ./configure No such file or directory Also I have installed required packages libdaemon-0.13 or newer...