It is currently September 26th, 2023, 6:40 am
Test and provide feedback on potential changes
-
Brian
- Developer
- Posts: 2640
- Joined: November 24th, 2011, 1:42 am
- Location: Utah
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
-
David8192
- Posts: 246
- Joined: July 8th, 2021, 11:30 pm
- Location: The King's Avenue, Golden Kingdom
Post
by David8192 »
Thank you so much. Aimp is finally a happy player. It works like charm.
the DA GALLERY
For some Reason, the square root of X2 does not involve X
-
death.crafter
- Rainmeter Sage
- Posts: 1398
- Joined: April 24th, 2021, 8:13 pm
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