https://github.com/rlaphoenix/pymplschapters
Extract chapters from a Blu-ray .mpls to a Matroska recognized XML file
https://github.com/rlaphoenix/pymplschapters
blu-ray bluray chapters matroska xml
Last synced: 10 months ago
JSON representation
Extract chapters from a Blu-ray .mpls to a Matroska recognized XML file
- Host: GitHub
- URL: https://github.com/rlaphoenix/pymplschapters
- Owner: rlaphoenix
- License: mit
- Created: 2019-10-07T05:21:10.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T19:12:02.000Z (over 3 years ago)
- Last Synced: 2025-07-08T05:05:36.012Z (12 months ago)
- Topics: blu-ray, bluray, chapters, matroska, xml
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 25
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
Awesome Lists containing this project
README
# pymplschapters
[](https://github.com/rlaphoenix/pymplschapters/blob/master/LICENSE)
[](https://github.com/rlaphoenix/pymplschapters/actions/workflows/ci.yml)
[](https://pypi.python.org/pypi/pymplschapters)
[](https://pypi.python.org/pypi/pymplschapters)
[](https://github.com/rlaphoenix/pymplschapters/issues)
[](https://deepsource.io/gh/rlaphoenix/pymplschapters)
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](https://github.com/Guymer/PyGuymer) for the MPLS parsing code, it
has been modified a bit to suit my needs.