Tired of using the Spotify API to have a NowPlaying on your Stream? Use this Spotify extension with its OBS script
- Have Spotify installed
- Have Spicetify installed My Spicetify Installer (Windows) | Official Spicetify repo
- Have Python 3.10.9 Installed and do
pip install websockets psutil
- Put
obsnowplaying.js
that is inside theSpicetify Extension
to this path :C:\Users\<User>\AppData\Roaming\spicetify\Extensions
- Open a terminal and do
spicetify config extensions obsnowplaying.js
thenspicetify apply
- On OBS click on Tools -> Scripts and setup your Python Path
- Extract the content of OBS Files wherever you want on your PC and add
OBS Files\Script\SpicetifyOBS.py
as a script - You can now add
OBS Files\Website Source\widget.html
as a website source on OBS - Close and open back OBS and you're done 🙂
- obsnowplaying.js is based on webnowplaying.js default extension of Spicetify
- widget.html based on Tuna widget.html
- And a huge thanks to @ohitstom for the help on the OBS Script