- Supported Bit Versions
- 64-bit
- Source Code URL
- https://github.com/lingeriegoat/OBSSpotifyPlugin
- Minimum OBS Studio Version
- 31.1.1
- Supported Platforms
- Windows
This plugin allows you to have a native "now playing" widget inside of OBS. No need for additional programs or web servers or browser sources or any of that stuff. This is all native inside of OBS.
Works for Spotify, YoutubeMusic desktop clients, and Apple Music. More services may be added later if they are requested and I can reasonably get a copy of the program.
Releases can be found on my github page for the plugin: https://github.com/lingeriegoat/OBSSpotifyPlugin/releases
To install, download the latest release from the Releases page, unzip, and then copy the 4 files into your OBS plugins folder, usually something like
AI Disclaimer: I used AI to help write the cpp portion of this plugin, because my cpp knowledge is very poor. I wrote the "heavy lifting" part in a C# dll because that is the language I know. The cpp portion functions mainly to interface with OBS, draw the widget, and wrap my dll. The DLL source code repo is linked in the plugin repo. I have reviewed all the generated code for problems, and tested the plugin functionality extensively, and believe it to be safe and functional.
Works for Spotify, YoutubeMusic desktop clients, and Apple Music. More services may be added later if they are requested and I can reasonably get a copy of the program.
Releases can be found on my github page for the plugin: https://github.com/lingeriegoat/OBSSpotifyPlugin/releases
To install, download the latest release from the Releases page, unzip, and then copy the 4 files into your OBS plugins folder, usually something like
C:\Program Files\obs-studio\obs-plugins\64bit.AI Disclaimer: I used AI to help write the cpp portion of this plugin, because my cpp knowledge is very poor. I wrote the "heavy lifting" part in a C# dll because that is the language I know. The cpp portion functions mainly to interface with OBS, draw the widget, and wrap my dll. The DLL source code repo is linked in the plugin repo. I have reviewed all the generated code for problems, and tested the plugin functionality extensively, and believe it to be safe and functional.