rainmeter-studio/Plugins/PluginNowPlaying
2014-04-21 14:08:43 -06:00
..
SDKs NowPlaying.dll: 2011-11-10 12:09:50 +00:00
taglib NowPlaying: Add TagLib files for MP4 support 2014-04-04 18:28:54 +03:00
Cover.cpp NowPlaying: Cosmetics to Cover.{cpp,h} 2014-04-04 18:40:16 +03:00
Cover.h NowPlaying: Cosmetics to Cover.{cpp,h} 2014-04-04 18:40:16 +03:00
Internet.cpp Change NULL to nullptr 2013-05-31 17:28:39 +03:00
Internet.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
Lyrics.cpp Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
Lyrics.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
NowPlaying.cpp NowPlaying plugin: Fix measure name case sensitivity comparing in PlayerName option 2014-04-21 14:08:43 -06:00
NowPlaying.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
Player.cpp Change NULL to nullptr 2013-05-31 17:28:39 +03:00
Player.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
PlayerAIMP.cpp Unignore and fix warnings elsewhere 2013-12-23 19:44:42 +00:00
PlayerAIMP.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
PlayerCAD.cpp Use decltype instead of typedefs for function pointers 2014-02-28 18:35:32 +02:00
PlayerCAD.h Use decltype instead of typedefs for function pointers 2014-02-28 18:35:32 +02:00
PlayerITunes.cpp Unignore and fix warnings elsewhere 2013-12-23 19:44:42 +00:00
PlayerITunes.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
PlayerSpotify.cpp Change NULL to nullptr 2013-05-31 17:28:39 +03:00
PlayerSpotify.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
PlayerWinamp.cpp Unignore and fix warnings elsewhere 2013-12-23 19:44:42 +00:00
PlayerWinamp.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
PlayerWLM.cpp Change NULL to nullptr 2013-05-31 17:28:39 +03:00
PlayerWLM.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
PlayerWMP.cpp Change NULL to nullptr 2013-05-31 17:28:39 +03:00
PlayerWMP.h Remove "C" prefix in class names 2013-05-31 17:18:52 +03:00
PluginNowPlaying.rc NowPlaying.dll: Removed foobar2000 specific interface (switched to use CAD interface) 2012-03-28 22:12:04 +03:00
PluginNowPlaying.vcxproj NowPlaying: Add TagLib files for MP4 support 2014-04-04 18:28:54 +03:00
PluginNowPlaying.vcxproj.filters NowPlaying: Add TagLib files for MP4 support 2014-04-04 18:28:54 +03: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 Adjusted copyright notice. 2012-01-23 06:36:15 +00:00
StdAfx.h Define WIN32_LEAN_AND_MEAN globally 2013-12-24 11:20:19 +00:00
TagLibUnity_ape.cpp NowPlaying: Split TagLibUnity.cpp into several files to help optimizer 2014-01-05 14:26:57 +02:00
TagLibUnity_asf.cpp NowPlaying: Split TagLibUnity.cpp into several files to help optimizer 2014-01-05 14:26:57 +02:00
TagLibUnity_flac.cpp NowPlaying: Split TagLibUnity.cpp into several files to help optimizer 2014-01-05 14:26:57 +02:00
TagLibUnity_mp4.cpp NowPlaying: Add TagLib files for MP4 support 2014-04-04 18:28:54 +03:00
TagLibUnity_mpeg_id3v2.cpp NowPlaying: Split TagLibUnity.cpp into several files to help optimizer 2014-01-05 14:26:57 +02:00
TagLibUnity_mpeg.cpp NowPlaying: Split TagLibUnity.cpp into several files to help optimizer 2014-01-05 14:26:57 +02:00
TagLibUnity_ogg.cpp NowPlaying: Split TagLibUnity.cpp into several files to help optimizer 2014-01-05 14:26:57 +02:00
TagLibUnity_toolkit.cpp NowPlaying: Split TagLibUnity.cpp into several files to help optimizer 2014-01-05 14:26:57 +02:00
TagLibUnity.cpp NowPlaying: Split TagLibUnity.cpp into several files to help optimizer 2014-01-05 14:26:57 +02: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)