The `information.rb` plugin has an `idle` command, but it is currently [commented out](https://github.com/archSeer/ruby-mpd/blob/8eabf682367331bdde2dc6354072c80645eb6c5b/lib/ruby-mpd/plugins/information.rb#L60). I'd like to be able to watch for changes. As it is I'll have to use background threads shelling out to `mpc idle` to implement the same functionality.
The
information.rbplugin has anidlecommand, but it is currently commented out.I'd like to be able to watch for changes. As it is I'll have to use background threads shelling out to
mpc idleto implement the same functionality.