Revision 356535643564 () - Diff

Link to this snippet: https://friendpaste.com/5n7oHRQzVzRmUlpmIUGO2x
Embed:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
##################################################
;A2 - V0.8.5 (PLAY_LYRIC.tmpl - utamap > lyricsplugin)
##################################################
[Variables]
CURRENT="C:\Program Files\Rainmeter\Skins\A2\"
LYRICSDIR="C:\Program Files\Rainmeter\Skins\A2\LyricsDir\"
@=A2\LYRIC
UPDATE=43200
!SHOW=!RainmeterShowMeter
!HIDE=!RainmeterHideMeter
!ENAB=!RainmeterEnableMeasure
!DESA=!RainmeterDisableMeasure
<BGCOLOR>=white
<FONTCOLOR>=8A9999FF
FontFace="Tahoma"
FONTSIZE=7
FONTSTYLE=BOLD
##################################################
[Rainmeter]
Author=Kenz0
BackgroundMode=3
Background=..\Resource\#<BGCOLOR>#.png
BackgroundMargins=25,25,25,30
DynamicWindowSize=1
OnRefreshAction=!RainmeterShow #@#
;Update=3000
[LYR_LYRICS]
Measure=Plugin
Plugin=Plugins\QuotePlugin.dll
PathName="#CURRENTPATH#LyricsDir\$if($mat(%sl,-1),current,$if(%2,$regrep(["/*;:\,\?\>\<\\], ,%1 - %2),$regrep(["/*;:\,\?\>\<\\], ,$regmatch(%s,\(.*?\) *-,1) - $regrep(\s+$,,$regmatch(%s,- *\([^\(]+\),1))))).txt"
FileFilter=".txt"
[(title)]
Meter=STRING
X=26
Y=22
W=160
H=14
FontColor=#<FONTCOLOR>#
StringStyle=#FONTSTYLE#
FontSize=#FONTSIZE#
FontFace="#FontFace#"
Antialias=1
ClipString=1
Text="Song : $if(%2,%2,$regrep(\s+$,,$regmatch(%s,- *\([^\(]+\),1)))"
[(artist)]
Meter=STRING
X=0r
Y=12r
W=160
H=14
FontColor=#<FONTCOLOR>#
StringStyle=#FONTSTYLE#
FontSize=#FONTSIZE#
FontFace="#FontFace#"
Antialias=1
ClipString=1
Text="Artist : $if(%1,%1,$regmatch(%s,\(.*?\) *-,1))"
[(lyrics)]
MeasureName=LYR_LYRICS
Meter=STRING
X=0r
Y=20r
FontColor=#<FONTCOLOR>#
StringStyle=#FONTSTYLE#
FontSize=#FONTSIZE#
FontFace="#FontFace#"
Antialias=1
[(lm)]
Meter=Button
ButtonImage=..\Resource\lm.png
X=13
Y=9
ButtonCommand=!execute [%WINDIR%\system32\wscript.exe "C:\Program Files\Lyrics Master\ExtSupport.js" multi "$if(%2,%2,$regrep(\s+$,,$regmatch(%s,- *\([^\(]+\),1)))" "$if(%1,%1,$regmatch(%s,\(.*?\) *-,1))"]