Play Cut Entity in Screening Room for RV

Hi Simon,

I’ve not go this working yet, but I think there was a wider issue for us as we don’t get the Cuts Icon on the browser version of Screening Room either - there’s ongoing support around this.

If you’ve got it in the browser, sounds like a good start so I would just check these things:

  1. Make sure you’re on the latest version of RV. I believe Cuts in Screening Room for RV is only supported with versions RV 2021.0.1+ - available here: Shotgun Software | RV Download

  2. Try out the environment variable, on Linux do this in the shell before launching:
    export RV_USE_CUTS_IN_SCREENING_ROOM=True; rv

  3. Try launching into Screening Room for RV with the following payload, from the command line, changing the cut entity ID:
    rv rvlink://-l -play -flags ModeManagerPreload=shotgun_review_app -eval 'shotgun_review_app.theMode().setServer(“https://site.shotgunstudio.com”); shotgun_review_app.theMode().launchTimeline([(string, string)] {(“entity_type”, “Cut”), (“entity_id”, “1”)});

Hope that helps and you have more luck than I!

Best,
Mark

2 Likes