feat: SG-42241: RV: Implement the ability to fetch filmstrips and thumbnails for sources in coming into RV's Session Manager#1200
Draft
chenlj1 wants to merge 9 commits intoAcademySoftwareFoundation:mainfrom
Draft
Conversation
Signed-off-by: chenl1 <ling.jie.chen@autodesk.com>
Signed-off-by: chenl1 <ling.jie.chen@autodesk.com>
Signed-off-by: chenl1 <ling.jie.chen@autodesk.com>
Signed-off-by: chenl1 <ling.jie.chen@autodesk.com>
Signed-off-by: chenl1 <ling.jie.chen@autodesk.com>
Signed-off-by: chenl1 <ling.jie.chen@autodesk.com>
Signed-off-by: chenl1 <ling.jie.chen@autodesk.com>
…style to qss files Signed-off-by: chenl1 <ling.jie.chen@autodesk.com>
Signed-off-by: chenl1 <ling.jie.chen@autodesk.com>
bernie-laberge
approved these changes
Mar 24, 2026
Contributor
bernie-laberge
left a comment
There was a problem hiding this comment.
Looks good @chenlj1 !
eloisebrosseau
approved these changes
Mar 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
SG-42241: RV: Implement the ability to fetch filmstrips for sources in coming from FPT into RV's Session Manager
Summarize your change.
Added ThumbnailWidget, FilmstripWidget, and SourcePreviewWidget to session_manager_mu.in so that we can display a thumbnail and a scrubbable filmstrip to the session manager UI. Currently I added a fallback icon that will be used when no other is available.
Added two new events
session-manager-get-filmstrip-pathandsession-manager-get-thumbnail-pathwhich gets sent when building the session manager. This is so that we can then use a custom python plugin to pick up these events and process themDescribe the reason for the change.
We want to add a new UI to the source and inputs section of the session manager so that we can have a visual of what each clip is instead of just having a title.
Describe what you have tested and on which operating system.
Tested on MacOS to see if the fallback icon is properly displayed when no plugins are available and also tested if filmstrip scrub and thumbnail hide works when there is a source available.