Skip to content

A simple script to notify a user when something happens with their recording

Notifications You must be signed in to change notification settings

tomasz-brak/nativeNotifierOBS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

nativeNotifierOBS

Easy to setup and effective way to get visual and audio feedback from OBS. THIS is the only script you need to install, no additional programs needed!. Remember to enable notification on top of apps and disable do not disturb mode

A notification on garuda linux A notification on garuda linux

Installation

Linux

  1. Install python (tested on 3.11), alsa-utils

  2. Install python packages: notify-py

  3. Setup obs

  4. Clone the repository to:

    $HOME/.config/obs-studio/scripts
  5. Launch obs, go to tools > scripts

  6. Click the add button and then navigate to the directory where you have cloned the repository

  7. select obs_notify.py

Footnotes

  • Assuming you have followed the instruction above you can now configure the notifications in:

    nano $HOME/.config/obs-studio/scripts/nativeNotifierOBS/obsNativeNotifier/config.toml

Windows

  1. Install python, download

  2. Install OBS

  3. Open Terminal and run:

    python -m pip install notify-py
  4. Clone the repository or download zip

  5. Open the location of your obs install (go to start menu, search OBS, select open file location)

  6. Then go to data/obs-plugins/frontend-tools/scripts

  7. Copy here obsNativeNotifier folder and obs_notify.py from the repository

  8. Launch obs and go to tools > scripts

  9. Select obs_notify.py that you have copied

  10. To edit configuration edit config.toml inside obsNativeNotifier folder

Configuration file Configuration file

External libraries and resources

Notes

  • I use arch (btw) and i have not tested nor used the software on other operating systems, if you spot any bugs or inaccuracies in the installation procedure on other os's please let me know.

About

A simple script to notify a user when something happens with their recording

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages