- Supported Bit Versions
-
- 64-bit
- Source Code URL
- https://github.com/SuperZombi/melody-monitor
- Minimum OBS Studio Version
- 20.0.0
- Supported Platforms
-
- Windows
Shows what the music is playing now.
This plugin allows you to display what music is currently playing on your broadcast. This is useful in cases where viewers want to know what song is currently playing and allows the streamer not to be distracted by these types of messages in the chat.
The extension takes information from the Windows API and sends it to localhost, the URL of which can be specified as the source in OBS. The advantage of this approach is that you do not need to log in to any applications and the information will be taken from the entire system, not just from Spotify or others.
You can customize the widget's appearance using CSS. (read Mods)
Installation
1. Download program from Releases.2. Run
melody-monitor.exe
(The program will start in the tray).3. Click
Open in Browser
and copy the link in your browser.4. Add a new source in OBS (Browser).
5. Paste the copied link into the URL field.
6. Adjust the height and width of the element (recommended: height: 150px, width: 600px).
7. Check the box "Refresh browser when source becomes active".
How to create mod
1. Create a new folder insidemods
folder.2. Create a
meta.json
file.
Code:
{
"id": "mod_id",
"name": "Mod Name",
"author": "Mod Author",
"description": "Mod Description",
"icon": "https://icon_url",
"files": ["main.css"]
}
main.css
file that you specified in config.4. Pack your files into .zip archive (optional).