rainmeter-studio/Plugins/PluginNowPlaying
2011-09-08 12:42:03 +00:00
..
SDKs NowPlayingPlugin: 2011-07-01 20:34:12 +00:00
taglib Committing NowPlaying plugin. Because it requires VS2010 Pro to compile, it is not built by default. 2011-05-21 18:17:37 +00:00
Cover.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
Cover.h NowPlayingPlugin: 2011-06-19 14:58:48 +00:00
Internet.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
Internet.h NowPlayingPlugin: 2011-06-19 14:58:48 +00:00
Lyrics.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
Lyrics.h NowPlayingPlugin: 2011-06-19 14:58:48 +00:00
NowPlaying.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
NowPlaying.h NowPlayingPlugin: 2011-06-19 14:58:48 +00:00
Player.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
Player.h NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
PlayerAIMP.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
PlayerAIMP.h NowPlayingPlugin: 2011-06-19 14:58:48 +00:00
PlayerCAD.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
PlayerCAD.h NowPlayingPlugin: Fixed PlayPause issue with MusicBee. 2011-07-10 09:30:51 +00:00
PlayerFoobar.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
PlayerFoobar.h - Script: Fixed that AutoScale/Scale/Percentual/NumOfDecimals were not applied for MeasureName=ScriptMeasure 2011-07-31 08:58:43 +00:00
PlayerITunes.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
PlayerITunes.h NowPlayingPlugin: iTunes quits are handled a little more gracefully now (i.e. iTunes should now quit immediately without lag) 2011-07-17 10:36:04 +00:00
PlayerSpotify.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
PlayerSpotify.h NowPlayingPlugin: 2011-06-19 14:58:48 +00:00
PlayerWinamp.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
PlayerWinamp.h NowPlayingPlugin: Fixed that track title didn't update when playing a radio stream with Winamp. 2011-07-24 15:31:33 +00:00
PlayerWLM.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
PlayerWLM.h NowPlayingPlugin: 2011-06-19 14:58:48 +00:00
PlayerWMP.cpp NowPlayingPlugin: Minor tweaks. 2011-09-08 12:42:03 +00:00
PlayerWMP.h NowPlayingPlugin: 2011-07-01 20:34:12 +00:00
PluginNowPlaying.rc - Script: Return types are now checked explicitly. As a result, 'return 5' and 'return "5"' are not equal any longer. Only the former will respect NumOfDecimals, Scale, etc. now. 2011-08-01 17:08:51 +00:00
PluginNowPlaying.vcxproj - Enabling some C++ optimization switches (/OPT:ICF, /OPT:REF, /GL) 2011-07-08 20:45:01 +00:00
PluginNowPlaying.vcxproj.filters NowPlayingPlugin: 2011-06-19 14:58:48 +00:00
readme.txt Committing NowPlaying plugin. Because it requires VS2010 Pro to compile, it is not built by default. 2011-05-21 18:17:37 +00:00
StdAfx.cpp Committing NowPlaying plugin. Because it requires VS2010 Pro to compile, it is not built by default. 2011-05-21 18:17:37 +00:00
StdAfx.h NowPlayingPlugin: 2011-07-01 20:34:12 +00:00

* iTunes implementation based on
	- onlylyric by zlbruce (onlylyric.googlecode.com)
	- iTunesPlugin by Elestel (rainmeter.googlecode.com)

* WMP implementation based on
	- onlylyric by zlbruce (onlylyric.googlecode.com)
	- Last.fm WMP plugin (www.last.fm)