pyguymer3.media.CLPI

This sub-module is a native Python implementation of a parser for Blu-ray CLPI files.

Notes

It has used an excellent CLPI Wiki and was initially provided by lonecrane - thank you very much!

Copyright 2017 Thomas Guymer [1]

References

Examples

The below code will print out the entire dictionary for you.

>>> import pyguymer3
>>> import pyguymer3.media
>>> info = pyguymer3.media.parse_CLPI_file("/path/to/blu-ray", 200)
>>> import json
>>> print(json.dumps(info, ensure_ascii = False, indent = 4, sort_keys = True))

Modules

load_ATCSequence(fObj, /)

load_CPI(fObj, /)

load_ClipInfo(fObj, /)

load_ClipMark(fObj, /)

load_ExtensionData(fObj, /)

load_ProgramInfo(fObj, /)

load_STCSequence(fObj, /)

load_SequenceInfo(fObj, /)

load_StreamCodingInfo(fObj, /)

load_TSTypeInfoBlock(fObj, /)

load_header(fObj, /)