Metadata-Version: 1.2
Name: cpg
Version: 0.1.0
Summary: A configurable playlist generator
Home-page: https://gitlab.com/9f/cpg
Author: Claudio Kozický
Author-email: koziccla@fit.cvut.cz
License: GNU GPLv3
Description-Content-Type: UNKNOWN
Description: Configurable Playlist Generator
        ===============================
        
        CPG (stands for configurable playlist generator) is a command line application
        for recursively scanning a directory for audio files and outputing a playlist
        file.  Several ways of influencing the ordering of tracks in the generated
        playlist are available.  The generated playlist's file format and the type of
        its paths (absolute or relative) can be configured too.
        
        Quick feature overview:
        
        - recursively scans a directory for audio files
        - sorts the found tracks into groups according to tag information
        - it can be configured based on which tags to create groups
        - groups can be additionally split up based on configurable criteria
        - tracks can be blacklisted in a configurable way
        - the resulted groups are randomly shuffled
        - ordering of tracks withing groups is configurable
        - resulted playlists can be exported into various playlist formats
        
        For more information regarding installation and usage please refer to the
        `documentation`_.
        
        .. _documentation: https://cpg.readthedocs.io/
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3 :: Only
Requires-Python: ~=3.6
