Metadata-Version: 2.1
Name: pymplschapters
Version: 1.0.2
Summary: Extract chapters from a blu-ray mpls to a matroska recognized xml file
Home-page: https://github.com/imPRAGMA/pymplschapters
Author: PRAGMA
Author-email: pragma.exe@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: lxml (>=4.4.1)

# 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.

## Credit

Thanks [PyGuymer](https://github.com/Guymer/PyGuymer) for the MPLS parsing code, it
has been modified a bit to suit my needs.


