LCD Smartie supports internal plugin info system...
The best way is to hardcode the info on the plugin itself, hoever an additional external txt can be used to retriev the info if thsi is not availabel on the plugin itself
[[DEMO]]
NOW PLAYING Plugin for LCDSmartie (Windows10/11)
This plugin shows information for the current playing track and more.
Supports most apps, including Spotify, most Browsers, Wacup (ex Winamp) etc.
EXAMPLE USE:
$dll(NowPlaying,1,,) → Artist
$dll(NowPlaying,2,,) → Title
$dll(NowPlaying,3,,) → Album
$dll(NowPlaying,4,,) → Artist - Title
$dll(NowPlaying,5,,) → State (Playing / Paused)
$dll(NowPlaying,6,,) → Position MM:SS
$dll(NowPlaying,7,,) → Duration MM:SS
$dll(NowPlaying,8,,) → Position in seconds
$dll(NowPlaying,9,,) → Duration in seconds
$dll(NowPlaying,10,,) → App Name
$dll(NowPlaying,11,,) → App Window Title (on focus)
$dll(NowPlaying,12,,) → App Window Title excluding unnecessary app related stuff (on focus)
NOTE
====
It is open source
Use it with the latest LCD Smartie
[[END]]
[[INFO]]
Developer:(C)2026 Trihy
Version: 0.991
[[END]]
LCD Smartie supports internal plugin info system...
The best way is to hardcode the info on the plugin itself, hoever an additional external txt can be used to retriev the info if thsi is not availabel on the plugin itself
Text fiel should look like this:
and the result will be

For convenience I'm attaching the file here NowPlaying.txt to download test (just place this text file on plugins folder) and alter it if you like. For more info on how to embedd this info into the plugin you can hit me back.
GREAT WORK!
Keep on