A simple OBS recorder
Project description
simple-recorder
A single purpose application for naming file recording in OBS.
Run it as a CLI or a GUI.
Requirements
- Python 3.11 or greater
- OBS Studio 28+
Installation
with uv
uv tool install simple-recorder
with pipx
pipx install simple-recorder
with pyz
An executable pyz has been included in Releases which you can run in Windows. Follow the steps in this Setting up Windows for Zipapps guide.
Configuration
Pass --host, --port and --password as flags on the root command:
simple-recorder --host=localhost --port=4455 --password=<websocket password> --help
Or load them from your environment:
OBS_HOST=localhost
OBS_PORT=4455
OBS_PASSWORD=<websocket password>
OBS_THEME=Reds
Use
GUI
To launch the GUI run the root command without any subcommands:
simple-recorder
Just enter the filename and click Start Recording.
Themes
However, passing flags is fine, for example to set the theme:
simple-recorder --theme="Light Purple"
CLI
Usage: simple-recorder [OPTIONS] COMMAND
┏━ Subcommands ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ start Start recording ┃
┃ stop Stop recording ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
┏━ Options ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
┃ --host <HOST> OBS WebSocket host ┃
┃ --port <PORT> OBS WebSocket port ┃
┃ --password <PASSWORD> OBS WebSocket password ┃
┃ --theme <THEME> GUI theme (Light Purple, Neutral Blue, Reds, Sandy Beach, ┃
┃ Kayak, Light Blue 2) ┃
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
To launch the CLI pass any subcommand (start/stop etc...), for example:
simple-recorder start "File Name"
simple-recorder stop
- If no filename is passed to start then you will be prompted for one.
- A default_name will be used if none is supplied to the prompt.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file simple_recorder-0.1.7.tar.gz.
File metadata
- Download URL: simple_recorder-0.1.7.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.25.3 CPython/3.13.3 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6ef816ff43b265b8bcd77e2379154026a5d2f577543ea1cd85db2ff4fe8cf106
|
|
| MD5 |
90f02c86901f234a20f34ce7b82525a7
|
|
| BLAKE2b-256 |
0cc643b4ffe98e0579597ce5d97dd9731d5a09df024a7895e5e264ca9fe8d8f4
|
File details
Details for the file simple_recorder-0.1.7-py3-none-any.whl.
File metadata
- Download URL: simple_recorder-0.1.7-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: pdm/2.25.3 CPython/3.13.3 Linux/6.11.0-1015-azure
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
455976548e5f0da5302c8cd4c9b8f293eaab8b7dd15309c5a61f18ab157d830f
|
|
| MD5 |
c1c5e0fbea578873dc024da0a14b7a65
|
|
| BLAKE2b-256 |
74c1e62acf3e6f4fb8adab0c11bd637dfdc2e1be7966a2d05566e22f84ee170c
|