Metadata-Version: 1.1
Name: pls2upl
Version: 0.0.3
Summary: pls2upl is a command-line utility for converting PLS/M3U playlists to UPL
Home-page: https://gitlab.com/universal-playlist/pls2upl/
Author: Stavros Korokithakis
Author-email: hi@stavros.io
License: BSD
Description: =======
        pls2upl
        =======
        
        pls2upl is a command-line script that will convert a PLS playlist to a UPL
        playlist.
        
        
        Quick start
        -----------
        
        You can install pls2upl with pip::
        
            pip install pls2upl
        
        Or by cloning the repository and running::
        
            python setup.py install
        
        You're done! Here's how to use the script::
        
            pls2upl myplaylist.pls myplaylist.upl
        
        Currently, for best results it is recommended to tag your music with MusicBrainz
        Picard before running this script, otherwise the MusicBrainz identifiers won't
        be added (and those are the most important identifiers)!
        
Keywords: music universal playlist pls m3u upl
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
