Last updated:
0 purchases
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.