https://github.com/xatitive/mobs
OBS Plugin to add some custom QoL clipping features currently not currently avaliable
https://github.com/xatitive/mobs
obs obs-plugin obs-script
Last synced: 7 months ago
JSON representation
OBS Plugin to add some custom QoL clipping features currently not currently avaliable
- Host: GitHub
- URL: https://github.com/xatitive/mobs
- Owner: xatitive
- License: gpl-3.0
- Created: 2023-08-27T03:13:51.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-27T03:14:37.000Z (over 2 years ago)
- Last Synced: 2023-08-27T04:22:35.635Z (over 2 years ago)
- Topics: obs, obs-plugin, obs-script
- Language: Python
- Homepage:
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mOBS
OBS Plugin to add some custom QoL clipping features currently not currently avaliable
> heavily templated from [this repo](https://github.com/Bootscreen/OBS-Skripte)
## Features
This script is currently able to
- Start the replay buffer on load of the plugin
- Play a sound on OBS start
- Play a sound when clipping with specified hotkey
- Notifications
## Requirements
```
obspython
simpleaudio
psutil
pathlib
notifypy
```
To install:
`pip install -r requirements.txt`