This plugin displays currently playing media information from Windows 11's Global Media Transport Controls (GMTC) in InfoPanel.
Releases: Download the latest InfoPanel.Windows11NowPlayingPlugin.zip from the Releases page, or build from source with .\pack.ps1.
- Displays currently playing track title, artist, and album
- Shows the application that is playing media
- Displays playback position and duration
- Shows track progress as percentage (0-100) for gauge display
- Shows volume level
- Displays playback status (Playing, Paused, Stopped, etc.)
- .NET 8.0
- Windows 11 (for Global Media Transport Controls support)
- InfoPanel with plugin support
- Download the
InfoPanel.Windows11NowPlayingPlugin.zipfile and import into InfoPanel
- Build the plugin and run
.\pack.ps1, or unzip theInfoPanel.Windows11NowPlayingPlugin.zipfile - Copy the entire
InfoPanel.Windows11NowPlayingfolder to one of:- User plugins:
%APPDATA%\Roaming\InfoPanel\Plugins\ - Development:
[InfoPanel Install Directory]\Plugins\
- User plugins:
- The folder must stay intact — InfoPanel loads plugins from subfolders. Ensure these files are inside the folder:
InfoPanel.Windows11NowPlayingPlugin.dllPluginInfo.ini
To debug this plugin:
- Reference the plugin project in InfoPanel.Plugins.Simulator
- Set the simulator as the startup project
- Run in debug mode
- Title:
/windows11-now-playing/now-playing/title - Artist:
/windows11-now-playing/now-playing/artist - Album:
/windows11-now-playing/now-playing/album - Application:
/windows11-now-playing/now-playing/app-name - Position:
/windows11-now-playing/now-playing/position(seconds) - Duration:
/windows11-now-playing/now-playing/duration(seconds) - Percentage:
/windows11-now-playing/now-playing/percentage(0-100, for gauge display) - Volume:
/windows11-now-playing/now-playing/volume - Status:
/windows11-now-playing/now-playing/status
MIT License — see LICENSE for full text.