beets-mpdqueue

Beets plugin to add imported files to MPD queue.


Keywords
beets, mpd, music-player-daemon, plugin
License
Apache-2.0
Install
pip install beets-mpdqueue==0.2

Documentation

beets-mpdqueue

PyPI

Description

beets-mpdqueue is a Beets plugin to add files imported to the Beets library to Music Player Daemon queue, so you can start playing your new music immediately.

Installation

The easiest way to install beets-mpdqueue is by downloading and installing it from Python Package Index with the command

pip install beets-mpdqueue

Please note that beets-mpdqueue is only tested with Python 3, and Python 2 is unsupported.

Usage

To use the plugin, enable it in the Beets configuration by loading the mpdqueue plugin (see Using Plugins in the Beets documentation). After you have done this, your newly imported files are always added to the end of the MPD queue automatically.

One important thing to note is that this plugin does not do anything when you reimport Beets library items.

Configuration

The only configuration for this plugin are the MPD server address, port and password, which are configured the same way as with the MPDUpdate plugin included with Beets.

mpd:
    host: localhost
    port: 6600
    password: seekrit