求助 !!!!!!!!!!!
rainmeter吧
全部回复
仅看楼主
level 2
[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=F:\网易云\CloudMusic\cloudmusic.exe
Scale=0.31
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeasurePlayer]
Measure=wyy
Plugin=NowPlaying
PlayerName=#Player#
PlayerType=Title
[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying
PlayerName=#Player#
PlayerType=Artist
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterSign]
Meter=String
StringAlign=Left
FontColor=#FontColor2#
FontSize=(100*
#Scale#
)
X=(0*
#Scale#
)
Y=(0*
#Scale#
)
Text="♪"
AntiAlias=1
UpdateDivider=-1
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterArtist]
Meter=String
MeasureName=MeasureArtist
StringAlign=Left
StringCase=Upper
FontFace=Product Sans
FontColor=#FontColor#
FontSize=(30*
#Scale#
)
X=(100*
#Scale#
)r
Y=(50*
#Scale#
)r
Text="%1"
AntiAlias=1
[MeterTitle]
Meter=String
MeasureName=MeasurePlayer
StringAlign=Left
StringCase=Upper
FontFace=Product Sans
FontColor=#FontColor#
FontSize=(30*
#Scale#
)
X=(0*
#Scale#
)r
Y=(40*
#Scale#
)r
Text="%1"
AntiAlias=1
大佬们这个播放器如何关联网易云啊!!!
2020年05月26日 17点05分 1
吧务
level 14
两个问题:
第一:@include不可以关联路径,需要换用其他参数;
第二:你需要使用@suixin0812 编写的MusicPlayer插件才能调用网易云音乐。
2020年05月27日 02点05分 2
好的谢谢大佬
2020年05月27日 04点05分
1