otu ( OBS themes utility ) is Node.js script, an handle tool for work with your scenes of Open Broadcaster Software
otu is an utility to permit to export/import your theme with all files and scenes in an archive, add and extract scene from theme, and many features are added in the future
npm i otu-tool
- Export OBS theme scenes
- Import OBS theme scenes
- Add single scene on OBS theme
- Extract single scene from OBS theme
- Show info about theme scenes
Create a zip archive (.otu) from scene.json with all files present on scenes
otu-tool export -i mytheme.json -o mythemearchive.otu
Extract files from zip archive (.otu) and create scene.json for OBS
otu-tool import -i mythemearchive.otu -o mytheme.json
Add a single scene to your theme
otu-tool add -i mytheme.json --scene myscenearchive.otu -o mynewtheme.json
Extract single scene from theme
otu-tool extract -i mytheme.json --scene "NameOfScene" -o myscenearchive.otu
Show info about Theme scenes ( scenes collection )
otu-tool show -i mytheme.json --scenes
- Check fonts
and install it if is required -
Extract/Add single scene of your theme with relative files - Convert Streamlabs OBS scenes to OBS Broadcaster Software
Copyright 2021 Salvatore Santagati (mailto:me@salsan.dev)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.