Advertisement
Guest User

Untitled

a guest
Dec 6th, 2015
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. [Variables]
  2. Version=1.3
  3. ;==========================
  4. ; General settings
  5. ;==========================
  6.  
  7. PlayerName=Spotify
  8. ; Change this variable to your media player.
  9. ; Visit this page for all supported players: http://docs.rainmeter.net/manual/plugins/nowplaying#playerlist
  10.  
  11. Scale=0.75
  12. ; Changes the size of the complete skin.
  13. ; Can be anything between 0.1 (really small) to 1.0 (fullscreen).
  14. ; Default: 0.75
  15.  
  16. ;==========================
  17. ; Spectrum settings
  18. ;==========================
  19.  
  20. AverageSize=3
  21. ; Higher numbers = smoother visualization, but with delay
  22. ; Lower numbers = faster visualization, but less smooth
  23. ; This will increase/decrease performance and the quality of the visualization.
  24. ; Default: 3
  25.  
  26. BarWidth=20
  27. ; Width of the visualizer bars, don't go lower as 6 or the rounded edges will dissolve.
  28. ; Default: 18
  29.  
  30. BarGap=7
  31. ; Margin between the different visualizer bars.
  32. ; Default: 7
  33.  
  34. BarCount=97
  35. ; Number of the visualizer bars, maximum 100.
  36. ; Default: 64
  37.  
  38. MinBarValue=0.005
  39. ; Bars shown at the bottom of the visualizer bars.
  40. ; Increasing the value will make the bars bigger, decreasing it smaller.
  41. ; Default: 0.005
  42.  
  43. Sensitivity=55
  44. ; A number specifying in what dB range the measure will return FFT and Band data.
  45. ; Increasing this value will make the visualizer respond to quieter sounds and make the graph bigger, decreasing it will show louder sounds.
  46. ; Default: 55
  47.  
  48. FFTSize=1024
  49. ; A number value for the frequency resolution of the output data.
  50. ; Increasing this value will add more cpu load, so keep it for the best result on this value. If you got an slower pc change the value to 512 or 256.
  51. ; This will increase/decrease performance and the quality of the visualization.
  52. ; Best kept at default values.
  53. ; Default: 1024
  54.  
  55. FFTOverlap=512
  56. ; A number value for the frequency resolution overlapping the output data.
  57. ; Best kept at the default values, except you got an older pc. If that's the case change to 256 or 0 for better performance.
  58. ; This will increase/decrease performance and the quality of the visualization.
  59. ; Best kept at default values.
  60. ; Default: 512
  61.  
  62. FFTAttack=50
  63. ; Time in Milliseconds till the bars rise to the signal level.
  64. ; Higher values adds delay to the visualization, but makes it much smoother and calmer.
  65. ; Best kept at default values.
  66. ; Default: 50
  67.  
  68. FFTDecay=110
  69. ; Time in Milliseconds till the bars fall from the signal level.
  70. ; Higher values will keep the bars much longer visible, lower values makes it more "jumpy".
  71. ; Best kept at default values.
  72. ; Default: 110
  73.  
  74. ;==========================
  75. ; Style settings
  76. ;==========================
  77.  
  78. font1=Nexa Bold
  79. font2=Nexa Light
  80. ; Fonts used for the title and artist.
  81. ; Font1 is for the Artist, Font2 for the Title
  82. ; Default: font1=Nexa Bold, font2=Nexa Light
  83.  
  84. FontSize1=72
  85. FontSize2=40
  86. ; Font sizes for the title and artist.
  87. ; Font1 is for the Artist, Font2 for the Title
  88. ; Default: FontSize1=72, FontSize2=40
  89.  
  90. TextColor=255,255,255
  91. ; Color used for text.
  92. ; Default: 255,255,255 (White)
  93.  
  94. Color=#House#
  95. ; Color of the visualizer bars/monstercat cover in RGB(a).
  96. ; This is the default color when genre-based colors are activated.
  97. ; You can change the color to one of the following genres (in the list) by writing the genre like this: #Dubstep#
  98.  
  99. ; This is the color list for the genre-based colors in RGB(a).
  100. EDM=193,193,193
  101. Electro=230,206,0
  102. House=234,140,6
  103. DnB=242,25,4
  104. Dubstep=141,4,225
  105. Drumstep=243,33,136
  106. GlitchHop=11,151,87
  107. Trap=140,15,39
  108. Trance=0,126,231
  109. HardDance=1,151,0
  110. NuDisco=28,171,179
  111. FutureBass=154,152,252
  112.  
  113. EnableGenreColors=1
  114. ; Changing this value will enable/disable genre colors.
  115. ; This will work currently only on AIMP, CAD, iTunes, WMP and Winamp.
  116. ; Default: 1
  117.  
  118. ShowMonstercatCover=0
  119. ; Changing this value will replace the song cover with an full-color cover with the monstercat logo (like in the videos).
  120. ; Default: 0
  121.  
  122. NoArtistNameText=N/A
  123. NoTrackNameText=N/A
  124. ; This will replace the replacement text when there's no track name/artist or if nothing is playing.
  125. ; Default: NoArtistNameText=N/A, NoTrackNameText=N/A
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement