An open API service indexing awesome lists of open source software.

https://github.com/mirryi/beets-playlistc

A simple beets plugin for creating playlists.
https://github.com/mirryi/beets-playlistc

beets playlist plugin

Last synced: about 1 month ago
JSON representation

A simple beets plugin for creating playlists.

Awesome Lists containing this project

README

        

# beets-playlistc

![](https://github.com/mirryi/beets-playlistc/workflows/PyPI/badge.svg)

This [beets](https://beets.readthedocs.io/en/latest/index.html) 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`.