flame: add todos for metadata feature

This commit is contained in:
Jakub Jezek 2022-04-08 11:59:34 +02:00
parent adbd359342
commit 4797f58498
No known key found for this signature in database
GPG key ID: D8548FBF690B100A

View file

@ -271,6 +271,7 @@ def rescan_hooks():
def get_metadata(project_name, _log=None):
# TODO: can be replaced by MediaInfoFile class method
from adsk.libwiretapPythonClientAPI import (
WireTapClient,
WireTapServerHandle,
@ -750,6 +751,8 @@ class MediaInfoFile:
Attributes:
str: `MEDIA_SCRIPT_PATH` path to flame binary
logging.Logger: `log` logger
TODO: add method for getting metadata to dict
"""
MEDIA_SCRIPT_PATH = "/opt/Autodesk/mio/current/dl_get_media_info"