mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
NowPlayingPlugin:
- Added interface to receive MSN/Windows Live Messenger 'Listening to' notifications sent by various players (e.g Media Player Classic) - Changes to CAD interface to allow proper supports for players other than MusicBee (e.g. VLC) - Fixed crash when using the WinAmp interface in multiple skins
This commit is contained in:
@ -263,6 +263,7 @@
|
||||
<ClCompile Include="PlayerITunes.cpp" />
|
||||
<ClCompile Include="PlayerSpotify.cpp" />
|
||||
<ClCompile Include="PlayerWinamp.cpp" />
|
||||
<ClCompile Include="PlayerWLM.cpp" />
|
||||
<ClCompile Include="PlayerWMP.cpp" />
|
||||
<ClCompile Include="SDKs\iTunes\iTunesCOMInterface_i.c" />
|
||||
<ClCompile Include="StdAfx.cpp" />
|
||||
@ -349,6 +350,7 @@
|
||||
<ClInclude Include="PlayerITunes.h" />
|
||||
<ClInclude Include="PlayerSpotify.h" />
|
||||
<ClInclude Include="PlayerWinamp.h" />
|
||||
<ClInclude Include="PlayerWLM.h" />
|
||||
<ClInclude Include="PlayerWMP.h" />
|
||||
<ClInclude Include="SDKs\AIMP\aimp2_sdk.h" />
|
||||
<ClInclude Include="SDKs\CAD\cad_sdk.h" />
|
||||
|
Reference in New Issue
Block a user