New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
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
  • Socket score

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc