mirror of
https://github.com/onyx-and-iris/simple-recorder.git
synced 2026-04-20 16:23:34 +00:00
Compare commits
18 Commits
v0.1.4
...
3c77be2ff9
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c77be2ff9 | |||
| e8d0fcf56d | |||
| 69a0f607e4 | |||
| 40429892e8 | |||
| 1a5c0d4537 | |||
| ebad2f51c9 | |||
| 528573cd5a | |||
| 3eb37295c2 | |||
| ef68915f6a | |||
| b161c1ec3d | |||
| e37ae8dddc | |||
| 1d6fbd0bda | |||
| 0814678278 | |||
| 68041f1406 | |||
| bba2361964 | |||
| d8cdae61a9 | |||
| a43813fc00 | |||
| 87dbd0b8e5 |
27
README.md
27
README.md
@@ -3,9 +3,7 @@
|
|||||||
[](https://pdm-project.org)
|
[](https://pdm-project.org)
|
||||||
[](https://github.com/astral-sh/ruff)
|
[](https://github.com/astral-sh/ruff)
|
||||||
|
|
||||||
A single purpose application for naming file recording in OBS.
|
A simple OBS recorder app. Run it as a CLI or a GUI.
|
||||||
|
|
||||||
Run it as a CLI or a GUI.
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
@@ -30,7 +28,7 @@ pipx install simple-recorder
|
|||||||
|
|
||||||
*with pyz*
|
*with pyz*
|
||||||
|
|
||||||
An executable pyz has been included in [Release](https://github.com/onyx-and-iris/simple-recorder/releases) which you can run in Windows. Follow the steps in this [Setting up Windows for Zipapps](https://jhermann.github.io/blog/python/deployment/2020/02/29/python_zippapps_on_windows.html#Setting-Up-Windows-10-for-Zipapps) guide.
|
An executable pyz has been included in [Releases](https://github.com/onyx-and-iris/simple-recorder/releases) which you can run in Windows. Follow the steps in this [Setting up Windows for Zipapps](https://jhermann.github.io/blog/python/deployment/2020/02/29/python_zippapps_on_windows.html#Setting-Up-Windows-10-for-Zipapps) guide.
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
@@ -61,37 +59,38 @@ simple-recorder
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
Just enter the filename and click *Start Recording*.
|
Just enter the filename and click *Start*.
|
||||||
|
|
||||||
#### Themes
|
#### Themes
|
||||||
|
|
||||||
Passing flags is fine, however, for example to set the theme:
|
You can change the colour theme with the --theme option:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
simple-recorder --theme="Light Purple"
|
simple-recorder --theme="Light Purple"
|
||||||
```
|
```
|
||||||
|
|
||||||
Available themes: Light Purple, Neutral Blue, Reds, Sandy Beach, Kayak, Light Blue 2, Dark Teal1
|
|
||||||
|
|
||||||
### CLI
|
### CLI
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
Usage: simple-recorder [OPTIONS] COMMAND
|
Usage: simple-recorder [OPTIONS] COMMAND
|
||||||
|
|
||||||
┏━ Subcommands ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
┏━ Subcommands ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||||
┃ start Start recording ┃
|
┃ start Start recording ┃
|
||||||
┃ stop Stop recording ┃
|
┃ stop Stop recording ┃
|
||||||
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
┃ pause Pause recording ┃
|
||||||
|
┃ resume Resume recording ┃
|
||||||
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||||
|
|
||||||
┏━ Options ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
┏━ Options ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
|
||||||
┃ --host <HOST> OBS WebSocket host ┃
|
┃ --host <HOST> OBS WebSocket host ┃
|
||||||
┃ --port <PORT> OBS WebSocket port ┃
|
┃ --port <PORT> OBS WebSocket port ┃
|
||||||
┃ --password <PASSWORD> OBS WebSocket password ┃
|
┃ --password <PASSWORD> OBS WebSocket password ┃
|
||||||
┃ --theme <THEME> OBS WebSocket theme ┃
|
┃ --theme <THEME> GUI theme (Light Purple, Neutral Blue, Reds, Sandy Beach, ┃
|
||||||
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
┃ Kayak, Light Blue 2) ┃
|
||||||
|
┗━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┛
|
||||||
```
|
```
|
||||||
|
|
||||||
For example:
|
To launch the CLI pass any subcommand (start/stop etc...), for example:
|
||||||
|
|
||||||
```console
|
```console
|
||||||
simple-recorder start "File Name"
|
simple-recorder start "File Name"
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 58 KiB After Width: | Height: | Size: 84 KiB |
@@ -1,6 +1,6 @@
|
|||||||
[project]
|
[project]
|
||||||
name = "simple-recorder"
|
name = "simple-recorder"
|
||||||
version = "0.1.4"
|
version = "0.2.0"
|
||||||
description = "A simple OBS recorder"
|
description = "A simple OBS recorder"
|
||||||
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
|
authors = [{ name = "onyx-and-iris", email = "code@onyxandiris.online" }]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
|
|||||||
@@ -5,6 +5,8 @@ from typing_extensions import override
|
|||||||
|
|
||||||
from .errors import SimpleRecorderError
|
from .errors import SimpleRecorderError
|
||||||
from .gui import SimpleRecorderWindow
|
from .gui import SimpleRecorderWindow
|
||||||
|
from .pause import Pause
|
||||||
|
from .resume import Resume
|
||||||
from .start import Start
|
from .start import Start
|
||||||
from .stop import Stop
|
from .stop import Stop
|
||||||
|
|
||||||
@@ -15,9 +17,6 @@ config = ClypiConfig(
|
|||||||
)
|
)
|
||||||
configure(config)
|
configure(config)
|
||||||
|
|
||||||
|
|
||||||
def theme_parser(value: str) -> str:
|
|
||||||
"""Parse the theme argument."""
|
|
||||||
themes = [
|
themes = [
|
||||||
"Light Purple",
|
"Light Purple",
|
||||||
"Neutral Blue",
|
"Neutral Blue",
|
||||||
@@ -25,8 +24,11 @@ def theme_parser(value: str) -> str:
|
|||||||
"Sandy Beach",
|
"Sandy Beach",
|
||||||
"Kayak",
|
"Kayak",
|
||||||
"Light Blue 2",
|
"Light Blue 2",
|
||||||
"Dark Teal1",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
def theme_parser(value: str) -> str:
|
||||||
|
"""Parse the theme argument."""
|
||||||
if value not in themes:
|
if value not in themes:
|
||||||
raise ClypiException(
|
raise ClypiException(
|
||||||
f"Invalid theme: {value}. Available themes: {', '.join(themes)}"
|
f"Invalid theme: {value}. Available themes: {', '.join(themes)}"
|
||||||
@@ -35,19 +37,31 @@ def theme_parser(value: str) -> str:
|
|||||||
|
|
||||||
|
|
||||||
class SimpleRecorder(Command):
|
class SimpleRecorder(Command):
|
||||||
subcommand: Start | Stop | None = None
|
subcommand: Start | Stop | Pause | Resume | None = None
|
||||||
host: str = arg(default="localhost", env="OBS_HOST", help="OBS WebSocket host")
|
host: str = arg(default="localhost", env="OBS_HOST", help="OBS WebSocket host")
|
||||||
port: int = arg(default=4455, env="OBS_PORT", help="OBS WebSocket port")
|
port: int = arg(default=4455, env="OBS_PORT", help="OBS WebSocket port")
|
||||||
password: str | None = arg(
|
password: str | None = arg(
|
||||||
default=None, env="OBS_PASSWORD", help="OBS WebSocket password"
|
default=None, env="OBS_PASSWORD", help="OBS WebSocket password"
|
||||||
)
|
)
|
||||||
theme: str = arg(
|
theme: str = arg(
|
||||||
default="Reds", parser=theme_parser, env="OBS_THEME", help="OBS WebSocket theme"
|
default="Reds",
|
||||||
|
parser=theme_parser,
|
||||||
|
env="OBS_THEME",
|
||||||
|
help=f"GUI theme ({', '.join(themes)})",
|
||||||
|
)
|
||||||
|
debug: bool = arg(
|
||||||
|
default=False,
|
||||||
|
env="DEBUG",
|
||||||
|
help="Enable debug logging",
|
||||||
|
hidden=True,
|
||||||
)
|
)
|
||||||
|
|
||||||
@override
|
@override
|
||||||
async def run(self):
|
async def run(self):
|
||||||
"""Run the Simple Recorder GUI."""
|
"""Run the Simple Recorder GUI."""
|
||||||
|
if self.debug:
|
||||||
|
logging.basicConfig(level=logging.DEBUG)
|
||||||
|
|
||||||
window = SimpleRecorderWindow(self.host, self.port, self.password, self.theme)
|
window = SimpleRecorderWindow(self.host, self.port, self.password, self.theme)
|
||||||
await window.run()
|
await window.run()
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,11 @@
|
|||||||
import logging
|
import logging
|
||||||
|
|
||||||
import FreeSimpleGUI as fsg
|
import FreeSimpleGUI as fsg
|
||||||
from clypi import ClypiException
|
import obsws_python as obsws
|
||||||
|
|
||||||
|
from .errors import SimpleRecorderError
|
||||||
|
from .pause import Pause
|
||||||
|
from .resume import Resume
|
||||||
from .start import Start
|
from .start import Start
|
||||||
from .stop import Stop
|
from .stop import Stop
|
||||||
|
|
||||||
@@ -17,25 +20,89 @@ class SimpleRecorderWindow(fsg.Window):
|
|||||||
self.password = password
|
self.password = password
|
||||||
fsg.theme(theme)
|
fsg.theme(theme)
|
||||||
|
|
||||||
layout = [
|
try:
|
||||||
[fsg.Text("Enter recording filename:")],
|
with obsws.ReqClient(
|
||||||
[fsg.InputText("", key="-FILENAME-")],
|
host=self.host, port=self.port, password=self.password, timeout=3
|
||||||
[fsg.Button("Start Recording"), fsg.Button("Stop Recording")],
|
) as client:
|
||||||
[fsg.Text("Status: Not started", key="-OUTPUT-")],
|
resp = client.get_version()
|
||||||
|
status_message = f"Connected to OBS {resp.obs_version} ✓"
|
||||||
|
except (ConnectionRefusedError, TimeoutError):
|
||||||
|
status_message = "Failed to connect to OBS. Is it running?"
|
||||||
|
|
||||||
|
recorder_layout = [
|
||||||
|
[fsg.Text("Enter recording filename:", key="-PROMPT-")],
|
||||||
|
[fsg.InputText("default_name", key="-FILENAME-", focus=True)],
|
||||||
|
[
|
||||||
|
fsg.Button("Start", key="Start Recording", size=(20, 1)),
|
||||||
|
fsg.Button("Stop", key="Stop Recording", size=(20, 1)),
|
||||||
|
],
|
||||||
|
[
|
||||||
|
fsg.Button("Pause", key="Pause Recording", size=(20, 1)),
|
||||||
|
fsg.Button("Resume", key="Resume Recording", size=(20, 1)),
|
||||||
|
],
|
||||||
|
[
|
||||||
|
fsg.Button("Split", key="Split Recording", size=(20, 1)),
|
||||||
|
fsg.Button("Add Chapter", key="Add Chapter", size=(20, 1)),
|
||||||
|
],
|
||||||
]
|
]
|
||||||
super().__init__("Simple Recorder", layout, finalize=True)
|
|
||||||
|
frame = fsg.Frame(
|
||||||
|
"",
|
||||||
|
recorder_layout,
|
||||||
|
relief=fsg.RELIEF_SUNKEN,
|
||||||
|
)
|
||||||
|
|
||||||
|
recorder_tab = fsg.Tab(
|
||||||
|
"Recorder",
|
||||||
|
[
|
||||||
|
[frame],
|
||||||
|
[
|
||||||
|
fsg.Text(
|
||||||
|
f"Status: {status_message}",
|
||||||
|
key="-OUTPUT-",
|
||||||
|
text_color="white"
|
||||||
|
if status_message.startswith("Connected")
|
||||||
|
else "red",
|
||||||
|
)
|
||||||
|
],
|
||||||
|
],
|
||||||
|
)
|
||||||
|
|
||||||
|
settings_layout = [
|
||||||
|
[fsg.Text("Enter the filepath for the recording:")],
|
||||||
|
[fsg.InputText("", key="-FILEPATH-", size=(45, 1))],
|
||||||
|
]
|
||||||
|
|
||||||
|
settings_tab = fsg.Tab("Settings", settings_layout)
|
||||||
|
|
||||||
|
mainframe = [
|
||||||
|
[fsg.TabGroup([[recorder_tab, settings_tab]])],
|
||||||
|
]
|
||||||
|
|
||||||
|
super().__init__("Simple Recorder", mainframe, finalize=True)
|
||||||
self["-FILENAME-"].bind("<Return>", " || RETURN")
|
self["-FILENAME-"].bind("<Return>", " || RETURN")
|
||||||
self["Start Recording"].bind("<Return>", " || RETURN")
|
self["Start Recording"].bind("<Return>", " || RETURN")
|
||||||
self["Stop Recording"].bind("<Return>", " || RETURN")
|
self["Stop Recording"].bind("<Return>", " || RETURN")
|
||||||
|
self["Pause Recording"].bind("<Return>", " || RETURN")
|
||||||
|
self["Resume Recording"].bind("<Return>", " || RETURN")
|
||||||
|
|
||||||
|
self["-FILENAME-"].bind("<KeyPress>", " || KEYPRESS")
|
||||||
|
self["-FILENAME-"].update(select=True)
|
||||||
|
self["Add Chapter"].bind("<FocusIn>", " || FOCUS")
|
||||||
|
self["Add Chapter"].bind("<Enter>", " || FOCUS")
|
||||||
|
self["Add Chapter"].bind("<FocusOut>", " || LEAVE")
|
||||||
|
self["Add Chapter"].bind("<Leave>", " || LEAVE")
|
||||||
|
self["Add Chapter"].bind("<Button-3>", " || RIGHT_CLICK")
|
||||||
|
|
||||||
async def run(self):
|
async def run(self):
|
||||||
while True:
|
while True:
|
||||||
event, values = self.read()
|
event, values = self.read()
|
||||||
|
self.logger.debug(f"Event: {event}, Values: {values}")
|
||||||
if event == fsg.WIN_CLOSED:
|
if event == fsg.WIN_CLOSED:
|
||||||
break
|
break
|
||||||
|
|
||||||
match event.split(" || "):
|
match e := event.split(" || "):
|
||||||
case ["Start Recording", "RETURN" | None] | ["-FILENAME-", "RETURN"]:
|
case ["Start Recording"] | ["Start Recording" | "-FILENAME-", "RETURN"]:
|
||||||
try:
|
try:
|
||||||
await Start(
|
await Start(
|
||||||
filename=values["-FILENAME-"],
|
filename=values["-FILENAME-"],
|
||||||
@@ -46,12 +113,12 @@ class SimpleRecorderWindow(fsg.Window):
|
|||||||
self["-OUTPUT-"].update(
|
self["-OUTPUT-"].update(
|
||||||
"Recording started successfully", text_color="green"
|
"Recording started successfully", text_color="green"
|
||||||
)
|
)
|
||||||
except ClypiException as e:
|
except SimpleRecorderError as e:
|
||||||
self["-OUTPUT-"].update(
|
self["-OUTPUT-"].update(
|
||||||
f"Error: {e.raw_message}", text_color="red"
|
f"Error: {e.raw_message}", text_color="red"
|
||||||
)
|
)
|
||||||
|
|
||||||
case ["Stop Recording", "RETURN" | None]:
|
case ["Stop Recording"] | ["Stop Recording", "RETURN"]:
|
||||||
try:
|
try:
|
||||||
await Stop(
|
await Stop(
|
||||||
host=self.host, port=self.port, password=self.password
|
host=self.host, port=self.port, password=self.password
|
||||||
@@ -59,12 +126,58 @@ class SimpleRecorderWindow(fsg.Window):
|
|||||||
self["-OUTPUT-"].update(
|
self["-OUTPUT-"].update(
|
||||||
"Recording stopped successfully", text_color="green"
|
"Recording stopped successfully", text_color="green"
|
||||||
)
|
)
|
||||||
except ClypiException as e:
|
except SimpleRecorderError as e:
|
||||||
self["-OUTPUT-"].update(
|
self["-OUTPUT-"].update(
|
||||||
f"Error: {e.raw_message}", text_color="red"
|
f"Error: {e.raw_message}", text_color="red"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
case ["Pause Recording"] | ["Pause Recording", "RETURN"]:
|
||||||
|
try:
|
||||||
|
await Pause(
|
||||||
|
host=self.host, port=self.port, password=self.password
|
||||||
|
).run()
|
||||||
|
self["-OUTPUT-"].update(
|
||||||
|
"Recording paused successfully", text_color="green"
|
||||||
|
)
|
||||||
|
except SimpleRecorderError as e:
|
||||||
|
self["-OUTPUT-"].update(
|
||||||
|
f"Error: {e.raw_message}", text_color="red"
|
||||||
|
)
|
||||||
|
|
||||||
|
case ["Resume Recording"] | ["Resume Recording", "RETURN"]:
|
||||||
|
try:
|
||||||
|
await Resume(
|
||||||
|
host=self.host, port=self.port, password=self.password
|
||||||
|
).run()
|
||||||
|
self["-OUTPUT-"].update(
|
||||||
|
"Recording resumed successfully", text_color="green"
|
||||||
|
)
|
||||||
|
except SimpleRecorderError as e:
|
||||||
|
self["-OUTPUT-"].update(
|
||||||
|
f"Error: {e.raw_message}", text_color="red"
|
||||||
|
)
|
||||||
|
|
||||||
|
case ["Add Chapter", "FOCUS" | "LEAVE" as focus_event]:
|
||||||
|
if focus_event == "FOCUS":
|
||||||
|
self["-OUTPUT-"].update(
|
||||||
|
"Right-click to set a chapter name", text_color="white"
|
||||||
|
)
|
||||||
|
else:
|
||||||
|
self["-OUTPUT-"].update("", text_color="white")
|
||||||
|
|
||||||
|
case ["Add Chapter", "RIGHT_CLICK"]:
|
||||||
|
_ = fsg.popup_get_text(
|
||||||
|
"Enter chapter name:",
|
||||||
|
"Add Chapter",
|
||||||
|
default_text="unnamed",
|
||||||
|
)
|
||||||
|
|
||||||
|
case ["Split Recording" | "Add Chapter"]:
|
||||||
|
self["-OUTPUT-"].update(
|
||||||
|
"This feature is not implemented yet", text_color="orange"
|
||||||
|
)
|
||||||
|
|
||||||
case _:
|
case _:
|
||||||
self.logger.warning(f"Unhandled event: {event}")
|
self.logger.debug(f"Unhandled event: {e}")
|
||||||
|
|
||||||
self.close()
|
self.close()
|
||||||
|
|||||||
30
src/simple_recorder/pause.py
Normal file
30
src/simple_recorder/pause.py
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
import obsws_python as obsws
|
||||||
|
from clypi import Command, arg
|
||||||
|
from typing_extensions import override
|
||||||
|
|
||||||
|
from .errors import SimpleRecorderError
|
||||||
|
|
||||||
|
|
||||||
|
class Pause(Command):
|
||||||
|
"""Pause recording."""
|
||||||
|
|
||||||
|
host: str = arg(inherited=True)
|
||||||
|
port: int = arg(inherited=True)
|
||||||
|
password: str = arg(inherited=True)
|
||||||
|
|
||||||
|
@override
|
||||||
|
async def run(self):
|
||||||
|
try:
|
||||||
|
with obsws.ReqClient(
|
||||||
|
host=self.host, port=self.port, password=self.password, timeout=3
|
||||||
|
) as client:
|
||||||
|
resp = client.get_record_status()
|
||||||
|
if not resp.output_active:
|
||||||
|
raise SimpleRecorderError("No active recording to pause.")
|
||||||
|
if resp.output_paused:
|
||||||
|
raise SimpleRecorderError("Recording is already paused.")
|
||||||
|
|
||||||
|
client.pause_record()
|
||||||
|
print("Recording paused successfully.")
|
||||||
|
except TimeoutError:
|
||||||
|
raise SimpleRecorderError("Failed to connect to OBS. Is it running?")
|
||||||
30
src/simple_recorder/resume.py
Normal file
30
src/simple_recorder/resume.py
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
import obsws_python as obsws
|
||||||
|
from clypi import Command, arg
|
||||||
|
from typing_extensions import override
|
||||||
|
|
||||||
|
from .errors import SimpleRecorderError
|
||||||
|
|
||||||
|
|
||||||
|
class Resume(Command):
|
||||||
|
"""Resume recording."""
|
||||||
|
|
||||||
|
host: str = arg(inherited=True)
|
||||||
|
port: int = arg(inherited=True)
|
||||||
|
password: str = arg(inherited=True)
|
||||||
|
|
||||||
|
@override
|
||||||
|
async def run(self):
|
||||||
|
try:
|
||||||
|
with obsws.ReqClient(
|
||||||
|
host=self.host, port=self.port, password=self.password, timeout=3
|
||||||
|
) as client:
|
||||||
|
resp = client.get_record_status()
|
||||||
|
if not resp.output_active:
|
||||||
|
raise SimpleRecorderError("No active recording to resume.")
|
||||||
|
if not resp.output_paused:
|
||||||
|
raise SimpleRecorderError("Recording is not paused.")
|
||||||
|
|
||||||
|
client.resume_record()
|
||||||
|
print("Recording resumed successfully.")
|
||||||
|
except TimeoutError:
|
||||||
|
raise SimpleRecorderError("Failed to connect to OBS. Is it running?")
|
||||||
@@ -29,8 +29,9 @@ class Start(Command):
|
|||||||
if not self.filename:
|
if not self.filename:
|
||||||
raise SimpleRecorderError("Recording name cannot be empty.")
|
raise SimpleRecorderError("Recording name cannot be empty.")
|
||||||
|
|
||||||
|
try:
|
||||||
with obsws.ReqClient(
|
with obsws.ReqClient(
|
||||||
host=self.host, port=self.port, password=self.password
|
host=self.host, port=self.port, password=self.password, timeout=3
|
||||||
) as client:
|
) as client:
|
||||||
resp = client.get_record_status()
|
resp = client.get_record_status()
|
||||||
if resp.output_active:
|
if resp.output_active:
|
||||||
@@ -44,3 +45,5 @@ class Start(Command):
|
|||||||
)
|
)
|
||||||
client.start_record()
|
client.start_record()
|
||||||
print(f"Recording started with filename: {highlight(filename)}")
|
print(f"Recording started with filename: {highlight(filename)}")
|
||||||
|
except TimeoutError:
|
||||||
|
raise SimpleRecorderError("Failed to connect to OBS. Is it running?")
|
||||||
|
|||||||
@@ -15,8 +15,9 @@ class Stop(Command):
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
async def run(self):
|
async def run(self):
|
||||||
|
try:
|
||||||
with obsws.ReqClient(
|
with obsws.ReqClient(
|
||||||
host=self.host, port=self.port, password=self.password
|
host=self.host, port=self.port, password=self.password, timeout=3
|
||||||
) as client:
|
) as client:
|
||||||
resp = client.get_record_status()
|
resp = client.get_record_status()
|
||||||
if not resp.output_active:
|
if not resp.output_active:
|
||||||
@@ -24,3 +25,5 @@ class Stop(Command):
|
|||||||
|
|
||||||
client.stop_record()
|
client.stop_record()
|
||||||
print(highlight("Recording stopped successfully."))
|
print(highlight("Recording stopped successfully."))
|
||||||
|
except TimeoutError:
|
||||||
|
raise SimpleRecorderError("Failed to connect to OBS. Is it running?")
|
||||||
|
|||||||
Reference in New Issue
Block a user