Dear ShotGrid Community Team,
I hope this message finds you well. I am currently learning and exploring how to integrate ShotGrid with my web application using the ShotGrid Python API. So far, I’ve successfully been able to fetch thumbnails and images associated with shots and sequences. However, I am looking for further assistance on how I can fetch and display full media files (like videos) for shots and sequences using the API.
Here is an outline of my progress and goals:
- Progress: I am currently able to retrieve thumbnails and images for individual shots using the ShotGrid API. These are displayed on my application without any issues.
- Goal: My objective is to fetch the actual media content (such as video files or playable sequences) associated with shots, rather than just thumbnails. I would like to understand the correct approach or API methods that can be used to achieve this.
Could you please provide guidance on how I can retrieve shot media (in video format) via the Python ShotGrid API and how I can display these media files on my web application?
Additionally, if there are specific API endpoints or best practices for handling media retrieval and playback, I would greatly appreciate your insights.
Thank you in advance for your time and assistance. I look forward to any advice or resources that can help me better understand how to work with media assets in ShotGrid.