It is currently September 14th, 2024, 10:12 pm

Winamp skin to iTunes?

Get help with creating, editing & fixing problems with skins
s7orm
Posts: 3
Joined: September 18th, 2010, 11:41 am

Winamp skin to iTunes?

Post by s7orm »

can anybody help me configure a Winamp skin to iTunes?

the ini is:

Code: Select all

Rainmeter]

[Author]
Measure=Time
Format="AKH"
Disabled=1

::::::::::::::::::::::::::::::
MEASURES
::::::::::::::::::::::::::::::

[MeasureWA]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
Substitute="[Paused]":""," - Winamp":"","[Stopped]":""

[MeasureWAFull]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 105

[MeasureWACurr]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 105

[MeasureWADuration]
Measure=Calc
Formula=(MeasureWACurr<=0)?0:(MeasureWACurr/(MeasureWAFull*1000+1)) 

[MeasureWADurationI]
Measure=Calc
Formula=(MeasureWACurr<=0)?0:(MeasureWACurr/(MeasureWAFull*1000+1))
InvertMeasure=1

[MeasureRing]
Measure=Calc
Formula=360

[MeasureRing2]
Measure=Calc
Formula=140

[MeasureWinampCurrOrg]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 0 105

[MeasureWinampCurrMin]
Measure=Calc
Formula=((MeasureWinampCurrOrg / 1000) - ((MeasureWinampCurrOrg / 1000) % 60)) /60

[MeasureWinampCurrSec]
Measure=Calc
Formula=(MeasureWinampCurrOrg / 1000) % 60 = 60 ? 0 : (MeasureWinampCurrOrg / 1000) % 60

[MeasureWinampCurrZero]
Measure=Calc
Formula=(((MeasureWinampCurrOrg) / 1000) % 60)  < 9 ? 0 : 1
Substitute="1":""

[MeasureWinampFullOrg]
Measure=Plugin
Plugin=Plugins\WindowMessagePlugin.dll
WindowClass=Winamp v1.x
WindowMessage=1024 1 105

[MeasureWinampFullMin]
Measure=Calc
Formula=(MeasureWinampFullOrg - (MeasureWinampFullOrg % 60)) /60

[MeasureWinampFullSec]
Measure=Calc
Formula=MeasureWinampFullOrg % 60

[MeasureWinampFullZero]
Measure=Calc
Formula=(MeasureWinampFullOrg % 60)  < 9 ? 0 : 1
Substitute="1":""

::::::::::::::::::::::::::::::
BACKGROUND
::::::::::::::::::::::::::::::

[MeterBlack]
Meter=IMAGE
X=0
Y=0
W=300
H=28
SolidColor=0, 0, 0, 1
AntiAlias=1

::::::::::::::::::::::::::::::
WINAMP INFO
::::::::::::::::::::::::::::::

[MeterTitle]
Meter=STRING
MeasureName=MeasureWA
X=6
Y=0
FontColor=255, 255, 255, 255
FontSize=7
StringAlign=Left
FontFace=Trebuchet MS
AntiAlias=1
Hidden=0

[MeterTimeFull]
Meter=STRING
MeasureName=MeasureWinampCurrMin
MeasureName2=MeasureWinampCurrSec
MeasureName3=MeasureWinampFullMin
MeasureName4=MeasureWinampFullSec
MeasureName5=MeasureWinampCurrZero
MeasureName6=MeasureWinampFullZero
X=6
Y=14
StringAlign=Left
FontColor=255, 255, 255, 200
FontSize=7
FontFace=Trebuchet MS
Text="%3:%6%4"
AntiAlias=1

[MeterTimeCurr]
Meter=STRING
MeasureName=MeasureWinampCurrMin
MeasureName2=MeasureWinampCurrSec
MeasureName3=MeasureWinampFullMin
MeasureName4=MeasureWinampFullSec
MeasureName5=MeasureWinampCurrZero
MeasureName6=MeasureWinampFullZero
X=30
Y=14
StringAlign=Left
FontColor=255, 255, 255, 200
StringStyle=BOLD
FontSize=7
FontFace=Trebuchet MS
Text="%1:%5%2"
Prefix="|  "
AntiAlias=1

[MeterLine]
Meter=IMAGE
X=7
Y=12
W=291
H=2
SolidColor=255, 255, 255, 80

[MeterWAProgress]
MeasureName=MeasureWADuration
Meter=BAR
X=7
Y=12
W=291
H=2
BarOrientation=HORIZONTAL
BarColor=255, 255, 255, 255
Flip=0

::::::::::::::::::::::::::::::
WINAMP CONTROLS
::::::::::::::::::::::::::::::

[MeterPrev]
Meter=STRING
X=240
Y=14
FontColor=255, 255, 255, 120
StringStyle=BOLD
FontSize=10
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text="7"
LeftMouseDownAction=!execute [!RainmeterPluginBang "MeasureWA SendMessage 273 40044 0"]

[MeterPlay]
Meter=STRING
X=250
Y=14
FontColor=255, 255, 255, 120
StringStyle=BOLD
FontSize=11
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text="4"
LeftMouseDownAction=!execute [!RainmeterPluginBang "MeasureWA SendMessage 273 40045 0"]

[MeterPause]
Meter=STRING
X=263
Y=14
FontColor=255, 255, 255, 120
StringStyle=Bold
FontSize=9
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text=";"
LeftMouseDownAction=!execute [!RainmeterPluginBang "MeasureWA SendMessage 273 40046 0"]

[MeterStop]
Meter=STRING
X=273
Y=15
FontColor=255, 255, 255, 120
StringStyle=Bold
FontSize=9
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text="<"
LeftMouseDownAction=!execute [!RainmeterPluginBang "MeasureWA SendMessage 273 40047 0"]

[MeterNext]
Meter=STRING
X=284
Y=14
FontColor=255, 255, 255, 120
StringStyle=BOLD
FontSize=10
StringAlign=LEFT
FontFace=Webdings
AntiAlias=1
Text="8"
LeftMouseDownAction=!execute [!RainmeterPluginBang "MeasureWA SendMessage 273 40048 0"]
poiru
Developer
Posts: 2873
Joined: April 17th, 2009, 12:18 pm

Re: Winamp skin to iTunes?

Post by poiru »

Take a look at a suite that has skins for both iTunes and Winamp (e.g. Gnometer or Enigma) and you should ve able to figure it out.
s7orm
Posts: 3
Joined: September 18th, 2010, 11:41 am

Re: Winamp skin to iTunes?

Post by s7orm »

yeah i got it, thanks.