GithubHelp home page GithubHelp logo

dbogdanov / beets-mpdadd Goto Github PK

View Code? Open in Web Editor NEW

This project forked from danielgreve/beets-mpdadd

0.0 1.0 0.0 9 KB

Add results from a beets query to the current MPD playlist

License: Other

Python 100.00%

beets-mpdadd's Introduction

MPDAdd Plugin For beets

The mpdadd plugin adds the results of a query to the current MPD playlist.

Installation

pip install git+git://github.com/danielgreve/beets-mpdadd.git

Usage

First, enable the mpdadd plugin by adding it to the plugins section of your beets configuration file.

Using mpdadd is similar to performing a query:

beet add moonage daydream

beet add album:ziggy stardust

beet add year:2015

Use the -c or --clear option to clear the playlist before adding music.

beet add -c space oddity

Use the -a or --albums option to add only matching albums.

beet add -a heroes

Configuration

Specify non-default options for mpdadd with a mpd: section in your beets configuration file. The available options are:

  • host: The MPD server hostname. Default: localhost.
  • port: The MPD server port. Default: 6600.
  • password: The MPD server password. Default: None.
  • music_directory: If your MPD library is at a different location from the beets library, specify the path here. Default: The beets library directory.

An example configuation:

directory: ~/Music/beets
library: ~/.config/beets/musiclibrary.blb
plugins: mpdadd
mpd:
    host: 192.168.1.101
    port: 8000
    password: MajorTom
    music_directory: ~/Music/beets

More Information

beets-mpdadd's People

Contributors

danielgreve avatar dbogdanov avatar god-complex avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.