0.0.6 • Published 3 years ago

otu-tool v0.0.6

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 years ago

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 (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.