Alteka / VTKounter

Shows VT Time remaining and also routes it to OBS
GNU General Public License v3.0
15 stars 2 forks source link

Support for PlaybackPro Plus & vMix #12

Closed garethnunns closed 3 years ago

garethnunns commented 3 years ago

Adds in base support for PP+ & vMix; I would appreciate these being tested by others as well.

I've also refactored some aspects to hopefully make it easier to add support for new apps in future.

DrewLX commented 3 years ago

Reviewed today, merged in - I will next add some commits to manage the config data migration from previous version on upgrade.

garethnunns commented 3 years ago

Thank you :)

For the config migration, each version could have a different store in the electron-store

DrewLX commented 3 years ago

Electron store has a migration feature, so really I'd rather use that, because then when users update the majority of settings will persist.