Plugin to the python-mot
library to handle DAB Slideshow encoding as per ETSI TS 101 499.
python-mot
Creating an MOT object and adding parameters
from mot import MotObject
object = MotObject(data, ContentType.IMAGE_JFIF)
object.add_parameter(Trigger(trigger))
object.add_parameter(AlternativeLocation(url))