【03-24 问题求助】为什么无法控制播放和切歌,能显示歌曲名称
rainmeter吧
全部回复
仅看楼主
level 4
这是代码
[Rainmeter]
Update=250
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.2
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeasureArtist]
Measure=Plugin
Plugin=MusicPlayer.dll
PlayerName=CloudMusic
PlayerType=ARTIST
[MeasureTitle]
Measure=Plugin
Plugin=MusicPlayer.dll
PlayerName=CloudMusic
PlayerType=TITLE
[MeasureStateButton]
Measure=Plugin
Plugin=MusicPlayer.dll
PlayerName=CloudMusic
PlayerType=Status
Substitute="0":"#@#开始.png","1":"#@#暂停.png","2":"#@#开始.png"
2026年03月24日 06点03分 1
level 4
这是下半部分
;-------------------------------------------------------------
;-------------------------------------------------------------
[PlaceHolder1]
Meter=Shape
Shape=Rectangle0,50,375,80,2|FillColor255,255,255,240|StrokeWidth0|StrokeColor43,40,45
[PlaceHolder2]
Meter=Shape
Shape=Rectangle295,135,80,20,2|FillColor255,255,255,240|StrokeWidth0|StrokeColor43,40,45
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterArtist]
Meter=String
MeasureName=MeasureArtist
StringAlign=Left
FontFace=OPPOSansR
FontColor=0,0,0
FontSize=(80*
#Scale#
)
X=(50*
#Scale#
)
Y=(300*
#Scale#
)
Text="正在播放"
AntiAlias=1
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterTitle]
Meter=String
MeasureName=MeasureTitle
StringAlign=Left
FontFace=OPPOSansR
FontColor=0,0,0
FontSize=(60*
#Scale#
)
X=(50*
#Scale#
)
Y=(450*
#Scale#
)
Text="%1"
AntiAlias=1
2026年03月24日 06点03分 2
吧务
level 14
听歌软件网易云吗?
2026年03月24日 08点03分 3
是的
2026年03月28日 14点03分
@Mage幻灬逐月 检查一下网易云的全局控制快捷键是不是开启了
2026年03月29日 07点03分
@蓝色闪光✨ 好的 谢谢
2026年03月29日 20点03分
1