Advertisement
kylergs

VerticalPlayer

May 28th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.78 KB | None | 0 0
  1. [Rainmeter]
  2. Author=KyleRGS
  3. Update=400
  4. DynamicWindowSize=1
  5.  
  6. [Metadata]
  7. Name=MusicBanner
  8. Author=KyleRGS
  9. Information=Simple, Scaling Player
  10. License=Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
  11. Version=1.0
  12.  
  13. [Variables]
  14. Width=160
  15. Colour1=255,255,255,235
  16. Colour2=255,255,255,15
  17. Colour3=255,255,255,200
  18. Colour4=0,0,0,200
  19. ;===Styles===
  20. [Buttons]
  21. W=28
  22. H=32
  23. FontColor=#Colour1#
  24. SolidColor=0,0,0,1
  25. FontSize=21
  26. FontFace=Segoe UI
  27. StringAlign=Left
  28. AntiAlias=1
  29. Text="%1"
  30. ClipString=1
  31. UpdateDivider=-1
  32. [CoverSquare]
  33. X=r
  34. Y=r
  35. W=#Width#
  36. H=#Width#
  37. ;===Measures===
  38. [MeasureTitle]
  39. Measure=Plugin
  40. Plugin=NowPlaying.dll
  41. PlayerName=Winamp
  42. PlayerType=Title
  43. Substitute="":"Title"
  44. OnChangeAction=[!Refresh]
  45. [MeasureStatus]
  46. Measure=Plugin
  47. Plugin=NowPlaying.dll
  48. PlayerName=[MeasureTitle]
  49. PlayerType=Status
  50. IfMatch=1
  51. IfMatchAction=[!ShowMeter "MeterCover"][!HideMeter "MeterBG"]
  52. IfNotMatchAction=[!ShowMeter "MeterBG"][!HideMeter "MeterCover"]
  53.  
  54. [MeasureProgress]
  55. Measure=Plugin
  56. Plugin=NowPlaying.dll
  57. PlayerName=[MeasureTitle]
  58. PlayerType=Progress
  59.  
  60. [MeasureArtist]
  61. Measure=Plugin
  62. Plugin=NowPlaying.dll
  63. PlayerName=[MeasureTitle]
  64. PlayerType=Artist
  65. Substitute="":"Artist"
  66.  
  67. [MeasureCover]
  68. Measure=Plugin
  69. Plugin=NowPlaying.dll
  70. PlayerName=[MeasureTitle]
  71. PlayerType=Cover
  72. [MeasureRepeat]
  73. Measure=Plugin
  74. Plugin=NowPlaying.dll
  75. PlayerName=[MeasureTitle]
  76. PlayerType=Repeat
  77. IfMatch=1
  78. IfMatchAction=[!SetOption MeterLoop ImageTint "#Colour4#"]
  79. IfNotMatchAction=[!SetOption MeterLoop ImageTint "#Colour1#"]
  80.  
  81. [MeasureShuffle]
  82. Measure=Plugin
  83. Plugin=NowPlaying.dll
  84. PlayerName=[MeasureTitle]
  85. PlayerType=Shuffle
  86. IfMatch=1
  87. IfMatchAction=[!SetOption MeterShuffle ImageTint "#Colour4#"]
  88. IfNotMatchAction=[!SetOption MeterShuffle ImageTint "#Colour1#"]
  89. ;===Meters===
  90. [MeterOutlineLeft]
  91. Meter=Image
  92. SolidColor=#Colour3#
  93. W=2
  94. H=#CURRENTCONFIGHEIGHT#
  95. DynamicVariables=1
  96. [MeterOutlineTop]
  97. Meter=Image
  98. X=R
  99. Y=0
  100. SolidColor=#Colour3#
  101. W=#Width#
  102. H=2
  103.  
  104. [MeterNoCover]
  105. Meter=Image
  106. Y=R
  107. SolidColor=#Colour2#
  108. MeterStyle=CoverSquare
  109. LeftMouseUpAction=[!CommandMeasure MeasureTitle "PlayPause"]
  110. UpdateDivider=-1
  111. [MeterCover]
  112. Meter=Image
  113. MeasureName=MeasureCover
  114. MeterStyle=CoverSquare
  115. PreserveAspectRatio=2
  116. LeftMouseUpAction=[!CommandMeasure MeasureTitle "PlayPause"]
  117. UpdateDivider=-1
  118. [MeterBG]
  119. Meter=Image
  120. SolidColor=#Colour2#
  121. MeterStyle=CoverSquare
  122. LeftMouseUpAction=[!CommandMeasure MeasureTitle "OpenPlayer"]
  123.  
  124. [MeterProgress]
  125. Meter=Bar
  126. MeasureName=MeasureProgress
  127. X=r
  128. Y=#Width#r
  129. W=#Width#
  130. H=4
  131. BarColor=#Colour1#
  132. BarOrientation=Horizontal
  133. [MeterPrev]
  134. Meter=String
  135. X=r
  136. Y=r
  137. MeterStyle=Buttons
  138. Text=<
  139. LeftMouseUpAction=[!CommandMeasure MeasureTitle "Previous"]
  140. UpdateDivider=-1
  141. [MeterNext]
  142. Meter=String
  143. X=R
  144. Y=r
  145. MeterStyle=Buttons
  146. Text=>
  147. LeftMouseUpAction=[!CommandMeasure MeasureTitle "Next"]
  148. UpdateDivider=-1
  149.  
  150. [MeterLoop]
  151. Meter=Image
  152. X=12R
  153. Y=10r
  154. ;MeterStyle=Buttons
  155. ImageName=#@#loopmask.png
  156. ImageTint=#Colour1#
  157. [MeterLoopButton]
  158. Meter=Image
  159. X=r
  160. Y=r
  161. W=24
  162. H=21
  163. ;MeterStyle=Buttons
  164. SolidColor=0,0,0,1
  165. LeftMouseUpAction=[!CommandMeasure MeasureTitle "SetRepeat -1"]
  166. [MeterShuffle]
  167. Meter=Image
  168. X=12R
  169. Y=2r
  170. ;MeterStyle=Buttons
  171. ImageName=#@#shufflemask.png
  172. ImageTint=#Colour1#
  173. [MeterShuffleButton]
  174. Meter=Image
  175. X=r
  176. Y=r
  177. W=24
  178. H=19
  179. ;MeterStyle=Buttons
  180. SolidColor=0,0,0,1
  181. LeftMouseUpAction=[!CommandMeasure MeasureTitle "SetShuffle -1"]
  182. [MeterTitle]
  183. Meter=String
  184. MeasureName=MeasureTitle
  185. X=0
  186. Y=R
  187. W=#Width#
  188. ClipStringH=65
  189. FontColor=#Colour1#
  190. FontSize=18
  191. FontFace=Segoe UI Light
  192. StringAlign=LeftTop
  193. AntiAlias=1
  194. Text="%1"
  195. ClipString=2
  196.  
  197. [MeterArtist]
  198. Meter=String
  199. MeasureName=MeasureArtist
  200. FontColor=#Colour1#
  201. X=3r
  202. Y=R
  203. W=#Width#
  204. ClipStringH=80
  205. FontSize=14
  206. FontFace=Segoe UI Semibold
  207. StringAlign=Left
  208. AntiAlias=1
  209. ClipString=2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement