bitfocus / companion-module-studiocoast-vmix

Studiocoast vMix module for Bitfocus Companion
MIT License
32 stars 10 forks source link

VMIX LIST REMAINING TIME NOT WORKING AS SHOULD #193

Closed tristanpoder closed 1 year ago

tristanpoder commented 1 year ago

Is this a feature relevant to companion itself, and not a module?

Is there an existing issue for this?

Describe the feature

I need to get the list remaining time from vmix. Right now there is a feature called "List remaining time", but it takes the remaining time of a current clip in a list. I need a feature that gives me the whole list's remaining time. How much time is remaining until the end of the list.

Usecases

That time can be implemented into timers. Right now we have to do this process manually, but when doing this manually, there is room for error.

thedist commented 1 year ago

Duplicate of #181

Essentially, the vMix API only provides the data for the currently playing item in the list. All we know of the other items are the filenames but not duration, so this is not something we can add as would entirely be on vMix themselves to give us that data in the API.