Metadata-Version: 2.1
Name: pymplschapters
Version: 1.0.4
Summary: Extract chapters from a blu-ray mpls to a matroska recognized xml file
Home-page: https://github.com/rlaPHOENiX/pymplschapters
Author: PHOENiX
Author-email: rlaphoenix@pm.me
License: MIT
Description: # pymplschapters
        
        Extract chapters from a blu-ray mpls to a matroska recognized xml file
        
        ## Installation
        
            pip install pymplschapters
        
        ## Usage
        
            pymplschapters -p "C:/A Path/To/The/Playlist.mpls"
        
        It will place any found chapters next to the input playlist file or to a specified directory with `-d`.
        
        ## Credit
        
        Thanks [PyGuymer](https://github.com/Guymer/PyGuymer) for the MPLS parsing code, it
        has been modified a bit to suit my needs.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
