Birunthan Mohanathas
1def58618c
NowPlaying.dll: Changed OpenPlayer bang to always start foobar2000 activated (non-minimized)
2012-04-04 15:21:02 +03:00
Birunthan Mohanathas
775d5c2a39
NowPlaying.dll: Fixed incorrect display of types NUMBER and YEAR in tooltips
2012-04-04 15:18:37 +03:00
Birunthan Mohanathas
024a720c11
NowPlaying.dll: Removed foobar2000 specific interface (switched to use CAD interface)
2012-03-28 22:12:04 +03:00
Birunthan Mohanathas
6535f828f9
Minor change
2012-03-26 19:13:47 +03:00
Birunthan Mohanathas
db52d3d575
Cosmetic changes to resources
2012-03-26 18:49:31 +03:00
Birunthan Mohanathas
476eaf1679
Script: Fixed that SKIN:ParseFormula didn't work with numbers
...
NowPlaying.dll: Fixed a few TagLib memory leaks.
2012-03-12 18:11:10 +00:00
Birunthan Mohanathas
a57d75399c
NowPlaying.dll: Added support for types NUMBER and YEAR
2012-03-12 12:01:12 +00:00
Birunthan Mohanathas
e5f5ea41cb
NowPlaying.dll:
...
- Fixed that invalid PlayerName= caused crash
- Fixed that PlayerType=COVER didn't work with iTunes
2012-03-02 12:27:37 +00:00
Birunthan Mohanathas
c965014a17
Minor change.
2012-02-22 15:06:19 +00:00
Birunthan Mohanathas
37ef93f185
- NowPlaying.dll: Additional change for r1201 for WMP
...
- Updated languages
2012-02-22 14:34:57 +00:00
Birunthan Mohanathas
bb44c29f6c
Cosmetic changes to function comment blocks.
2012-02-20 19:10:40 +00:00
Birunthan Mohanathas
57025a5434
NowPlaying.dll: TrackChangeAction executed on skin refresh, fixed.
2012-02-19 12:35:49 +00:00
Birunthan Mohanathas
a9ee55b194
NowPlaying.dll: Fixed that PlayerType=COVER did not work when PlayerName was changed with !SetOption/!SetVariable
2012-02-12 15:03:38 +00:00
Birunthan Mohanathas
798ea5d010
NowPlaying: Fixed memory leak in TagLib.
2012-02-02 12:49:36 +00:00
Birunthan Mohanathas
85e59b5583
New plugin API: Added rm parameter to Initialize.
2012-02-02 07:39:14 +00:00
Birunthan Mohanathas
81b6813e3a
- Removed example plugins (will be available tomorrow from http://rainmeter.net/cms/Developers )
...
- Changed new plugin API exports to __stdcall calling convention
- Disabled /DEBUG for Release configurations
2012-01-28 16:14:03 +00:00
spx
ebec08914a
Adjusted copyright notice.
...
http://www.gnu.org/licenses/gpl-2.0.html
2012-01-23 06:36:15 +00:00
Birunthan Mohanathas
c3ed2e5fa3
Reintegrated 2.3 branch into trunk
2012-01-08 17:35:29 +00:00
Birunthan Mohanathas
0d9cfdcadb
NowPlaying.dll: Fixed minor SetVolume inaccuracy with Winamp
2012-01-01 18:07:24 +00:00
Birunthan Mohanathas
5d20dcbddd
NowPlaying.dll: Some tweaks.
2011-11-19 12:06:51 +00:00
Birunthan Mohanathas
d3a2a8a137
NowPlaying.dll: iTunes shuffle state change now detected immediately.
2011-11-19 11:44:04 +00:00
Birunthan Mohanathas
f84491ec83
NowPlaying.dll:
...
- Fixed that album name and cover were not always displayed with Winamp due to r1018
- Shuffle and repeat state is now rechecked on track change with iTunes
- Improved performance when reading file tags/cover
- Updated iTunes SDK files
2011-11-10 12:09:50 +00:00
Birunthan Mohanathas
a1d77db896
NowPlaying.dll: Fixed some bangs caused iTunes to crash when no track is playing
2011-11-06 08:42:56 +00:00
Birunthan Mohanathas
c8e4608b41
- NowPlaying.dll/iTunesPlugin.dll: Fixed incompatibility with iTunes controllers
...
- NowPlaying.dll: Removed support for caching cover art
2011-11-05 17:52:53 +00:00
Birunthan Mohanathas
7790449f2a
- PowerPlugin: Fixed crash when waking up from sleep/hibernation in some cases
...
- Code cleanup
2011-10-12 13:34:04 +00:00
Birunthan Mohanathas
21f55c0ebb
NowPlaying: Fixed that PlayerName=iTunes didn't work with iTunes 10.5
2011-10-12 09:46:10 +00:00
Birunthan Mohanathas
13c17b9d1a
- Removed support for using Rainmeter.dll as Litestep module
...
- Merged Rainmeter.dll and Rainmeter.exe
- Language resource file now located in \Language\<LanguageName>.dll
- Build.bat now automatically builds and packages all languages
2011-09-28 18:28:35 +00:00
Birunthan Mohanathas
a898f08c08
Fixed that the "SetVolume 100" bang didn't work with Winamp.
2011-09-17 09:38:12 +00:00
Birunthan Mohanathas
f887245a50
NowPlayingPlugin: Some tweaks to CAD interface.
2011-09-11 12:14:52 +00:00
Birunthan Mohanathas
75c8f52aa0
NowPlayingPlugin: Added SHUFFLE/REPEAT support to foobar2000.
2011-09-11 10:34:06 +00:00
Birunthan Mohanathas
6b5ca293e8
NowPlayingPlugin: Added SHUFFLE and REPEAT types and accompanying SetShuffle and SetRepeat bangs
2011-09-11 08:22:07 +00:00
Birunthan Mohanathas
d598c56b76
NowPlayingPlugin: Minor tweaks.
2011-09-08 12:42:03 +00:00
Birunthan Mohanathas
6debf4b780
NowPlayingPlugin: Minor changes.
2011-08-21 13:24:24 +00:00
Birunthan Mohanathas
5eef7a21c7
- 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.
...
- NowPlayingPlugin: Accidentally removed "Previous" bang in r880, fixed.
2011-08-01 17:08:51 +00:00
Birunthan Mohanathas
6dfb307636
- Script: Fixed that AutoScale/Scale/Percentual/NumOfDecimals were not applied for MeasureName=ScriptMeasure
...
- NowPlayingPlugin: OpenPlayer bang with foobar2000 now opens foobar2000 maximized regardless of previous state
2011-07-31 08:58:43 +00:00
Birunthan Mohanathas
e74d6f4619
- Added ability to escape real variables and measures as follows: #*RealVar*# [*RealMeasure*]
...
- NowPlayingPlugin: Addition change to r880 OpenPlayer fix
- Removing tolua++ generation package files
2011-07-29 17:18:21 +00:00
Birunthan Mohanathas
45007fc8d8
NowPlayingPlugin:
...
- Fixed that the OpenPlayer bang didn't work correctly since r848
- Fixed that the "SetPosition +n" bang didn't work correctly
2011-07-29 10:42:10 +00:00
Birunthan Mohanathas
c925f77c11
NowPlayingPlugin:
...
- foobar2000 now supports the SetPosition bang (foo_rainmeter.dll 1.0.1 required)
- Fixed that TITLE/ARTIST/ALBUM was a space when empty (i.e. " " instead of "") in foobar2000
2011-07-24 16:40:20 +00:00
Birunthan Mohanathas
8954799483
NowPlayingPlugin: Fixed that track title didn't update when playing a radio stream with Winamp.
2011-07-24 15:31:33 +00:00
Birunthan Mohanathas
a639eb7cc1
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
Birunthan Mohanathas
20e2a53324
NowPlayingPlugin: Minor changes.
2011-07-15 15:18:02 +00:00
Birunthan Mohanathas
0be7eb3f79
Minor tweaks.
2011-07-14 10:12:02 +00:00
Birunthan Mohanathas
a74ee23da3
NowPlayingPlugin: Fixed PlayPause issue with MusicBee.
2011-07-10 09:30:51 +00:00
Birunthan Mohanathas
6c0ea88266
- Enabling some C++ optimization switches (/OPT:ICF, /OPT:REF, /GL)
...
- Excluding ExamplePlugin.dll from installer
2011-07-08 20:45:01 +00:00
Birunthan Mohanathas
8ae8a68547
NowPlayingPlugin:
...
- Minor improvements to CAD interface
- Fixed: TITLE was empty when listening to radio stations with Winamp
- Fixed: Metadata may not be updated until full refresh after closing one of multiple NowPlaying based skins
2011-07-01 20:34:12 +00:00
Birunthan Mohanathas
c451aba194
NowPlayingPlugin:
...
- Added PlayerType=STATUS (returns 1 when player is open, 0 when closed)
- Winamp interface: Fixed that file paths over about 100 chars did not display all metadata
- CAD interface: Added workaround for issue caused by Rainmeter running as elevated and player running as normal process (Windows Vista+)
2011-06-25 12:44:33 +00:00
Birunthan Mohanathas
d633f4b586
NowPlayingPlugin:
...
- Added preliminary support to display lyrics (PlayerType=LYRICS)
- Applied r825 fix on TrackChangeAction= (sends bang to correct window without the need of #CURRENTCONFIG#)
- Some refactoring
2011-06-19 14:58:48 +00:00
Birunthan Mohanathas
6aa004eb22
NowPlayingPlugin:
...
- Fixed that PlayerName=, TrackChangeAction=, and DisableLeadingZero= were global (i.e. only usable from the first loaded skin)
- Code refactoring and cleanup
2011-06-17 19:07:06 +00:00
Birunthan Mohanathas
67cc4c7c6c
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
2011-06-12 10:05:37 +00:00
Birunthan Mohanathas
62d441bd3d
NowPlayingPlugin: Added SetPosition and Pause bangs plus some tweaks.
2011-06-09 09:47:55 +00:00