Jump to content

FTRACK TASKS THUMBNAIL ENABLE TO PLAY LATEST QT


marcmorissette

Recommended Posts

Hi Marc,
the Rumours never lie... except when they do.  but in this case they are true!

the below should play the version when clicking the shot’s thumbnail.  depending on your setting for default player, but it should then play within the Overlay player.

shot = session.get('Shot', SHOT_ID)
version = session.get('AssetVersion', ASSET_VERSION_ID)
shot['thumbnail_id'] = version['thumbnail_id']
session.commit()

Let me know if you have any problems

Regards,
Daniel

Link to comment
Share on other sites

8 minutes ago, Daniel Fleming said:

Hi Marc,
the Rumours never lie... except when they do.  but in this case they are true!

the below should play the version when clicking the shot’s thumbnail.  depending on your setting for default player, but it should then play within the Overlay player.

shot = session.get('Shot', SHOT_ID)
version = session.get('AssetVersion', ASSET_VERSION_ID)
shot['thumbnail_id'] = version['thumbnail_id']
session.commit()

Let me know if you have any problems

Regards,
Daniel

 

Link to comment
Share on other sites

Hi Daniel thank you so much , loving that the rumors are true 🙂

My producer and I will be so glad to have this operational.

I'm not too good with injecting the code at the proper place (haha) 

Where do I need to enter those line ? If you have a video or other that explains how that would be great 

Thanks again

-Marc

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...