新人求救,这个播放器代码怎么写
rainmeter吧
全部回复
仅看楼主
level 1
[Rainmeter]
Update=1000
Author=Connect-R
BackgroundMode=2
SolidColor=0,0,0,1
DynamicWindowSize=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.45
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=ARTIST
[MeasureTitle]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=TITLE
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterMusicNoteSign]
Meter=String
StringAlign=Left
FontColor=#Color1#
FontSize=(50*
#Scale#
)
X=(5*
#Scale#
)
Y=(10*
#Scale#
)
Text="♪"
AntiAlias=1
UpdateDivider=-1
[MeterNowPlayingText]
Meter=String
StringAlign=Left
FontFace=Quicksand Medium
FontColor=#Color1#
FontSize=(25*
#Scale#
)
X=(60*
#Scale#
)
Y=(0*
#Scale#
)
Text="#Now playing#"
AntiAlias=1
UpdateDivider=-1
;-------------------------------------------------------------
;-------------------------------------------------------------
[MeterSongInfo]
Meter=String
MeasureName=MeasureTitle
MeasureName2=MeasureArtist
StringAlign=Left
FontFace=Quicksand Medium
FontColor=#Color1#
FontSize=(25*
#Scale#
)
X=(0*
#Scale#
)r
Y=(0*
#Scale#
)R
Text="%1 #by# %2"
AntiAlias=1
想关联网易云。。。
2020年04月08日 17点04分 1
level 9
网易云好像要用到一个叫musicplayer.dll的插件,你百度一下“求一段雨表网易云音乐代码?”。。。本吧精品贴上好像也有关联网易云音乐的皮肤
2020年04月09日 01点04分 2
level 9
电脑自带的wmp播放器及国外的播放器可以,想要关联网易云必须用musicplayer.dll这个插件
2020年04月16日 04点04分 3
1