This plugin implements NowPlaying
measure functionality for all media players that show up in Windows 10 volume change notification (including web based ones, Spotify).
Any skin that works with the NowPlaying
measure can be modified to work with this plugin.
- newest stable Rainmeter release
- Windows 10 (version 1809 or newer)
- Microsoft C and C++ (MSVC) runtime libraries 14.20 or higher for the platform (x86 or x64) that Rainmeter is installed
(or you can download thestatic
version that bundles the C++ runtime into the executable)
The media_player.rmskin
file from Releases section installs the plugin along with a sample skin for showing media player status (shown in the screenshot above).
Alternativelly, you can download the .dll
for your platform.
The skin displays information for the active media player. If there are multiple media players active, you can change the current one using the arrow in Windows change volume popup
The plugin has the same options as the NowPlaying
measure (Rainmeter documentation)
[mTitle]
Measure=Plugin
PluginName=MediaPlayer.dll
PlayerType=Title
- find the
.ini
file where theNowPlaying
measures are defined - replace
or
Measure=NowPlaying
withMeasure=Plugin Plugin=NowPlaying
Measure=Plugin Plugin=MediaPlayer.dll
- save the file and reload the skin
- not all players support all the features (for example Youtube playback doesn't provide playback position)