Metadata-Version: 2.1
Name: beets-playlistc
Version: 0.1.1
Summary: A beets plugin to create playlists from query strings
Home-page: https://github.com/Dophin2009/beets-playlistc
Author: Eric Zhao
Author-email: pypa-dev@googlegroups.com
License: MIT
Project-URL: Bug Reports, https://github.com/Dophin2009/beets-playlistc/issues
Project-URL: Source, https://github.com/Dophin2009/beets-playlistc
Description: # beets-playlistc
        
        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.
        
        ## 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`.
        
Keywords: beets plugin
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Topic :: Multimedia :: Sound/Audio
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4
Description-Content-Type: text/markdown
Provides-Extra: dev
