-
-
Notifications
You must be signed in to change notification settings - Fork 71
Media Setup
- Using the new windows media setup is as easy as flipping a switch. Navigate to Addons > Media Integration and simply Enable Windows Media Mode.
- If you have another media source such as a browser, simply copy the name from the log and add it to the Approved Media Source List separated by commas.
- Turn on Update on Output Interval to have the output refresh on the interval that you determine
- You can even Customize the text that appears as you wish
- Variables you can add or remove from "Customize Media Output Text" (include them in {})
{spotifySymbol}
{title}
{artist}
{source}
{pause}
- Other Variables requires OSC Listener Setup
{bpm}
{averageTrackerBattery}
{leftControllerBattery}
{rightControllerBattery}
{averageControllerBattery}
Example Customized Media Output Text
Vibing to {title} by {artist} on Spotify | Controllers: {averageControllerBattery}% | Trackers: {averageTrackerBattery}%
Take a look at Text Setup for text output options and troubleshooting suggestions.
-
Go to the Spotify developer dashboard https://developer.spotify.com/dashboard/
-
Create a new app
-
Add the correct redirect URI http://localhost:5000/callback
-
Save the changes
-
In TTS Voice Wizard Navigate to Addons > Media Integration and Enable Spotify API Mode
-
You can now copy your Client ID into TTS Voice Wizard and click the Connect Spotify Button
- The Client ID in this picture will not work unless I were to add your email to the "users and access" tab
- The Client ID in this picture will not work unless I were to add your email to the "users and access" tab
-
Example with VRChat Chatbox
-
Example using Killfrenzy Avtar Text with Frosty Billboard (avaliable in the discord server "asset showcase" channel)
-
Variables you can add or remove from "Customize Media Output Text" (include them in {})
{spotifySymbol}
{title}
{artist}
{progressMinutes}
{durationMinutes}
{progressHours}
{durationHours}
{pause}
{spotifyVolume}
- Other Variables requires OSC Listener Setup
{bpm}
{averageTrackerBattery}
{leftControllerBattery}
{rightControllerBattery}
{averageControllerBattery}
Example Customized Media Output Text
Listening to {title} - {artist} {progressMinutes}/{durationMinutes} on Spotify
Take a look at Text Setup for text output options and troubleshooting suggestions.