It is currently March 29th, 2024, 12:43 am

iTunes to Winamp

General topics related to Rainmeter.
Department
Posts: 2
Joined: June 21st, 2010, 8:20 am

iTunes to Winamp

Post by Department »

Hi all, I had recently installed Rainmeter, and I have a really great cskin for it, except the skin's music display it has is only for itunes, it shows:

Measure

Code: Select all

[MeasureTrack]
Measure=Plugin
Plugin=Plugins\iTunesPlugin.dll
Command=GetCurrentTrackName

[MeasureArtist]
Measure=Plugin
Plugin=Plugins\iTunesPlugin.dll
Command=GetCurrentTrackArtist

[MeasureAlbum]
Measure=Plugin
Plugin=Plugins\iTunesPlugin.dll
Command=GetCurrentTrackAlbum

[MeasureTime]
Measure=Plugin
Plugin=Plugins\iTunesPlugin.dll
Command=GetPlayerPosition

[MeasureTMinute]
Measure=Calc
Formula=(MeasureTime - (MeasureTime % 60)) /60

[MeasureTSecond]
Measure=Calc
Formula=MeasureTime % 60

[MeasureTZero]
Measure=Calc
Formula=(MeasureTime % 60) < 10 ? 0 : 1
Substitute="1":""

[MeasureProgress]
Measure=Plugin
Plugin=Plugins\iTunesPlugin.dll
Command=GetPlayerPositionPercent
MaxValue=100

[MeasureAlways]
Measure=FreeDiskSpace
Drive=C:
Total=1
MaxValue=1
MinValue=0
UpdateDivider=86400
------------------------------------------
Meters

Code: Select all

[iTunesLabel]
Meter=STRING
x=30
y=165
FontColor=#color#
FontFace=#font#
FontSize=12
StringAlign=LEFT
StringStyle=BOLD
AntiAlias=1
Text=""

[NowPlayingLabel]
Meter=STRING
x=10
y=120
FontColor=#color#
FontFace=#font#
FontSize=7
StringAlign=LEFT
StringStyle=BOLD
AntiAlias=1
Text="-NOW PLAYING-"

[Time]
Meter=STRING
MeterStyle=StyleLabel
MeasureName=MeasureTMinute
MeasureName2=MeasureTZero
MeasureName3=MeasureTSecond
x=50
y=135
FontColor=#color2#
FontFace=#font#
FontSize=19
StringAlign=Center
StringStyle=BOLD
AntiAlias=1
Text=%1.%2%3

[Track]
Meter=STRING
MeterStyle=StyleText
MeasureName=MeasureTrack
x=20
y=8
W=300
H=20
ClipString=1
FontColor=#color2#
FontFace=#font#
FontSize=11
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1

[Artist]
Meter=STRING
MeasureName=MeasureArtist
Text=--> %1
X=35
Y=23
H=20
W=285
ClipString=1
FontColor=#color2#
FontFace=#font#
FontSize=10
StringAlign=LEFT
StringStyle=NORMAL
AntiAlias=1
I would like for it to display winamp information, is there any way i can do so without messing up the function of the skin?
Last edited by jsmorley on June 21st, 2010, 8:31 am, edited 1 time in total.
Reason: Edited to use [code][/code] for code display
Department
Posts: 2
Joined: June 21st, 2010, 8:20 am

Re: iTunes to Winamp

Post by Department »

thanks for the edit, js, i wasn't exactly sure how properly quote code.
User avatar
jsmorley
Developer
Posts: 22628
Joined: April 19th, 2009, 11:02 pm
Location: Fort Hunt, Virginia, USA

Re: iTunes to Winamp

Post by jsmorley »

Department wrote:thanks for the edit, js, i wasn't exactly sure how properly quote code.
No problem. Now if I could only help you with your problem, but I can't. Don't use Winamp or iTunes and have never even glanced at these skins that control media players. Sorry. Hopefully someone will jump in.