mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
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+)
This commit is contained in:
@ -39,13 +39,14 @@ enum MEASURETYPE
|
||||
MEASURE_ALBUM,
|
||||
MEASURE_LYRICS,
|
||||
MEASURE_COVER,
|
||||
MEASURE_FILE,
|
||||
MEASURE_DURATION,
|
||||
MEASURE_POSITION,
|
||||
MEASURE_PROGRESS,
|
||||
MEASURE_RATING,
|
||||
MEASURE_STATE,
|
||||
MEASURE_VOLUME,
|
||||
MEASURE_FILE
|
||||
MEASURE_STATE,
|
||||
MEASURE_STATUS
|
||||
};
|
||||
|
||||
class CPlayer
|
||||
|
Reference in New Issue
Block a user