Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rennerdo30/obs-statusbar-custom-infos
This plugin allows you to display custom text information in the OBS Studio status bar.
https://github.com/rennerdo30/obs-statusbar-custom-infos
Last synced: about 11 hours ago
JSON representation
This plugin allows you to display custom text information in the OBS Studio status bar.
- Host: GitHub
- URL: https://github.com/rennerdo30/obs-statusbar-custom-infos
- Owner: rennerdo30
- License: gpl-2.0
- Created: 2024-08-02T10:37:07.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-08-02T22:29:02.000Z (5 months ago)
- Last Synced: 2024-08-04T00:18:57.690Z (5 months ago)
- Language: CMake
- Homepage:
- Size: 64.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# OBS Status Bar Plugin
This plugin allows you to display custom text information in the OBS Studio status bar.
## Features
* **Dynamic Updates:** Easily update the displayed information by adding or modifying `.txt` files in the designated plugin folder.
* **Real-Time Refreshing:** The status bar updates automatically whenever a `.txt` file is added, removed, or changed.## Usage
1. Install the plugin.
2. Create `.txt` files with the desired text content.
3. Place the `.txt` files in the designated plugin folder (the plugin will create this folder automatically upon first launch).
4. The text from your `.txt` files will now appear in the OBS status bar.## Example
Create a file named `streaming_info.txt` with the content:
```
Stream Status: Live!
```Place this file in the plugin folder. You should now see "Stream Status: Live!" displayed in the OBS status bar.
**Note:** The content of each `.txt` file will appear as a separate label in the status bar.