Reads now playing information from Plex server, designed for music use through Plexamp. Output in text, html or image as desired.
- Copy
config/~settings.js
toconfig/settings.js
and update it with details specific to your situation. - Run
npm install
for node dependencies. - Run application using
nowplaying.cmd
(very helpful for situations like a Stream Deck) or navigate to the application directory and runnode index.js
. - Point OBS source to the desired file in the
output
directory.
assets/output-template.html
can be extensively customized with your own html and css. The application uses the variables in brackets {{}}
for data, so modifying these should be avoided.