Changing the ini file for AlbumCover for avetunes by NKJ

i have a black wallpaper so the text can't be displayed i need to change it to white

i read the post but don't quite undertsand what to do

i would appreciate it very much if someone could help me out, i'm not sure which part of the ini file that has to change so i will post the whole ini file in the next post

Link to the release threadhttp://www.aqua-soft.org/board/showthread.php?t=18943

Thanks for the help

#364971

[info]

Name=Album ART

Author=NKJ

Info=This is the left side aligned Click version

[bg]

Width=250

Height=224

[DisplayPane]

Left=0

Top=0

Width=250

Height=224

[ExtraInfos]

count = 3

[infoPane]

left=0

top=224

width=0

height=0

[CounterPane]

left=0

top=224

width=0

height=0

[ExtraInfo-1]

FaceName=Georgia

size=11

left=16

top=155

width=250

height=10

type=name

HAlignment=0

Style=0

[ExtraInfo-2]

FaceName=Georgia

size=11

left=16

top=170

width=250

height=10

type=artist

HAlignment=0

Style=0

[ExtraInfo-3]

FaceName=Georgia

size=11

left=16

top=185

width=250

height=10

type=album

HAlignment=0

Style=0

[AlbumArt]

Alpha=255

Show=1

Left=24

Top=11

Width=138

height=130

[Knob]

Width=0

Height=0

[Knob]

;0 = FALSE, 1=TRUE

; if 1 then the widget will use imagesknob.png

; instead of an ownerdrawn knob

useKnobBmp=0

[RatingPane]

; needs imagesrating_unfilled.png and imagesrating_filled.png

Left=16

Top=201

Width=76

Height=13

; 0 = left to right

; 1 = right to left

; 2 = top to bottom

; 3 = bottom to top

Direction=0

[ChangeSkinHotSpots]

Count=1

[ChangeSkinHotSpot-1]

Left=10

Top=9

Width=157

Height=139

;NewLeft=0

;NewTop=0

;NewWidth=250

;NewHeight=224

XOffset=0

YOffset=0

;MouseOutXOffset=0

;MouseOutYOffset=-155

NewSkinName=albumartclickalbumart2click

MouseOutSkinName=albumartclick

NoHideDuringAnimation=1

AlbumArtShowDuringAnimation=1

RatingShowDuringAnimation=1

ShowExtraPanesDuringAnimationCount=3

ShowExtraPanesDuringAnimation1=1

ShowExtraPanesDuringAnimation2=1

ShowExtraPanesDuringAnimation3=1

type=click

UseCurrentSkinSizeForAnimation=1

EasyAnimationFramesCount=9

EasyAnimationFrame1=anim1.png

EasyAnimationFrame2=anim2.png

EasyAnimationFrame3=anim3.png

EasyAnimationFrame4=anim4.png

EasyAnimationFrame5=anim5.png

EasyAnimationFrame6=anim6.png

EasyAnimationFrame7=anim7.png

EasyAnimationFrame8=anim8.png

EasyAnimationFrame9=anim9.png

#364972

You've got to add lines like:

ColorA=255

ColorR=255

ColorB=255

ColorG=255

to the sections where font names are called out (like Extrainfo-1, etc)

#364974

hallf thanks i got the text to change to Red because i copy and pasted ColorR=255 but what should i write for white color? i tried ColorW=255 but it was wrong

#364977

You need to put all four values in there - red, green, blue together makes white

#364982

thanks got it to work now!

the new problem is that i want to rezise the desklet i treid to change by going to desklet properties and then resize it from there but whenever i change songs and the new album shows the desklet changes to it's orginal size. i then tried to edit the ini file and changed

[bg]

Width=250

Height=224

[DisplayPane]

Left=0

Top=0

Width=250

Height=224

[ExtraInfos]

count = 3

[infoPane]

left=0

top=224

width=0

height=0

[CounterPane]

left=0

top=224

width=0

height=0

to

[bg]

Width=200

Height=179

[DisplayPane]

Left=0

Top=0

Width=200

Height=179

[ExtraInfos]

count = 3

[infoPane]

left=0

top=179

width=0

height=0

[CounterPane]

left=0

top=179

width=0

height=0

but that just changes the diskfolder and not the albumcover the album cover is still the same big size

#364992