娜伤love狠疼 发表于 2017-5-20 12:55:26




Update=200
DynamicWindowSize=1
MouseActionCursor=0
ContextTitle=重置歌词(&R)
ContextTitle2=查看歌词(&L)
ContextTitle3=导出歌词(&P)
ContextTitle4=打开播放器(&W)
ContextTitle5=更新地址列表(&F)
ContextAction=[!CommandMeasure "Lua" "load_lrc()"]
ContextAction2=[!CommandMeasure "Lua" """SKIN:Bang('"'..url..'"')"""]
ContextAction3=[!CommandMeasure "Lua" "printlrc()"]
ContextAction4=[!Commandmeasure "mPlayer"Openplayer]
ContextAction5=[!CommandMeasure "Lua" "makefilelist(1)"]



Name=Triangle
Author=LingMin & 风飏
Version=5.7.2
Description=带歌词的NowPlaying播放器皮肤 |这是送给苏苏童鞋的生日礼物 |皮肤文件中节点下PlayerName设置播放器类型, |     节点下FilePath设置歌词文件储存位置 |仅支持AIMP、foobar2000、iTunes、Winamp、 |   Windows Media Player、千千静听、酷我
License=Creative Commons BY-NC-SA 3.0


PlayerName=WLM
;播放器类型
;AIMP写为:AIMP
;foobar2000写为:foobar2000(需要插件)
;iTunes写为:iTunes
;J. River Media Center、Media Jukebox、VLC写为:CAD(需要插件)
;MusicBee写为:CAD
;MediaMonkey写为:MediaMonkey
;Winamp写为:Winamp
;Windows Media Player写为:WMP
;千千静听/酷我 写为:WLM
;不支持其他播放器
PlayerPath="C:\Program Files (x86)\kuwo\kuwomusic\8.7.1.0_PQ\bin\KwMusic.exe"
;播放器运行地址
;(只有WLM等无法直接打开播放器时才需要填写)
GlobalShotcut=0
;是否使用全局快捷键来控制播放
;(只有当NowPlaying无法直接控制播放器的上下首时需要设为1)


Lyric=""
Lyric1=""
Lyric2=""
status=0



;LUA___________________________________________

Measure=Script
Scriptfile=lrc.lua
UpdateDivider=1
filename=%A %T;%A - %T;%A-%T;%T - %A;%T-%A;%T;***
;歌词文件名格式(%A 艺术家,%T 标题;*** 最大模糊匹配;英文分号结束)
filepath=D:\Program Files\TTPlayer\Lyrics;F:\music\音乐 2;
;歌词文件地址(英文分号结束)
;(最大模糊匹配将检索子目录)
monitortrackchange=0
;让lua监测歌曲切换(0,否;1,是)
;(只有当NowPlaying检测不到歌曲切换时才需要打开)
makefilelist=0
;皮肤每次加载时更新歌词文件地址列表
removebracket=1
;移除歌词中的括号
shieldkey=QQ;草帽仔;Lrc ;LRC;歌詞;Lyric;by:;歌词;
;歌词屏蔽关键词(0不进行任何处理)
density=1.5
;读取弹幕时,两条弹幕间最小时间间隔(秒)
randombullet=0
;当弹幕非常丰富(500以上)时,使每次读取弹幕出现的评论都不一样(1开启,0关闭)
;只显示某人的弹幕,在xml文件头添加<?lyric userid="8dc29418"?>,8dc29418为用户id
disabledebug=0
;设为1时禁止Lua向日志输出错误以外的信息。

;Measures
;==============================
;返回歌曲标题。必须返回有效标题,否则无法检索歌词。

Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#PlayerName#
PlayerType=TITLE
PlayerPath=#PlayerPath#
DisableLeadingZero=0
Substitute="":"N\A"
TrackChangeAction=[!CommandMeasure "Lua" "trackchange()" "#Currentconfig#"]

;返回艺术家。

Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=
PlayerType=ARTIST
Substitute=" (酷我音乐盒)":"","酷狗[":"","":"N\A"


Measure=Time
Format= -
Substitute=" - N\A":""
DynamicVariables=1

;返回播放进度。Lua脚本从此节点获取进度或自行计算进度,取决于PlayerName变量值。

Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=
PlayerType=POSITION

;返回曲目时长。用于弹幕密度计算。

Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=
PlayerType=DURATION


Measure=Calc
Formula=mPosition/ (mDuration + 1)

;曲目播放暂停状态。用于辅助歌词播放。

Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=
PlayerType=STATE
IfAboveValue=1
IfAboveAction=[!CommandMeasure "Lua" "pause = 'p'"]
IfEqualValue=1
IfEqualAction=[!CommandMeasure "Lua" "pause = nil"]
;"0":"终止","1":"播放","2":"暂停"

Measure=Calc
Formula=mState
Substitute='2':"Play" ,'0':"Play" ,'1':"Pause"

;歌曲文件地址。Lua脚本将优先在此位置寻找歌词文件。

Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=
PlayerType=File
DynamicVariables=1


;扩展部分
;==============================

Meter=Image
Group=ext
ImageName=.\Images\extended.png
X=144
Y=46
Hidden=1


Meter=String
MeterStyle=Line1_#status#
Group=ext
X=311
Y=77
W=215
H=19
FontFace=微软雅黑
FontSize=10
FontColor=17,202,234
StringAlign=CenterCenter
StringStyle=BOLD
SolidColor=0,0,0,1
ClipString=1
AntiAlias=1
DynamicVariables=1
MouseOverAction=[!SetOption #CurrentSection# FontColor 255,255,255]
MouseLeaveAction=[!SetOption #CurrentSection# FontColor 17,202,234]
LeftMouseDownAction=[!CommandMeasure "Lua" "load_lrc()"]
; MouseScrollUpAction=[!CommandMeasure "Lua" "setOffset(0.2)"]
; MouseScrollDownAction=[!CommandMeasure "Lua" "setOffset(-0.2)"]
Hidden=1

Text=

Text=#Lyric1#

Text=#Lyric1#


Meter=String
MeterStyle=Line2_#status#
Group=ext
X=286
Y=123
W=215
H=19
FontFace=微软雅黑
FontSize=9
FontColor=200,200,200,255
StringAlign=CenterCenter
StringStyle=BOLD
SolidColor=0,0,0,1
ClipString=1
AntiAlias=1
DynamicVariables=1
Hidden=1


Text=

Text=
ToolTipText=

Text=#Lyric2#


;主体部分
;==============================

Meter=IMAGE
ImageName=.\Images\triangle.png
X=0
Y=0



;==============================

Meter=Button
X=44
Y=65
ButtonImage=.\Images\side1.png
ButtonCommand=[!SetVariable status ((#status#+1)%3)]
DynamicVariables=1


Meter=Button
X=144
Y=65
ButtonImage=.\Images\side2.png
ButtonCommand=[!SetVariable status ((#status#+2)%3)]
DynamicVariables=1


Meter=Button
MeterStyle=#CurrentSection#_#GlobalShotcut#
X=4
Y=11
ButtonImage=.\Images\Prev.png

ButtonCommand=[!CommandMeasure "mPlayer" "Previous"]

ButtonCommand=[".\Lyrics\hotkey\Previous.vbs"]



Meter=Button
MeterStyle=#CurrentSection#_#GlobalShotcut#
X=181
Y=11
ButtonImage=.\Images\Next.png

ButtonCommand=[!CommandMeasure "mPlayer" "Next"]

ButtonCommand=[".\Lyrics\hotkey\Next.vbs"]



Meter=Button
MeterStyle=#CurrentSection#_#GlobalShotcut#
X=79
Y=6
ButtonImage=.\Images\.png

DynamicVariables=1
ButtonCommand=[!CommandMeasure "mPlayer" "PlayPause"][!CommandMeasure "Lua" "p()"]

ButtonCommand=[!CommandMeasure "Lua" "p()"][!CommandMeasure "Lua" "p()"]



Meter=Button
X=97
Y=162
ButtonImage=.\Images\m.png
LeftMouseDownAction=[!Commandmeasure "mPlayer"Openplayer]

;==============================


Meter=STRING
MeasureName=mPosition
;MeasureName2=Lua
X=122
Y=69
StringAlign=Center
StringStyle=BOLD
FontColor=17,202,234
FontSize=8
FontFace=微软雅黑
Text=%1
AntiAlias=1



Meter=RoundLine
LineLength=29
X=93
Y=46
W=58
H=58
Solid=1
LineColor=0,0,0,1
MouseOverAction=[!ShowMeter Mark][!HideMeter Curr][!Redraw]
MouseLeaveAction=[!ToggleMeter Mark][!ToggleMeter Curr][!Redraw]


Meter=Image
X=100
Y=54
ImageName=.\Images\mark.png
SolidColor=0,0,0,1
DynamicVariables=1
LeftMouseUpAction=[!ToggleMeterGroup ext]
Hidden=1

楼主帮忙看一下谢谢

娜伤love狠疼 发表于 2017-5-20 01:51:47

楼主,怎么设置皮肤关联的

yao2412175352 发表于 2017-5-18 22:41:43

做的不错 支持一下

投暗弃明 发表于 2017-4-21 22:23:11

好东西,必须支持

伊墨阳光 发表于 2017-4-21 21:51:22

喜欢,下来看看

傑BOSS 发表于 2017-4-19 18:31:42

a6aaaaaa

1_2__3 发表于 2017-3-24 14:31:43

网易云行吗

我要扶她大姐姐 发表于 2017-3-17 09:11:52

要怎么设置qq音乐,求教一下

2687920530 发表于 2017-3-9 09:58:05

55555555555555555

紫星沄 发表于 2017-3-2 00:50:14

哈哈哈哈哈哈哈哈
页: 1 2 3 4 5 6 [7] 8 9 10 11 12 13 14 15 16
查看完整版本: 【Triangle】带歌词播放器皮肤5.1.1b