# 【Triangle】带歌词播放器皮肤5.1.1b - 第7页 - Rainmeter皮肤区 - 雨滴社区 - Powered by Discuz!
 找回密码
 点击注册

QQ登录

只需一步,快速开始

扫一扫,访问微社区

楼主: suixin812

[音乐媒体] 【Triangle】带歌词播放器皮肤5.1.1b

  [复制链接]

签到天数: 5 天

[LV.2]偶尔看看I

发表于 2017-5-20 12:55:26 | 显示全部楼层


[Rainmeter]
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)"]


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

[Variables]
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___________________________________________
[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
;==============================
;返回歌曲标题。必须返回有效标题,否则无法检索歌词。
[mPlayer]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#PlayerName#
PlayerType=TITLE
PlayerPath=#PlayerPath#
DisableLeadingZero=0
Substitute="":"N\A"
TrackChangeAction=[!CommandMeasure "Lua" "trackchange()" "#Currentconfig#"]

;返回艺术家。
[mArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=ARTIST
Substitute=" (酷我音乐盒)":"","酷狗[":"","":"N\A"

[mTitleArtist]
Measure=Time
Format=[mPlayer] - [mArtist]
Substitute=" - N\A":""
DynamicVariables=1

;返回播放进度。Lua脚本从此节点获取进度或自行计算进度,取决于PlayerName变量值。
[mPosition]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=POSITION

;返回曲目时长。用于弹幕密度计算。
[mDuration]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=DURATION

[mProgress]
Measure=Calc
Formula=mPosition/ (mDuration + 1)

;曲目播放暂停状态。用于辅助歌词播放。
[mState]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=STATE
IfAboveValue=1
IfAboveAction=[!CommandMeasure "Lua" "pause = 'p'"]
IfEqualValue=1
IfEqualAction=[!CommandMeasure "Lua" "pause = nil"]
;"0":"终止","1":"播放","2":"暂停"
[mStateButton]
Measure=Calc
Formula=mState
Substitute='2':"Play" ,'0':"Play" ,'1':"Pause"

;歌曲文件地址。Lua脚本将优先在此位置寻找歌词文件。
[mFile]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mPlayer]
PlayerType=File
DynamicVariables=1


;扩展部分
;==============================
[ExtBackground]
Meter=Image
Group=ext
ImageName=.\Images\extended.png
X=144
Y=46
Hidden=1

[Line1]
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
[Line1_0]
Text=[mPlayer]
[Line1_1]
Text=#Lyric1#
[Line1_2]
Text=#Lyric1#

[Line2]
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

[Line2_0]
Text=[mArtist]
[Line2_1]
Text=[mTitleArtist]
ToolTipText=[mTitleArtist]
[Line2_2]
Text=#Lyric2#


;主体部分
;==============================
[MainBackground]
Meter=IMAGE
ImageName=.\Images\triangle.png
X=0
Y=0



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

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

[Prev]
Meter=Button
MeterStyle=#CurrentSection#_#GlobalShotcut#
X=4
Y=11
ButtonImage=.\Images\Prev.png
[Prev_0]
ButtonCommand=[!CommandMeasure "mPlayer" "Previous"]
[Prev_0]
ButtonCommand=[".\Lyrics\hotkey\Previous.vbs"]


[Next]
Meter=Button
MeterStyle=#CurrentSection#_#GlobalShotcut#
X=181
Y=11
ButtonImage=.\Images\Next.png
[Next_0]
ButtonCommand=[!CommandMeasure "mPlayer" "Next"]
[Next_0]
ButtonCommand=[".\Lyrics\hotkey\Next.vbs"]


[Play]
Meter=Button
MeterStyle=#CurrentSection#_#GlobalShotcut#
X=79
Y=6
ButtonImage=.\Images\[mStateButton].png
[Play_0]
DynamicVariables=1
ButtonCommand=[!CommandMeasure "mPlayer" "PlayPause"][!CommandMeasure "Lua" "p()"]
[Play_0]
ButtonCommand=[!CommandMeasure "Lua" "p()"][!CommandMeasure "Lua" "p()"]


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

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

[Curr]
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


[CircleGhost]
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]

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

楼主帮忙看一下谢谢
回复

使用道具 举报

签到天数: 5 天

[LV.2]偶尔看看I

发表于 2017-5-20 01:51:47 | 显示全部楼层
楼主,怎么设置皮肤关联的
回复

使用道具 举报

签到天数: 11 天

[LV.3]偶尔看看II

发表于 2017-5-18 22:41:43 | 显示全部楼层
做的不错 支持一下
回复

使用道具 举报

签到天数: 22 天

[LV.4]偶尔看看III

发表于 2017-4-21 22:23:11 | 显示全部楼层
好东西,必须支持
回复

使用道具 举报

签到天数: 5 天

[LV.2]偶尔看看I

发表于 2017-4-21 21:51:22 | 显示全部楼层
喜欢,下来看看
回复

使用道具 举报

签到天数: 13 天

[LV.3]偶尔看看II

发表于 2017-4-19 18:31:42 | 显示全部楼层
a6  aaaaaa
回复

使用道具 举报

签到天数: 14 天

[LV.3]偶尔看看II

发表于 2017-3-24 14:31:43 | 显示全部楼层
网易云行吗
回复

使用道具 举报

签到天数: 35 天

[LV.5]常住居民I

发表于 2017-3-17 09:11:52 | 显示全部楼层
要怎么设置qq音乐,求教一下
回复

使用道具 举报

签到天数: 1 天

[LV.1]初来乍到

发表于 2017-3-9 09:58:05 | 显示全部楼层
55555555555555555
回复

使用道具 举报

签到天数: 330 天

[LV.8]以坛为家I

发表于 2017-3-2 00:50:14 | 显示全部楼层
哈哈哈哈哈哈哈哈
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 点击注册

本版积分规则

快速回复 返回顶部 返回列表