marcopixel / monstercat-visualizer

A real time audio visualizer for Rainmeter similar to the ones used in the Monstercat videos.
MIT License
919 stars 103 forks source link

Song information not clipped when cover is active #149

Closed DDarkstorm closed 6 years ago

DDarkstorm commented 6 years ago

Description

The update did nothing on the problem, the song informations are still too long

Versions

Additional notes/images

txbabfj

marcopixel commented 6 years ago

This is because the album cover is not included with the clipping area, if you want to add it manually you have to go under @Resources/include/MeasureStyling.inc and change the [MeasureClipSongInformation] to the following:

[MeasureClipSongInformation]
Measure=Calc
Formula=#ClipSongInformation#
IfEqualValue=1
IfEqualAction=[!SetOption MeterArtist W "#SkinWidth#-(200*#ScaleSongInformation#)"][!SetOption MeterTrack W "#SkinWidth#-(200*#ScaleSongInformation#)"]
IfBelowValue=1
IfBelowAction=[!SetOption MeterArtist ClipString 2]
UpdateDivider=-1

I might add a setting sometimes in the future to just toggle it, but it wouldn't be accurate as the positioning of the cover is still dependent on the users layout.

DDarkstorm commented 6 years ago

Thanks, that resolved my issue.

Great work man

marcopixel commented 6 years ago

@DDarkstorm No problem, thanks for hanging around 👍