beets-bbq

blackbird style search query plugin for beets


Keywords
beets, plugin, search, music
License
GPL-3.0
Install
pip install beets-bbq==0.0.1

Documentation

bbq

blackbird style search query plugin for beets.

Prepend queries with # and play around with +, - and spaces.

→ beet ls '#swift - 1989 + beach house'
→ beet play '#evanescence + within temptation'

beets.yaml configuration:

---
pluginpath:
  - path/to/bbq's/beetsplug
bbq:
  fields: <beets db fields to combine>
---