Issue
You want to display the currently playing track from PlayIt Live in OBS Studio for your live broadcast or stream.
Solution
PlayIt Live includes a built-in Now Playing feature that allows you to output track metadata to various targets, including a text file. You can then link this text file into OBS Studio to show live “Now Playing” information on your stream.
Step 1: Enable Now Playing in PlayIt Live
Open PlayIt Live.
Go to Tools > Now Playing.
Click Add to create a new Now Playing target.
In the Edit Now Playing Target window:
Set the Type to Text File.
Choose a Target file, such as
nowplaying.txt
, and set the file location (e.g.C:\PlayItLive\nowplaying.txt
).(Optional) Adjust the Format if you want a different display output. For example:
{{artist}} - {{title}}
You can also use other placeholders like {{album}}
or {{genre}}
.
Click OK to save the target.
Start playing tracks to verify that the file updates with the current track info.
Step 2: Set up OBS Studio to read the Now Playing file
Open OBS Studio.
Go to the scene where you want the Now Playing text to appear.
In the Sources box, click the + icon and select Text (GDI+).
Name the source (e.g. “Now Playing”) and click OK.
In the text source properties:
Tick the box Read from file.
Click Browse, then select the same
nowplaying.txt
file from earlier.
Style the text (font, colour, size) as desired.
Click OK to apply.
OBS will now automatically update with the current track info shown in the nowplaying.txt
file as tracks play in PlayIt Live.