It is currently April 30th, 2024, 10:07 pm

iTunes player - artist/album text wrapping to old width

Get help with creating, editing & fixing problems with skins
eggyisme
Posts: 3
Joined: September 21st, 2011, 12:41 pm

iTunes player - artist/album text wrapping to old width

Post by eggyisme »

hey all,

just wondering if i can get some help with this skin im playing with - an itunes player. i have been making the width bigger (200 to 250px), but the artist (as well as the title/album/everything else) isnt wrapping correctly, as in it is still wrapping to the 200px limitation.

i cant find where it would be tripping up in the code, but i dont want to splatter the thread, so ill post what i can see is relevant. i can post all the code on request.

music player = itunes

cheers

Code: Select all

[mArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[mTitle]
PlayerType=ARTIST

[TotalBackground]
Meter=Image
X=0
Y=0
W=250
; W used to equal 200
H=300
SolidColor=0, 0, 0, 150

[MeterArtist]
Meter=String
MeasureName=mArtist
X=5
Y=10
FontFace= #font1#
FontSize=13
FontColor=#color#
StringStyle=Bold
AntiAlias=1
AutoScale=1
poiru
Developer
Posts: 2872
Joined: April 17th, 2009, 12:18 pm

Re: iTunes player - artist/album text wrapping to old width

Post by poiru »

Try defining W= and H= and ClipString=1 on the STRING meter.