I don’t see an option to launch RV with a selected playlist. Is there a way to configure this?
Thanks!
I don’t see an option to launch RV with a selected playlist. Is there a way to configure this?
Thanks!
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
Ah, interesting.
I haven’t tried launching the screening room via the toolkit with a playlist entity. I’ll try that first…
Thanks!
Yeah, going the Toolkit direction is an excellent idea! Good luck
Works like a charm. Thanks!