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: about 1 month 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 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-28T19:12:02.000Z (over 2 years ago)
- Last Synced: 2025-04-16T01:12:29.724Z (about 2 months ago)
- Topics: blu-ray, bluray, chapters, matroska, xml
- Language: Python
- Homepage:
- Size: 36.1 KB
- Stars: 20
- Watchers: 1
- Forks: 2
- 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.