Advertisement
kylergs

MediaPlayer-Rainmeter

May 16th, 2015
466
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.26 KB | None | 0 0
  1. [Rainmeter]
  2. Author=KyleRGS
  3. Update=0
  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. ;===Styles===
  14. [Buttons]
  15. W=28
  16. H=32
  17. FontColor=0,0,0,200
  18. SolidColor=0,0,0,1
  19. FontSize=21
  20. FontFace=Segoe UI
  21. StringAlign=Left
  22. AntiAlias=1
  23. Text="%1"
  24. ClipString=1
  25.  
  26. ;===Measures===
  27. [MeasureTitle]
  28. Measure=Plugin
  29. Plugin=NowPlaying.dll
  30. PlayerName=Winamp
  31. PlayerType=Title
  32. Substitute="":"Title"
  33.  
  34. [MeasureStatus]
  35. Measure=Plugin
  36. Plugin=NowPlaying.dll
  37. PlayerName=[MeasureTitle]
  38. PlayerType=Status
  39. IfMatch=1
  40. IfMatchAction=[!ShowMeter "MeterCover"][!HideMeter "MeterBG"]
  41. IfNotMatchAction=[!ShowMeter "MeterBG"][!HideMeter "MeterCover"]
  42.  
  43. [MeasureProgress]
  44. Measure=Plugin
  45. Plugin=NowPlaying.dll
  46. PlayerName=[MeasureTitle]
  47. PlayerType=Progress
  48.  
  49. [MeasureArtist]
  50. Measure=Plugin
  51. Plugin=NowPlaying.dll
  52. PlayerName=[MeasureTitle]
  53. PlayerType=Artist
  54. Substitute="":"Artist"
  55.  
  56. [MeasureCover]
  57. Measure=Plugin
  58. Plugin=NowPlaying.dll
  59. PlayerName=[MeasureTitle]
  60. PlayerType=Cover
  61.  
  62. ;===Meters===
  63.  
  64. [MeterNoCover]
  65. Meter=Image
  66. SolidColor=0,0,0,15
  67. X=0
  68. Y=0
  69. W=70
  70. H=70
  71. LeftMouseUpAction=[!CommandMeasure MeasureTitle "PlayPause"]
  72.  
  73. [MeterCover]
  74. Meter=Image
  75. MeasureName=MeasureCover
  76. X=0
  77. Y=0
  78. W=70
  79. H=70
  80. PreserveAspectRatio=2
  81. LeftMouseUpAction=[!CommandMeasure MeasureTitle "PlayPause"]
  82.  
  83. [MeterBG]
  84. Meter=Image
  85. SolidColor=0,0,0,5
  86. X=0
  87. Y=0
  88. W=70
  89. H=70
  90. LeftMouseUpAction=[!CommandMeasure MeasureTitle "OpenPlayer"]
  91.  
  92. [MeterProgress]
  93. Meter=Bar
  94. MeasureName=MeasureProgress
  95. X=70r
  96. Y=R
  97. W=4
  98. H=70
  99. BarColor=0,0,0,200
  100.  
  101. [MeterNext]
  102. Meter=String
  103. X=3r
  104. Y=r
  105. MeterStyle=Buttons
  106. Text=>
  107. LeftMouseUpAction=[!CommandMeasure MeasureTitle "Next"]
  108. [MeterPrev]
  109. Meter=String
  110. X=r
  111. Y=R
  112. MeterStyle=Buttons
  113. Text=<
  114. LeftMouseUpAction=[!CommandMeasure MeasureTitle "Previous"]
  115.  
  116. [MeterTitle]
  117. Meter=String
  118. MeasureName=MeasureTitle
  119. X=R
  120. Y=-32r
  121. H=40
  122. FontColor=0,0,0,200
  123. FontSize=22
  124. FontFace=Segoe UI Light
  125. StringAlign=LeftTop
  126. AntiAlias=1
  127. Text="%1"
  128. ClipString=1
  129.  
  130. [MeterArtist]
  131. Meter=String
  132. MeasureName=MeasureArtist
  133. FontColor=0,0,0,200
  134. X=3r
  135. Y=40r
  136. H=30
  137. FontSize=14
  138. FontFace=Segoe UI Semibold
  139. StringAlign=Left
  140. ;StringStyle=Bold
  141. AntiAlias=1
  142. ClipString=1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement