-
Notifications
You must be signed in to change notification settings - Fork 81
Saving and loading settings
The settings are saved each time you close the advanced scene switcher's settings dialog window or if you are shutting down OBS.
The settings of the advanced scene switcher are stored as part of the scene collection of OBS.
So where ever your OBS installation is storing your scene collection data the plugin's settings are stored as well.
An example for a Windows installation of OBS would be the following:
C:\Users\Admin\AppData\Roaming\obs-studio\basic\scenes\Untitled.json
Important note: The settings being stored in as part of OBS' scene collection data has the effect that if you start OBS without the plugin and close OBS the scene collection data will no longer contain any of the plugin's data.
If you want to back up your settings for the currently active scene collection you have the option to export (1) them to a file on the General tab in the "Save / load settings" section.
The resulting file contains all your advanced scene switcher settings of the current scene collection in JSON format.
You can import settings by clicking the "Import" button (2) in the "Save / load settings" section of the General tab.
The plugin automatically creates backups of the settings:
- A backup will be performed for the scene collection that is active when OBS is closed.
- One backup will be kept for each combination of scene collection name and plugin version.
The backups are stored in the plugin-config/advanced-scene-switcher
directory.
The exact location can vary based on your OS and OBS configuration.
For example, on Windows you might find the backups under:
C:\Users\<Your Username Here>\AppData\Roaming\obs-studio\plugin_config\advanced-scene-switcher
- Show webcam only when speaking
- Twitch Category Changer
- Show text source with latest Twitch follower
- Detect elements on screen and hide them automatically
- Motion detection
- Start other programs when starting OBS
- Crossfading audio during scene changes
- Switch scenes randomly
- Re-shuffle VLC source
- Automatically switch scene if a game capture's target window no longer exists
- Audio based scene switching in podcast setting
- Switching scenes based on portrait or landscape mode resolution of a window capture source
- Set up a hotkey to start and stop recording with a fade from and to black
- Automatically cycle through a list of scenes
- Toggle visibility of scene items on a timer
- Advance through a list of scenes by hotkey
- Performing actions only when transitioning from A to B
- Media playlist with commercial interruptions
- Split recording of stream into chunks
- Switching scenes for Aitum Vertical plugin
- Using MIDI devices
- Change capture window of Window Capture source
- Show URLs in clipboard in browser source
- General tab overview
- Starting and stopping the plugin
- Macros explained
- Creating a macro
- Pausing macros
- Macro duration modifiers
- Exporting and importing individual macros
- Audio condition
- Cursor condition
- Date condition
- Hotkey condition
- Media condition
- Process condition
- Scene item transform condition
- Slide Show condition
- Video condition
- Audio action
- Http action
- Hotkey action
- Random action
- Scene item visibility
- Sequence action
- Action Queue example
- Variables
- Websockets
- Scripting
- Troubleshooting
- Saving and loading settings