Table of Contents

Now Playing Song Widget Last FM

Please note, Spotify integration has been removed due to a change in the Spotify API. As such this command will only pull spotify songs info from last fm.

The command below display a widget on your stream overlay when the song changes on Spotify, the info in the widget will have the artist/song name and the album art also displayed. Example below.

Want to see more community-made custom commands? Click the following link - Link
Need to know how to import this command into your Deepbot? Click the following link - Link


Credits

Ian Chandler - Twitch Channel Link

Latest Version

1.0.0

Update History

None

Requirements

VIP Membership - How to Get VIP

Setup

Please note you can edit the the CSS of the widget to match the look of your overlay. Below Is the CSS I added to OBS to make it dark mode as example above.

body { background-color: rgba(0, 0, 0, 0); margin: 0px auto; overflow: hidden; }
#infoHeader {
    background: #222225 !important;
}
 
#infoContent {
    background: #121213 !important;
}

Command

Useful Information

None