Th0rstenf / Rocksniffer-to-Streamer.bot-extension

A set of streamerbot actions interacting with the Rocksmith RSSniffer
MIT License
6 stars 1 forks source link

Add an option to disable the automatic scene switching #72

Closed Th0rstenf closed 1 year ago

Th0rstenf commented 1 year ago

Name of the variable should be: songSceneAutoSwitchMode First values, solved in this issue should be:

Sequential is the old solution. switchScenes variable could stay in Program, but not needed then as a Global variable. As:

Or, values could be like:

kozaka-tv commented 1 year ago

I added songSwitchPeriod to readme.md in #67, but maybe a new Global variable should be added beside the songSwitchPeriod to enable or disable this. That way we could turn automatic switching on/off in SB on the run but keep the value "fixed" in config.

Th0rstenf commented 1 year ago

I added songSwitchPeriod to readme.md in #67, but maybe a new Global variable should be added beside the songSwitchPeriod to enable or disable this. That way we could turn automatic switching on/off in SB on the run but keep the value "fixed" in config.

I think this can be combined with #76