monstercat-visualizer icon indicating copy to clipboard operation
monstercat-visualizer copied to clipboard

Request: Make album art and song information independent of each other.

Open vNila opened this issue 6 years ago • 5 comments

Description

Would be a nice addition if you could make the song album art and song information independent of one another in regards to scaling. I would like to make the album art a little bigger while keeping the song information at a smaller size.

vNila avatar Jun 15 '19 04:06 vNila

Im with this too however maybe there is a way to scale them separately using the Cover.ini file but im not good with Rainmeter internals

Stefan2142 avatar Jun 17 '19 17:06 Stefan2142

Description

Would be a nice addition if you could make the song album art and song information independent of one another in regards to scaling. I would like to make the album art a little bigger while keeping the song information at a smaller size.

Actually I think I have found it! You have to edit Cover.ini file manually. Here is how, under labels: [MeterCover] [MeterPrevious] [MeterPlayPause] [MeterNext] To variables W, H add(+) desired number. Example, for first (MeterCover) I added 20 on it, MeterPrevious, MeterPlayPause and Meter Next I added 8. Lastly, on [MeterDuration] add desired value only to variable X. (I added 20 but you can experiment and see what fits best)

Stefan2142 avatar Jun 17 '19 18:06 Stefan2142

I believe that if you go into variables.ini, you can do a similar thing by changing CoverSize. CoverSize=200 ; Size of the cover image. ; Default: 200

neeia avatar Jun 18 '19 18:06 neeia

Should be possible, but it might take a few days time and it will be hidden inside the variables.ini file. I'll keep you guys updated here.

marcopixel avatar Jun 29 '19 10:06 marcopixel

EDIT:

You can set the font sizes on the variables.ini with:

FontSize1=45
FontSize2=30

Changing these sizes too much may mess up the spacing between them, edit:

Left/Right.ini:

[MeterTrack]
Meter=String
MeasureName=MeasureTrack
X=0
Y=(-10*#ScaleSongInformation#)

Y value to ~10 based on my font sizes.

gregorskii avatar Aug 22 '19 23:08 gregorskii