Skip to content

Fix: Nested elements in stax_media_info fail for dicts

Félix David requested to merge Tilix4/stax:fx_media_info into master

Description of fix

Added IDPropertyGroup case for items and correct layout building.

How to test it

How to test it

Add metadata

"stax_media_info": {
        "Shotgun": {
            "Shot": {
                "Assets": [{"id": 123890, "name": "pr_uniformRangerEddy", "type": "Asset"}, {"id": 23098, "name": "pr_uniformRangerKodi", "type": "Asset"}, {"id": 12098, "name": "pr_uniformRangerSummer", "type": "Asset"}],
                "Description": ">>>LO virer le rideau du set pour le remplacer par le rideau rigg\u00e9 (need raccord rideaux x2 like sc0060 ds cette s\u00e9quence)+ drone pos\u00e9 sur la table like ep101_sh0330"
            }
        }
    }

Checklist

Please check if your MR fulfills the following requirements:

  • Build was run locally and any changes were pushed
  • Lint has passed locally without error
  • CHANGELOG.md has been updated
  • Branch has been rebased on merge branch

FYI: @awesome_dev_too

Edited by Félix David

Merge request reports