RobertWilliams
Member
How do i 'export' my timer configs? I have a second install my OBS setup and would like to copy my settings without having to recreate them manually. TIA.
Hi, I currently use the OBS supplies plugin template as a basis for my plugin which includes the code that builds the different versions of the plugin so I don't have a plan for Linux mint specifically, just whatever Linux app file I'm currently producing. If you're using flatpak there was one user who had a similar issue using flatpak for OBS and I think I was able to help them move the pre installed files from the Linux installer into the required folder format for flatpak. You can have a look at the GitHub issue here:Is there a chance that this plugin will also be available for Linux Mint (Ubuntu) in the near future?
There is no built in function to export the config file in the plugin but you can locate the config file wherever plugin files are stored on windows Mac. I'm not near my pc just now so can't tell you the folder locations offhand.How do i 'export' my timer configs? I have a second install my OBS setup and would like to copy my settings without having to recreate them manually. TIA.
I am using a Windows PC. I can see a config.json under Roaming/obs-studio/plugin_config/obs-plugin-countdown. Other than copying this file, is there any other things I need to do after copying the file to the 2nd computer?There is no built in function to export the config file in the plugin but you can locate the config file wherever plugin files are stored on windows Mac. I'm not near my pc just now so can't tell you the folder locations offhand.
Are you using Windows or MacOS?
That should be enough for the plugin itself. Just a note that the position of the plugin window on the UI won't be transferred with this file as that's saved by OBS in its own settings file. This just means you'll need to place the dock window and size it again.I am using a Windows PC. I can see a config.json under Roaming/obs-studio/plugin_config/obs-plugin-countdown. Other than copying this file, is there any other things I need to do after copying the file to the 2nd computer?
I believe there's a file called `global.ini` in the obs-studio folder that contains the UI settings.Are window position settings stored in a common OBS file or in a separate one for each scene?