It is currently April 28th, 2024, 12:29 pm

NowPlaying Skin

Get help with creating, editing & fixing problems with skins
malwarebyte
Posts: 6
Joined: January 11th, 2012, 1:57 pm

NowPlaying Skin

Post by malwarebyte »

I have problem...Title is always changing

Here is code
[Rainmeter]
Update=1000
DynamicWindowSize=1

[MeasurePlayer]
Measure=Plugin
Plugin=NowPlaying
PlayerName=WMP
PlayerType=TITLE
PlayerPath=
DisableLeadingZero=1

[MeasureTitle]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Title

[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying
PlayerName=[MeasurePlayer]
PlayerType=ARTIST

[MeasureCover]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasurePlayer]
PlayerType=Cover

;===============================================

[Style]
StringAlign=Center
FontFace=Calibri
FontSize=8
FontColor=255,255,255,230
StringEffect=Shadow
FontEffectColor=0,0,0,50
AntiAlias=1

;==============================================

[Cover]
Meter=IMAGE
MeasureName=MeasureCover
X=-1
Y=-1
W=85
H=85

[MeterTitle]
Meter=String
MeterStyle=Style
StringStyle=Bold
MeasureName=MeasureTitle
X=123
w=150

[MeterArtist]
Meter=String
MeterStyle=Style
MeasureName=MeasureArtist
x=123
Y=23
You do not have the required permissions to view the files attached to this post.
User avatar
Brian
Developer
Posts: 2688
Joined: November 24th, 2011, 1:42 am
Location: Utah

Re: NowPlaying Skin

Post by Brian »

I'm not quite sure I understand your question. Could you be more specific?

I believe your PlayerName needs to be defined. Use your favorite player like WINAMP. Read more here.

The only thing I see in that code is the title overlaying the image in prob1.png, so if that is your problem, then change StringAlign=Center to StringAlign=Left. You will also have to change you X and Y values in MeterTitle.

-Brian
User avatar
smurfier
Moderator
Posts: 1931
Joined: January 29th, 2010, 1:43 am
Location: Willmar, MN

Re: NowPlaying Skin

Post by smurfier »

In your Title meter define a Height and Width then set ClipString=1.
GitHub | DeviantArt | Tumblr
This is the song that never ends. It just goes on and on my friends. Some people started singing it not knowing what it was, and they'll continue singing it forever just because . . .
malwarebyte
Posts: 6
Joined: January 11th, 2012, 1:57 pm

Re: NowPlaying Skin

Post by malwarebyte »

fixed it just deleted center align :D