A small Beets plugin to add newly imported tracks to the queue of your MPD server.
To install the plugin, simply run the following:
pip install mpd-queue
and then add mpd-queue
to the list of enabled plugins in your Beets config.
Optionally, to specify a non-default location for the MPD server, add a configuration block like this:
mpd-queue:
host: example.com
port: 6601
Key | Description | Default value |
---|---|---|
host | Hostname of the MPD server | localhost |
port | Port to use when connecting | 6600 |
Simply run beet import
as you normally would. Any imported files should (quietly) be added to the MPD queue.