Hello.
Inside the director, a Template element can be drag&Drop inside the playlist.
Is it possible to get the data Inside a director plugin ?
In DragEnter, GetFormats() give me 5 values (FileDrop, FileNameW, FileName, AssetListDataFormat, DirectorDragDropDataContext). The type of these values are not defined in Ventuz.Director.Shared.
Thank you.
DragDrop Data
Re: DragDrop Data
Hello.
Now i can get value for FileDrop, FileNameW, FileName. Not for AssetListDataFormat and DirectorDragDropDataContext. I don't know if this two values would be usefull.
Now i can get value for FileDrop, FileNameW, FileName. Not for AssetListDataFormat and DirectorDragDropDataContext. I don't know if this two values would be usefull.
Re: DragDrop Data
Hello.
I think i can use data from FileDrop wich contains things like this : ventuz://pages/LineChart_20130805_185454.vpg or ventuz://templates/template\Linechart/Linechart/Linechart.
Also perhaps i can use this.plugin.Application.Show.Templates.GetTemplates() to retrieve data associated with the corresponding FileDrop (by name or .vpg file data perhaps).
For now i face a problem with channels, here is the configuration of the show :
There is 3 channels but :
only returns 1 channel. Any idea ?
I think i can use data from FileDrop wich contains things like this : ventuz://pages/LineChart_20130805_185454.vpg or ventuz://templates/template\Linechart/Linechart/Linechart.
Also perhaps i can use this.plugin.Application.Show.Templates.GetTemplates() to retrieve data associated with the corresponding FileDrop (by name or .vpg file data perhaps).
For now i face a problem with channels, here is the configuration of the show :
There is 3 channels but :
Code: Select all
this.plugin.Application.Show.Channels.Count
Re: DragDrop Data
Re.
Regarding channel count, problem solved. The Director needs to be configured to be able to use the 3 channels.
Regarding channel count, problem solved. The Director needs to be configured to be able to use the 3 channels.