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
Project Path from Director Plugin
Moderator: Support
Re: Project Path from Director Plugin
Any ideas ?
Re: Project Path from Director Plugin
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
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
Hi Karol,
Thank you. I will do that.
Regards,
Rob
Thank you. I will do that.
Regards,
Rob