求指教这个怎么关联网易云音乐
rainmeter吧
全部回复
仅看楼主
level 7
[Rainmeter]
Update=1000
Author=Connect-R
BackgroundMode=2
SolidColor=0,0,0,1
DynamicWindowSize=1
AccurateText=1
MouseScrollUpAction=[!SetVariable Scale "(
#Scale#
+
#ScrollMouseIncrement#
)"][!WriteKeyValue Variables Scale "(
#Scale#
+
#ScrollMouseIncrement#
)"][!Refresh]
MouseScrollDownAction=[!SetVariable Scale "(
#Scale#
-
#ScrollMouseIncrement#
< 1 ? 1 :
#Scale#
-
#ScrollMouseIncrement#
)"][!WriteKeyValue Variables Scale "(
#Scale#
-
#ScrollMouseIncrement#
< 1 ? 1 :
#Scale#
-
#ScrollMouseIncrement#
)"][!Refresh]
[Variables]
@include=#@#Variables.inc
Scale=1.9
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=ARTIST
Substitue="":""
[MeasureTitle]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=TITLE
Substitue="":""
[MeasureAlbum]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=ALBUM
Substitue="":""
[MeasureProgress]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=PROGRESS
[MeasureDuration]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=DURATION
[MeasurePosition]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=POSITION
[MeasureStateButton]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=STATE
Substitute="0":"#@#Play.png","1":"#@#Pause.png","2":"#@#Play.png"
[MeasureMinutesRemaining]
Measure=Calc
Formula=Trunc((MeasureDuration - MeasurePosition)/60)
RegExpSubstitute=1
Substitute="^(.)$":"0\1"
[MeasureSecondsRemaining]
Measure=Calc
Formula=((MeasureDuration - MeasurePosition) % 60)
RegExpSubstitute=1
Substitute="^(.)$":"0\1"
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterArtist]
Meter=String
MeasureName=MeasureArtist
StringAlign=Center
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(4*
#Scale#
)
X=(95*
#Scale#
)
Y=(0*
#Scale#
)
Text="%1"
AntiAlias=1
[MeterTitle]
Meter=String
MeasureName=MeasureTitle
StringAlign=Center
StringCase=Upper
FontFace=Quicksand
FontColor=#Color1#
FontSize=(4*
#Scale#
)
X=(95*
#Scale#
)
Y=(12*
#Scale#
)r
Text="%1"
AntiAlias=1
[MeterDuration]
Meter=String
MeasureName=MeasureDuration
StringAlign=Center
FontFace=Quicksand
FontColor=#TextColor#
FontSize=(4*
#Scale#
)
X=(10*
#Scale#
)
Y=(5*
#Scale#
)
Text="%1"
AntiAlias=1
[MeterPosition]
Meter=String
MeasureName=MeasureMinutesRemaining
MeasureName2=MeasureSecondsRemaining
StringAlign=Center
FontFace=Quicksand
FontColor=#Color1#
FontSize=(4*
#Scale#
)
X=(185*
#Scale#
)
Y=(5*
#Scale#
)
Text="-%1:%2"
AntiAlias=1
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterBar]
Meter=Shape
X=(23*
#Scale#
)
Y=(8*
#Scale#
)
Shape=Rectangle 0,0,(150*
#Scale#
),(1*
#Scale#
),0 | Fill Color #Color1#,30 | StrokeWidth 0
Shape2=Rectangle 0,0,([MeasureProgress]*1.5*
#Scale#
),(1*
#Scale#
),0 | Fill Color #Color1# | StrokeWidth 0
Shape3=Ellipse ([MeasureProgress]*1.5*
#Scale#
),(0.5*
#Scale#
),(1.2*
#Scale#
) |Fill Color #Color1# | StrokeWidth 0
Shape4=Ellipse ([MeasureProgress]*1.5*
#Scale#
),(0.5*
#Scale#
),(3.4*
#Scale#
) |Fill Color #Color1#,50 | StrokeWidth 0
DynamicVariables=1
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterBackground]
Meter=Image
ImageName=#@#IconBg.png
X=(55*
#Scale#
)
Y=(25*
#Scale#
)
W=(20*
#Scale#
)
AntiAlias=1
ImageTint=#Color2#
UpdateDivider=-1
[MeterBackground2]
Meter=Image
ImageName=#@#IconBg.png
X=(85*
#Scale#
)
Y=(25*
#Scale#
)
W=(20*
#Scale#
)
AntiAlias=1
ImageTint=#Color2#
UpdateDivider=-1
[MeterBackground3]
Meter=Image
ImageName=#@#IconBg.png
X=(115*
#Scale#
)
Y=(25*
#Scale#
)
W=(20*
#Scale#
)
AntiAlias=1
ImageTint=#Color2#
UpdateDivider=-1
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterPrevious]
Meter=Image
ImageName=#@#Previous.png
X=(59*
#Scale#
)
Y=(27*
#Scale#
)
W=(12*
#Scale#
)
ImageTint=#Color1#
MouseOverAction=[!SetOption MeterPrevious ImageAlpha "150"][!SetOption MeterPrevious ImageTint "#Color2#"][!Update]
MouseLeaveAction=[!SetOption MeterPrevious ImageAlpha "255"][!SetOption MeterPrevious ImageTint "#Color1#"][!Update]
LeftMouseUpAction=[!PluginBang "MeasureStateButton Previous"]
[MeterPlayPause]
Meter=Image
ImageName=[MeasureStateButton]
X=(30*
#Scale#
)r
Y=(0*
#Scale#
)r
W=(13*
#Scale#
)
ImageTint=#Color1#
DynamicVariables=1
MouseOverAction=[!SetOption MeterPlayPause ImageAlpha "150"][!SetOption MeterPlayPause ImageTint "#Color2#"][!Update]
MouseLeaveAction=[!SetOption MeterPlayPause ImageAlpha "255"][!SetOption MeterPlayPause ImageTint "#Color1#"][!Update]
LeftMouseUpAction=[!CommandMeasure "MeasureStateButton" "PlayPause"]
[MeterNext]
Meter=Image
ImageName=#@#Next.png
X=(30*
#Scale#
)r
Y=(0*
#Scale#
)r
W=(13*
#Scale#
)
ImageTint=#Color1#
MouseOverAction=[!SetOption MeterNext ImageAlpha "150"][!SetOption MeterNext ImageTint "#Color2#"][!Update]
MouseLeaveAction=[!SetOption MeterNext ImageAlpha "255"][!SetOption MeterNext ImageTint "#Color1#"][!Update]
LeftMouseUpAction=[!PluginBang "MeasureStateButton Next"]
2020年02月06日 10点02分 1
level 7
求指点,不是很精通这个[乖][乖][乖]
2020年02月06日 10点02分 2
level 7
就是这种播放器[乖][乖][乖]
2020年02月06日 10点02分 3
level 9
缺少支持网易云插件代码
2020年02月15日 15点02分 4
level 3
同问 楼主的问题解决了吗? 麻烦告诉一下
2020年02月27日 07点02分 5
1