Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Rainmeter]
- Group=SongInfo
- Update=100
- ; = IMPORTANT =
- ; = For configuring the rainmeter skin, right-click the visualizer and click on "Open variables".
- ; = You can also open the variables.ini file located in:
- ; = "My Documents\Rainmeter\Skins\Monstercat Visualizer\@Resources"
- ; Small context menu when you right-click the skin
- ContextTitle=" Open settings"
- ContextAction=[!ActivateConfig "#ROOTCONFIG#\Settings" "general.ini"]
- ContextTitle2=" Toggle background"
- ContextAction2=[!ToggleConfig "#ROOTCONFIG#\Background" "Background.ini"]
- ContextTitle3=" Enable Spotify support"
- ContextAction3=[!ActivateConfig "#ROOTCONFIG#\Song Information" "Normal.ini"]
- [Metadata]
- Name=Monstercat Visualizer for Rainmeter
- Author=marcopixel
- License=CC BY-NC-SA 4.0
- [Variables]
- ; Includes the variables/styles used for the skin.
- @include=#@#variables.ini
- ; Include MeasureGenre for genre-based colors
- @include2=#@#include\MeasureGenre.inc
- @include3=#@#include\ColorExtract.inc
- [MeasureShowDynamicColors]
- Measure=Calc
- Formula=#EnableDynamicColors#
- IfBelowValue=1
- IfBelowAction=[!SetOption MeterCoverBG SolidColor "#Color#"]
- IfEqualValue=1
- IfEqualAction=[!SetOption MeterCoverBG SolidColor "[*MeasureGenre*]"]
- IfAboveValue=1
- IfAboveAction=[!SetOption MeterCoverBG SolidColor "[*MeasureCoverColor*]"]
- UpdateDivider=-1
- ; Measure NowPlaying - gets track data like title, artist, etc...
- [MeasureTrack]
- Measure=Plugin
- Plugin=NowPlaying
- PlayerName=#PlayerName#
- PlayerType=TITLE
- UpdateDivider=10
- Substitute="":"#NoTrackNameText#"
- [MeasureArtist]
- Measure=Plugin
- Plugin=NowPlaying
- PlayerName=[MeasureTrack]
- PlayerType=ARTIST
- UpdateDivider=10
- Substitute="":"#NoArtistNameText#"
- [MeasurePosition]
- Measure=Plugin
- Plugin=NowPlaying
- PlayerName=[MeasureTrack]
- PlayerType=Position
- [MeasureDuration]
- Measure=Plugin
- Plugin=NowPlaying
- PlayerName=[MeasureTrack]
- PlayerType=DURATION
- [MeasurePlayPause]
- Measure=Plugin
- Plugin=NowPlaying
- PlayerName=[MeasureTrack]
- PlayerType=STATE
- Substitute="0":"#@#images\play.png","1":"#@#images\pause.png","2":"#@#images\play.png"
- [MeterPosition]
- Meter=STRING
- MeasureName=MeasurePosition
- X=(20*#ScaleSongInformation#)
- Y=(85*#ScaleSongInformation#)r
- FontFace=#Font2#
- FontSize=(16*#ScaleSongInformation#)
- FontColor=#TextColor#
- AntiAlias=1
- ClipString=1
- Text="%1"
- Hidden=1
- Group=MediaControls
- [MeterDividier]
- Meter=STRING
- MeterStyle=MeterPosition
- X=(97*#ScaleSongInformation#)
- Y=0r
- Text="-"
- Hidden=1
- Group=MediaControls
- [MeterDuration]
- Meter=STRING
- MeterStyle=MeterPosition
- MeasureName=MeasureDuration
- X=(15*#ScaleSongInformation#)R
- Y=0r
- Text="%1"
- Hidden=1
- Group=MediaControls
- ; Meter - artist and track
- [MeterArtist]
- Meter=STRING
- MeasureName=MeasureArtist
- X=(225*#ScaleSongInformation#)
- Y=(15*#ScaleSongInformation#)
- H=(100*#ScaleSongInformation#)
- W=(#BarCount#-13)*(#BarWidth#+#BarGap#)*#ScaleVisualizer#
- FontFace=#Font1#
- FontSize=(#FontSize1#*#ScaleSongInformation#)
- FontColor=#TextColor#
- AntiAlias=1
- ClipString=1
- StringCase=UPPER
- Text="%1"
- UpdateDivider=10
- [MeterTrack]
- Meter=STRING
- MeasureName=MeasureTrack
- X=(8*#ScaleSongInformation#)r
- Y=0R
- H=(100*#ScaleSongInformation#)
- W=(#BarCount#-13)*(#BarWidth#+#BarGap#)*#ScaleVisualizer#
- FontFace=#Font2#
- FontSize=(#FontSize2#*#ScaleSongInformation#)
- FontColor=#TextColor#
- AntiAlias=1
- ClipString=1
- StringCase=UPPER
- Text="%1"
- UpdateDivider=10
Advertisement
Add Comment
Please, Sign In to add comment