Melody Monitor

Melody Monitor 1.3.0

Supported Bit Versions
  1. 64-bit
Source Code URL
https://github.com/SuperZombi/melody-monitor
Minimum OBS Studio Version
20.0.0
Supported Platforms
  1. 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 inside mods 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"]
}
3. Create a main.css file that you specified in config.
4. Pack your files into .zip archive (optional).
  • 55d1b7c2-dadb-480a-857f-14f3031aa61f.jpg
    55d1b7c2-dadb-480a-857f-14f3031aa61f.jpg
    653.9 KB · Views: 3,659
  • Like
Reactions: neadequatique
Author
SuperZombi
Downloads
2,303
Views
15,070
First release
Last update
Rating
4.00 star(s) 1 ratings

Latest updates

  1. Melody Monitor 1.3.0

    Mods Store Add current and total track time Show/hide progress bar and time Redesign settings...
  2. Melody Monitor 1.0

    GUI Settings

Latest reviews

Works fine. It gets wonky if multiple things are playing at the same time, I assume that's a windows issue.
Top