Skip to content
/ otu Public

otu is OBS themes utility an handle tool for work with your scenes of Open Broadcaster Software

License

Notifications You must be signed in to change notification settings

salsan/otu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 and scenes in an archive, add and extract scene from theme, and many features are added in the future

Installation

npm i otu-tool

Features

  • 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

Usage

Export

Create a zip archive (.otu) from scene.json with all files present on scenes

otu-tool export -i mytheme.json -o mythemearchive.otu

Import

Extract files from zip archive (.otu) and create scene.json for OBS

otu-tool import -i mythemearchive.otu -o mytheme.json

Add

Add a single scene to your theme

otu-tool add  -i mytheme.json  --scene myscenearchive.otu -o mynewtheme.json

Extract

Extract single scene from theme

otu-tool extract  -i mytheme.json  --scene "NameOfScene"  -o myscenearchive.otu

Show

Show info about Theme scenes ( scenes collection )

otu-tool show  -i mytheme.json  --scenes

Supported Broadcaster Sofware

Download

Todo

License

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.