beets-playlistc 0.1.3

Last updated:

0 purchases

beets-playlistc 0.1.3 Image
beets-playlistc 0.1.3 Images
Add to Cart

Description:

beetsplaylistc 0.1.3

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.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.