- UID
- 539490
- 主题
- 注册时间
- 2019-4-2
- 在线时间
- 小时
- 最后登录
- 1970-1-1
签到天数: 5 天 [LV.2]偶尔看看I
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?点击注册
x
[Rainmeter]
Update=1000
[Metadata]
Name = Hatsune Miku
Author = Andy相思成灾
Version = 3.0.1
License = Creative Commons BY-NC-SA 3.0
Description= 使用MusicPlayer.dll的播放器皮肤 |仅支持酷我、酷狗、百度音乐、QQ音乐、虾米、网易云
[Variables]
PlayerName=网易云音乐
; 播放器类型。
; 包括:酷我音乐、酷狗音乐、QQ音乐、百度音乐、虾米音乐、网易云音乐。
;---------------------------------------------------
; MEASURES: MusicPlayer
;---------------------------------------------------
[mPlayer]
Measure=Plugin
Plugin=MusicPlayer.dll
PlayerName=#PlayerName#
PlayerType=TRACK
Substitute="":"N\A"
TrackChangeAction=[!SetOption mPosition Formula 0][!UpdateMeasure mPosition][!SetOption mPosition Formula "mPosition+1"]
[mStatus]
Measure=Plugin
Plugin=MusicPlayer.dll
PlayerName=#PlayerName#
PlayerType=STATUS
IfEqualValue=0
IfEqualAction=[!SetOption btnPlayStr Text "4"][!DisableMeasure mPosition]
IfAboveValue=0
IfAboveAction=[!SetOption btnPlayStr Text ";"][!EnableMeasure mPosition]
[mPosition]
Measure=Calc
Formula=mPosition+1
[mPositionMM]
Measure=Calc
Formula=Floor(mPosition/60)
; Substitute="^(\d)$":"0\1"
; RegExpSubstitute=1
[mPositionSS]
Measure=Calc
Formula=mPosition%60
Substitute="^(\d)$":"0\1"
RegExpSubstitute=1
;---------------------------------------------------
; METERS: Frame
;---------------------------------------------------
;---------------------------------------------------
; METERS: PlayerInfo
;---------------------------------------------------
[PlayerTitle]
Meter=STRING
MeasureName=mPlayer
; X=107
X=222
Y=350
H=30
W=800
FontColor=0,0,0,255
FontSize=20
FontFace=迷你繁启体
StringAlign=CENTER
AntiAlias=1
ClipString=1
[Andy]
Meter=image
MeterStyle=btnStringStyle
X=50
Y=378
Imagename=Andya.png
[相思]
Meter=image
MeterStyle=btnStringStyle
X=
Y=350
Imagename=.png
[成灾]
Meter=image
MeterStyle=btnStringStyle
X=300
Y=250
Imagename=成灾.png
;---------------------------------------------------
; METERS: Buttons
;---------------------------------------------------
[btnStyle]
X=26r
Y=r
ImageName=img/bt_play.png
[btnPrev]
Meter=IMAGE
MeterStyle=btnStyle
X=107
Y=380
[btnPlay]
Meter=IMAGE
MeterStyle=btnStyle
[btnNext]
Meter=IMAGE
MeterStyle=btnStyle
[btnStop]
Meter=IMAGE
MeterStyle=btnStyle
[btnOpen]
Meter=IMAGE
MeterStyle=btnStyle
[btnStringStyle]
FontFace=Webdings
FontSize=20
FontColor=0,0,0,
StringAlign=Center
X=26r
Y=r
MouseOverAction=[!SetOption #CurrentSection# FontColor 13,56,109][!UpdateMeter #CurrentSection#][!Redraw]
MouseLeaveAction=[!SetOption #CurrentSection# FontColor ""][!UpdateMeter #CurrentSection#][!Redraw]
[btnPrevStr]
Meter=image
MeterStyle=btnStringStyle
Text="7"
X=70
Y=385
Imagename=Prev.png
LeftMouseDownAction=[!CommandMeasure mPlayer Previous]
[btnPlayStr]
Meter=image
MeterStyle=btnStringStyle
X=115
Y=385
Imagename=play.png
LeftMouseDownAction=[!CommandMeasure mPlayer PlayPause]
[btnNextStr]
Meter=image
MeterStyle=btnStringStyle
X=158
Y=385
Imagename=Next.png
LeftMouseDownAction=[!CommandMeasure mPlayer Next]
[btnStopStr]
Meter=image
MeterStyle=btnStringStyle
X=200
Y=385
Imagename=pause.png
LeftMouseDownAction=[!CommandMeasure mPlayer Stop]
[btnOpenStr]
Meter=image
MeterStyle=btnStringStyle
X=242
Y=385
Imagename=Andy.png
LeftMouseDownAction=[!CommandMeasure mPlayer OpenPlayer]
[btnAndyStr]
Meter=image
MeterStyle=btnStringStyle
X=290
Y=388
Imagename=An.png
Background=0,0,0,0
LeftMouseDownAction=[!CommandMeasure mPlayer OpenPlayer]
[PlayerTime]
Meter=STRING
MeasureName=mPositionMM
MeasureName2=mPositionSS
X=300
Y=392
Text=%1:%2
FontColor=0,0,0,255
FontSize=18
FontFace=迷你繁启体
AntiAlias=1
|
|