Shinya(Shi'nya, not Shin'ya) is a python package to programmatically edit BDMV components like MPLS, CLPI, etc. It also includes scripts for common purposes.
Documentation will be available after more development progress is made. Currently, please consult the scripts and the source code for usages.
Clone and cd into the repository directory, then run:
pip install -e .
or directly from pypi
:
pip install shinya
With the second method, you need to download the scripts (and place them anywhere) separately if you need them.
- MPLS parsing, editing and saving
- CLPI parsing, editing and saving
- Index Table parsing, editing and saving
- Movie Object parsing, editing and saving
- Extension data parsing, editing and saving
- Chapter slicing, joining, importing (mpls) and exporting (xml)
The purposes of the scripts are briefly described in the usages, more documentation may be available in the future.