Skip to content

rlaphoenix/pymplschapters

Repository files navigation

pymplschapters

License Build status Python versions PyPI version GitHub issues DeepSource issues

Extract chapters from a Blu-ray .mpls to a Matroska recognized XML file.

Installation

pip install pymplschapters

Usage

pymplschapters -p "C:\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 for the MPLS parsing code, it has been modified a bit to suit my needs.