It is currently April 19th, 2024, 1:10 am

4.5.5.3565

Test and provide feedback on potential changes
User avatar
Brian
Developer
Posts: 2678
Joined: November 24th, 2011, 1:42 am
Location: Utah

4.5.5.3565

Post by Brian »

New pre-release!

This release fixes some issues with the NowPlaying measure with AIMP and Winamp. AIMP should be fully supported with version 2 through 5.

This release also re-revisits the TrailingSpaces=1 option. This should work with different StringAlign options, and also ClipString.


I copy/pasted jsmorley's simple test from a previous post.
Ok, we have revisited the TrailingSpaces=1 option, and seem to have it working better with StringAlign applied to the meter.

Can you guys please beat this up and see what we missed? Be sure to test with ClipString and ClipStringW / ClipStringH and all that.

If you set TrailingSpaces=1 on a String meter, then you can use leading and trailing spaces delimited by "quotes".

Code: Select all

[Rainmeter]
Update=1000
DynamicWindowSize=1
AccurateText=1

[Variables]

[MeterOne]
Meter=String
X=119
StringAlign=Center
FontSize=11
FontWeight=400
FontColor=255,255,255,255
SolidColor=47,47,47,255
Padding=5,5,5,5
AntiAlias=1
TrailingSpaces=1
Text="    Hello World    "

[MeterTwo]
Meter=String
Y=5R
FontSize=11
FontWeight=400
FontColor=255,255,255,255
SolidColor=47,47,47,255
Padding=5,5,5,5
AntiAlias=1
Text=[MeterOne:W]
DynamicVariables=1


If you have any problems, please report them here along with any sample code to reproduce the issue.

Thanks!

-Brian
User avatar
David8192
Posts: 246
Joined: July 8th, 2021, 11:30 pm
Location: The King's Avenue, Golden Kingdom

Re: 4.5.5.3565

Post by David8192 »

Thank you so much. Aimp is finally a happy player. It works like charm.
the DA GALLERY 8-) For some Reason, the square root of X2 does not involve X
User avatar
death.crafter
Rainmeter Sage
Posts: 1399
Joined: April 24th, 2021, 8:13 pm

Re: 4.5.5.3565

Post by death.crafter »

Brian wrote: November 12th, 2021, 8:53 pm New pre-release!

This release fixes some issues with the NowPlaying measure with AIMP and Winamp. AIMP should be fully supported with version 2 through 5.

This release also re-revisits the TrailingSpaces=1 option. This should work with different StringAlign options, and also ClipString.

If you have any problems, please report them here along with any sample code to reproduce the issue.

Thanks!

-Brian
I tested with quite a few settings, and it renders fine. So I guess this version can be released.
from the Realm of Death