Guest User

Untitled

a guest
Jan 26th, 2017
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.34 KB | None | 0 0
  1. [Rainmeter]
  2. Group=SongInfo
  3. Update=100
  4.  
  5. ; = IMPORTANT =
  6. ; = For configuring the rainmeter skin, right-click the visualizer and click on "Open variables".
  7. ; = You can also open the variables.ini file located in:
  8. ; = "My Documents\Rainmeter\Skins\Monstercat Visualizer\@Resources"
  9.  
  10. ; Small context menu when you right-click the skin
  11. ContextTitle=" Open settings"
  12. ContextAction=[!ActivateConfig "#ROOTCONFIG#\Settings" "general.ini"]
  13. ContextTitle2=" Toggle background"
  14. ContextAction2=[!ToggleConfig "#ROOTCONFIG#\Background" "Background.ini"]
  15. ContextTitle3=" Enable Spotify support"
  16. ContextAction3=[!ActivateConfig "#ROOTCONFIG#\Song Information" "Normal.ini"]
  17.  
  18. [Metadata]
  19. Name=Monstercat Visualizer for Rainmeter
  20. Author=marcopixel
  21. License=CC BY-NC-SA 4.0
  22.  
  23. [Variables]
  24. ; Includes the variables/styles used for the skin.
  25. @include=#@#variables.ini
  26. ; Include MeasureGenre for genre-based colors
  27. @include2=#@#include\MeasureGenre.inc
  28. @include3=#@#include\ColorExtract.inc
  29.  
  30. [MeasureShowDynamicColors]
  31. Measure=Calc
  32. Formula=#EnableDynamicColors#
  33. IfBelowValue=1
  34. IfBelowAction=[!SetOption MeterCoverBG SolidColor "#Color#"]
  35. IfEqualValue=1
  36. IfEqualAction=[!SetOption MeterCoverBG SolidColor "[*MeasureGenre*]"]
  37. IfAboveValue=1
  38. IfAboveAction=[!SetOption MeterCoverBG SolidColor "[*MeasureCoverColor*]"]
  39. UpdateDivider=-1
  40.  
  41. ; Measure NowPlaying - gets track data like title, artist, etc...
  42. [MeasureTrack]
  43. Measure=Plugin
  44. Plugin=NowPlaying
  45. PlayerName=#PlayerName#
  46. PlayerType=TITLE
  47. UpdateDivider=10
  48. Substitute="":"#NoTrackNameText#"
  49. [MeasureArtist]
  50. Measure=Plugin
  51. Plugin=NowPlaying
  52. PlayerName=[MeasureTrack]
  53. PlayerType=ARTIST
  54. UpdateDivider=10
  55. Substitute="":"#NoArtistNameText#"
  56.  
  57. [MeasurePosition]
  58. Measure=Plugin
  59. Plugin=NowPlaying
  60. PlayerName=[MeasureTrack]
  61. PlayerType=Position
  62. [MeasureDuration]
  63. Measure=Plugin
  64. Plugin=NowPlaying
  65. PlayerName=[MeasureTrack]
  66. PlayerType=DURATION
  67. [MeasurePlayPause]
  68. Measure=Plugin
  69. Plugin=NowPlaying
  70. PlayerName=[MeasureTrack]
  71. PlayerType=STATE
  72. Substitute="0":"#@#images\play.png","1":"#@#images\pause.png","2":"#@#images\play.png"
  73.  
  74.  
  75. [MeterPosition]
  76. Meter=STRING
  77. MeasureName=MeasurePosition
  78. X=(20*#ScaleSongInformation#)
  79. Y=(85*#ScaleSongInformation#)r
  80. FontFace=#Font2#
  81. FontSize=(16*#ScaleSongInformation#)
  82. FontColor=#TextColor#
  83. AntiAlias=1
  84. ClipString=1
  85. Text="%1"
  86. Hidden=1
  87. Group=MediaControls
  88. [MeterDividier]
  89. Meter=STRING
  90. MeterStyle=MeterPosition
  91. X=(97*#ScaleSongInformation#)
  92. Y=0r
  93. Text="-"
  94. Hidden=1
  95. Group=MediaControls
  96. [MeterDuration]
  97. Meter=STRING
  98. MeterStyle=MeterPosition
  99. MeasureName=MeasureDuration
  100. X=(15*#ScaleSongInformation#)R
  101. Y=0r
  102. Text="%1"
  103. Hidden=1
  104. Group=MediaControls
  105.  
  106. ; Meter - artist and track
  107. [MeterArtist]
  108. Meter=STRING
  109. MeasureName=MeasureArtist
  110. X=(225*#ScaleSongInformation#)
  111. Y=(15*#ScaleSongInformation#)
  112. H=(100*#ScaleSongInformation#)
  113. W=(#BarCount#-13)*(#BarWidth#+#BarGap#)*#ScaleVisualizer#
  114. FontFace=#Font1#
  115. FontSize=(#FontSize1#*#ScaleSongInformation#)
  116. FontColor=#TextColor#
  117. AntiAlias=1
  118. ClipString=1
  119. StringCase=UPPER
  120. Text="%1"
  121. UpdateDivider=10
  122. [MeterTrack]
  123. Meter=STRING
  124. MeasureName=MeasureTrack
  125. X=(8*#ScaleSongInformation#)r
  126. Y=0R
  127. H=(100*#ScaleSongInformation#)
  128. W=(#BarCount#-13)*(#BarWidth#+#BarGap#)*#ScaleVisualizer#
  129. FontFace=#Font2#
  130. FontSize=(#FontSize2#*#ScaleSongInformation#)
  131. FontColor=#TextColor#
  132. AntiAlias=1
  133. ClipString=1
  134. StringCase=UPPER
  135. Text="%1"
  136. UpdateDivider=10
Advertisement
Add Comment
Please, Sign In to add comment