Page 1 of 1

Project Path from Director Plugin

Posted: 13 Feb 2019, 11:24
by Robert
Hi,

Since Ventuz X it is not possible to get the ProjectPath anymore using IDirectorShow.

Do you have a sample code to get the project path using maybe the VMSConfig or something else ?

Regards,

Robert

Re: Project Path from Director Plugin

Posted: 14 Feb 2019, 11:20
by Robert
Any ideas ?

Re: Project Path from Director Plugin

Posted: 15 Feb 2019, 10:19
by Karol
Hi Robert,

We removed this property for a cleanup of our internal URI handling and forgot a replacement.
You need to work around this with the Remoting4 API. You could e.g. use Ventuz.Remoting4.MachineService.VMS2.Client which has the GetProjectsDetailed() method. The returned items contain the Project Guid and its path. Now you have to compare IProjectInfo.ID of your show with the array entries...

Best Regards
Karol

Re: Project Path from Director Plugin

Posted: 18 Feb 2019, 10:26
by Robert
Hi Karol,

Thank you. I will do that.

Regards,

Rob