Community
Doing some more testing and it looks like if I am in the MediaHub tab and run flame.import_clips(...) it will assign Color tags, but if I do the same thing in for example the Timeline tab it will not. Seems inconsistent and also unmanageable for scripts running in the background.
I saw that in flame 2021.2 a flame.set_current_tab() was added. So I imagine that something like this could work, but not very elegant. Dont have a 2021 install yet so cannot test it.
current_tab = flame.get_current_tab()
flame.set_current_tab("MediaHub")
flame.import_clips(..)
flame.set_current_tab(current_tab )
What I'm trying to accomplish is an Asset Library that automatically pulls in new clips, similar to how the watchfolder.py script works. But if I can not set Colourspace tags it will be less useful.
Can't find what you're looking for? Ask the community or share your knowledge.