OTU - OBS Themes Utility

Free OTU - OBS Themes Utility 0.0.6

otu

otu ( OBS themes utility ) is Node.js script, an handle tool for work with your scenes of Open Broadcaster Software

Description

otu is an utility to permit to export/import your theme with all files in an archive, add and extract scene from theme, and many features are added in the future

Installation

Code:
npm i otu-tool

Features
  • Export OBS theme scene
  • Import OBS theme scene
  • Add single scene on OBS theme
  • Extract single scene from OBS theme
Usage

Export
Create a zip archive (.otu) from scene.json with all files present on scenes
Code:
otu-tool export -i myscene.json -o myscenearchive.otu

Import
Extract files from zip archive (.otu) and create scene.json for OBS
Code:
otu-tool import -i myscenearchive.otu -o myscene.json

Add
Add a single scene to your theme
Code:
otu-tool add  -i mytheme.json  --scene myscenearchive.otu -o mynewtheme.json

Extract
Extract single scene from theme
Code:
otu-tool extract  -i mytheme.json  --scene "NameOfScene"  -o myscenearchive.otu


Supported Broadcaster Sofware
Download
Todo
License

Copyright 2021 Salvatore Santagati (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.
Author
salsan
Downloads
1,968
Views
3,800
First release
Last update
Rating
0.00 star(s) 0 ratings

Latest updates

  1. otu v0.0.6

    ChangeLog v0.0.6 ✔️ feat: add showinfo list all scenes and item present on theme ✔️ fix : add...
  2. otu v0.0.5

    ChangeLog v0.0.5 ✔️ feat: add support to add or extract single scene from OBS theme v0.0.4 ✔️...
Top