Possible to launch RV on playlist selection?

I don’t see an option to launch RV with a selected playlist. Is there a way to configure this?

Thanks!

1 Like

Hey!

Thank you for posting on the forums.

I don’t think there’s an easy out of the box way of doing it, though you can try:

rv -flags ModeManagerPreload=shotgun_review_app -eval 'shotgun_review_app.theMode().setServer("https://YOURSITE.com");shotgun_review_app.theMode().launchTimeline([(string,string)]{("entity_type","Playlist"),("entity_id","INTEGERNUMBER")});'

You can wrap the above command into an alias that you can pass a playlist ID to.

Hope this helps!

Thanks,
Alexa

3 Likes

Ah, interesting.
I haven’t tried launching the screening room via the toolkit with a playlist entity. I’ll try that first…
Thanks!

1 Like

Yeah, going the Toolkit direction is an excellent idea! Good luck :slight_smile:

Works like a charm. Thanks!

4 Likes