beets-playlistc

A beets plugin to create playlists from query strings


Keywords
beets, plugin, playlist
License
MIT
Install
pip install beets-playlistc==0.1.3

Documentation

beets-playlistc

This beets plugin allows for the creation of playlists based on your beets database. Take advantage of beets's rich query system.

Getting Started

$ pip install beets-playlistc

Enable the plugin in your beets configuration:

plugins:
  - ...
  - playlistc

Usage

The options playlist_dir and relative_to must be specified in beets's configuration file.

playlistc:
  playlist_dir: ~/files/music/playlists
  relative_to: ~/files/music/library

Playlists are created using the subcommand playlistc create:

$ beet playlistc create NAME QUERY

The paths of the matching items relative to the path specified in relative_to are written to playlist_dir/NAME.m3u.