求大佬帮忙看下 雨滴音乐插件怎么改代码关联网易云?
rainmeter吧
全部回复
仅看楼主
level 1
贼兔兔l 楼主
[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#
< 0.2 ? 0.2 :
#Scale#
-
#ScrollMouseIncrement#
)"][!WriteKeyValue Variables Scale "(
#Scale#
-
#ScrollMouseIncrement#
< 0.2 ? 0.2 :
#Scale#
-
#ScrollMouseIncrement#
)"][!Refresh]
[Variables]
@include=#@#Variables.inc
@include2=#@#Language\Language.inc
Scale=0.35;-------------------------------------------------------------
;-------------------------------------------------------------[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=ARTIST
Substitue="":""[MeasureTitle]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=TITLE
Substitue="":"";-------------------------------------------------------------
;-------------------------------------------------------------[MeterText]
Meter=String
StringAlign=Center
FontFace=Raleway Light
FontColor=#Color1#
FontSize=(38*
#Scale#
)
X=(700*
#Scale#
)
Y=(0*
#Scale#
)
Text="- Now, you're listening -"
AntiAlias=1
UpdateDivider=-1[MeterSongInfo]
Meter=String
MeasureName=MeasureArtist
MeasureName2=MeasureTitle
StringAlign=Center
FontFace=Raleway Light
FontColor=#Color1#
FontSize=(38*
#Scale#
)
X=(0*
#Scale#
)r
Y=(70*
#Scale#
)
W=(1300*
#Scale#
)
Text="%1 - %2"
ClipString=1
AntiAlias=1
2020年03月13日 17点03分 1
level 8
这里没有的,你找找其他地方有没有类似E:网易云\cloudmusic.exe的路径,没有看看有没有提示,类型的wmp的,改下面的地址,大概就是这些。
2020年03月15日 22点03分 2
1