image.png

A little music widget for YouTube Music listeners.

It’s like the Amuse Widget but way worse!



Requirements

Step 1: Turn on Companion Server in YouTube Music Desktop

  1. Open YouTube Music Desktop

    image.png

  2. Go to Settings > Integrations >Companion Server and make sure the following are turned on:

    image.png

Step 2: Connect the widget to YouTube Music Desktop

  1. Click here https://nuttylmao.github.io/youtube-music-widget/configure

  2. Click Connect

    image.png

  3. A Companion Authorization Request popup will appear - click Allow

    image.png

  4. Click Click to copy URL

    image.png

Step 3: Add the widget to OBS

  1. Simply add a new browser source in OBS Studio

    1. Right click and Add > Browser

      image.png

    2. Paste in the URL you copied earlier

      image.png

    <aside> ℹ️ There is a optional setting to only show during song changes

    In the browser source properties, add ?duration={seconds} to the URL. e.g. To hide the widget automatically after 10 seconds, use this URL **https://nuttylmao.github.io/youtube-music-widget/?duration=10**

    You can also add ?hideAlbumArt to hide the album art. e.g. To hide the widget automatically after 10 seconds, use this URL **https://nuttylmao.github.io/youtube-music-widget/?hideAlbumArt&duration=10**

    image.png

    </aside>