You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

mpd-queue

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mpd-queue

Beets plugin to add all imported tracks to an MPD server's queue

1.0.5
PyPI
Maintainers
1

mpd-queue

GitHub PyPI

A small Beets plugin to add newly imported tracks to the queue of your MPD server.

Installation

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.

Configuration

Optionally, to specify a non-default location for the MPD server, add a configuration block like this:

mpd-queue:
  host: example.com
  port: 6601

Options

KeyDescriptionDefault value
hostHostname of the MPD serverlocalhost
portPort to use when connecting6600

Usage

Simply run beet import as you normally would. Any imported files should (quietly) be added to the MPD queue.

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts