It is currently May 4th, 2024, 1:31 pm

WMP Avengers Skin

Get help with creating, editing & fixing problems with skins
Anamality
Posts: 17
Joined: August 5th, 2012, 7:26 am

WMP Avengers Skin

Post by Anamality »

Hey guys. Just wanted to thank you for all the cool things I can do. I've never posted here before and I'm not that great with code. I can't find the solution or a music player that I can get to work fully.

Now, I use WMP, I haven't tried other players so if there is another one that I can use feel free to suggest it (not iTunes, I'm not an apple fan). This is the information for the Skin

A skin for your music player including Song Name, Artist, Progress and Album Artwork display
- Also includes a volume control for the player. Click anywhere on the bottom bar to adjust the volume
- Click anywhere along the top bar to skip through a song
- You can change your player in the Config.inc file

I can get everything else working in the suite that I downloaded but this one skin. In the music player, I can get the buttons to work but that's it. The volume controls, the progression bar don't work and the information it is suppose to display aren't working. Maybe I just have something simple wrong with it but I can't see it (which I am assuming because everything else in the suit works [and I was able to do some pretty neat things in them too!]).

Before you click the spoiler button I just want to say the code is long but it is repetitive, so it not as long as it looks. This is the code for the skin
[Rainmeter]
Author=Media Maggot | Daelnz
update=250

[Metadata]
Name=Music Player
Information=A skin for your music player inluding Song Name, Artist, Progress and Album Artwork display | - Also includes a volume control for the player. Click anywhere on the bottom bar to adjust the volume | - Click anywhere along the top bar to skip through a song | - You can change your player in the Config.inc file
License=Creative Commons Attribution-Non-Commercial-Share Alike 3.0
Version=1.0.2

[Variables]
@include=#SKINSPATH#\Avengers\Config.inc

[TextStyle]
meter=string
fontface= gliscor gothic
fontcolor=255,255,255,255
fontsize = 10
antialias = 1
stringalign = right

;Measure=================

[MeasureTrack]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=#Player#
PlayerType=TITLE
PlayerPath=
DisableLeadingZero=1

[MeasureArtist]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasureTrack]
PlayerType=ARTIST

[MeasureCoverArt]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasureTrack]
PlayerType=COVER

[MeasureProgress]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasureTrack]
PlayerType=PROGRESS

[MeasureDuration]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasureTrack]
PlayerType=DURATION


[MeasureVolume]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasureTrack]
PlayerType=VOLUME

[MeasureStatus]
Measure=Plugin
Plugin=NowPlaying.dll
PlayerName=[MeasureTrack]
PlayerType=STATUS
IfaboveValue=0
IfaboveAction=!Execute [!HideMeter MeterPower]
IfEqualValue=0
IfEqualAction=!Execute [!ShowMeter MeterPower]

;Images and Bars=====================

[Meterbase]
Meter=image
imagename=Music Base.png
x=25
Antialias = 1

[MeterCover]
Meter=IMAGE
MeasureName=MeasureCoverArt
X=289
Y=20
H=72
W=72
Antialias = 1

[MeterBars]
Meter=image
imagename=music Bars.png
x=25
Antialias = 1

[MeterProgress]
meter=Bar
measurename=MeasureProgress
BarOrientation=HORIZONTAL
flip=1
x=33
y=52
W=242
H=7
BarColor=F7931E

[MeterVolume]
meter=bar
measurename=measurevolume
BarOrientation=HORIZONTAL
flip=1
x=102
y=67
W=140
H=7
BarColor=F7931E

[MeterTop]
meter=image
imagename=music top.png
x=25
Antialias = 1

[MeterPower]
meter=image
imagename=power.png
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack OpenPlayer"]
x=r
hidden=1
Antialias = 1

;Playback Buttons====================

[meterprevious]
meter=button
buttonimage=previous.png
x=8
y=63
LeftMouseDownAction=!Execute [!PluginBang "MeasureTrack Previous"]
Antialias = 1

[MeterPlay]
meter=button
buttonimage=play.png
x=30r
y=r
LeftMouseDownAction=!Execute [!PluginBang "MeasureTrack PlayPause"]
Antialias = 1

[meternext]
meter=button
buttonimage=next.png
x=30r
y=r
LeftMouseDownAction=!Execute [!PluginBang "MeasureTrack Next"]
Antialias = 1

;Track details=================

[MeterTrack]
meter=string
measurename=MeasureTrack
meterstyle=textstyle
x=230
y=78
clipstring=1
h=17
w=135

[MeterArtist]
meter=string
measurename=measureArtist
meterstyle=textstyle
x=230
y=90
clipstring=1
h=17
w=135

[MeterDuration]
Meter=string
measurename=measureduration
fontface= gliscor gothic
fontcolor=255,255,255,255
fontsize = 9
antialias = 1
stringalign = right
x=30
y=48

;Set Volume================

[Volume0]
Meter=IMAGE
SolidColor=0,0,0,1
X=228
Y=67
W=14
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetVolume 0"]

[Volume20]
Meter=IMAGE
SolidColor=0,0,0,1
X=-15r
Y=67
W=14
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetVolume 20"]

[Volume30]
Meter=IMAGE
SolidColor=0,0,0,1
X=-14r
Y=67
W=14
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetVolume 30"]

[Volume40]
Meter=IMAGE
SolidColor=0,0,0,1
X=-14r
Y=67
W=14
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetVolume 40"]

[Volume50]
Meter=IMAGE
SolidColor=0,0,0,1
X=-14r
Y=67
W=14
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetVolume 50"]

[Volume60]
Meter=IMAGE
SolidColor=0,0,0,1
X=-14r
Y=67
W=14
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetVolume 60"]

[Volume70]
Meter=IMAGE
SolidColor=0,0,0,1
X=-14r
Y=67
W=14
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetVolume 70"]

[Volume80]
Meter=IMAGE
SolidColor=0,0,0,1
X=-14r
Y=67
W=14
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetVolume 80"]

[Volume90]
Meter=IMAGE
SolidColor=0,0,0,1
X=-14r
Y=67
W=14
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetVolume 90"]

[Volume100]
Meter=IMAGE
SolidColor=0,0,0,1
X=-16r
Y=67
W=16
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetVolume 100"]

;Set Position===============

[Progress0]
Meter=IMAGE
SolidColor=0,0,0,1
X=276
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 0"]

[Progress2]
Meter=IMAGE
SolidColor=0,0,0,1
X=-3r
Y=52
W=3
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 2"]

[Progress4]
Meter=IMAGE
SolidColor=0,0,0,1
X=-3r
Y=52
W=3
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 4"]


[Progress6]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 6"]


[Progress8]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 8"]


[Progress10]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 10"]


[Progress12]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 12"]


[Progress14]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 14"]

[Progress16]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 16"]

[Progress18]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 18"]

[Progress20]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 20"]

[Progress22]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 22"]

[Progress24]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 24"]


[Progress26]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 26"]


[Progress28]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 28"]


[Progress30]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 30"]


[Progress32]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 32"]


[Progress34]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 34"]

[Progress36]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 36"]

[Progress38]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 38"]

[Progress40]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 40"]

[Progress42]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 42"]

[Progress44]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 44"]

[Progress46]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 46"]

[Progress48]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 48"]

[Progress50]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 50"]

[Progress52]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 52"]

[Progress54]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 54"]

[Progress56]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 56"]

[Progress58]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 58"]

[Progress60]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 60"]

[Progress62]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 62"]

[Progress64]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 64"]

[Progress66]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 66"]

[Progress68]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 68"]

[Progress70]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 70"]

[Progress72]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 72"]

[Progress74]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 74"]

[Progress76]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 76"]

[Progress78]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 78"]

[Progress80]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 80"]

[Progress82]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 82"]

[Progress84]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 84"]

[Progress86]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 86"]

[Progress88]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 88"]

[Progress90]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 90"]

[Progress92]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 92"]

[Progress94]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 94"]

[Progress96]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 96"]

[Progress98]
Meter=IMAGE
SolidColor=0,0,0,1
X=-5r
Y=52
W=5
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 98"]

[Progress100]
Meter=IMAGE
SolidColor=0,0,0,1
X=-10r
Y=52
W=10
H=7
LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 100"]
I am not asking to re-write the code or anything but maybe I just can't see what's wrong. Even suggesting a working music player that I can set up on rainmeter would be awesome.

I am very new to this code so I don't even know where to start with it. I tried reading some parts of the forum but I don't understand half the things that are being discussed (code wise) and I tried searching the Skin Creators name too see if anyone else is having trouble with it but no luck there either.

In my config File I have changed the player to WMP. There is what it looks like (at the very bottom of the code)
[Variables]

;Large Launcher Buttons====================

LLT=Chrome
;Program Name
LLP=c:\Users\Dael\AppData\Local\Google\Chrome\Application\Chrome.exe
;Program Path
LLI=#SKINSPATH#\avengers\Large Launchers\chrome.png
;Program Icon

LLT2=Steam
LLP2=c:\Program Files (x86)\Steam\Steam.exe
LLI2=#SKINSPATH#\avengers\Large Launchers\steam.png

LLT3=iTunes
LLP3=c:\program files (x86)\iTunes\itunes.exe
LLI3=#SKINSPATH#\avengers\Large Launchers\itunes.png

LLT4=Game Fire
LLP4=C:\Program Files (x86)\Smart PC Utilities\Game Fire\GameFire.exe
LLI4=#SKINSPATH#\avengers\Large Launchers\gamefire.png

LLT5=Arduino
LLP5=c:\Users\Dael\Downloads\Arduino\Arduino\Arduino.exe
LLI5=#SKINSPATH#\avengers\Large Launchers\arduino.png

LLT6=Skype
LLP6=C:\Program Files (x86)\Skype\phone\skype.exe
LLI6=#SKINSPATH#\avengers\Large Launchers\skype.png

;Small Launcher Buttons===========================

SLT1=Photoshop
SLP1=C:\Program Files\Adobe\Adobe Photoshop CS5.1 (64 Bit)\Photoshop.exe
SLI1=#SKINSPATH#\Avengers\Small Launchers\Photoshop2.png

SLT2=Illustrator
SLP2=C:\Program Files (x86)\Adobe\Adobe Illustrator CS5.1\Support Files\Contents\Windows\Illustrator.exe
SLI2=#SKINSPATH#\Avengers\Small Launchers\Illustrator.png

SLT3=Premiere Pro
SLP3=C:\Program Files\Adobe\Adobe Premiere Pro CS5.5\Adobe Premiere Pro.exe
SLI3=#SKINSPATH#\Avengers\Small Launchers\Premiere.png

SLT4=After Effects
SLP4=C:\Program Files\Adobe\Adobe After Effects CS5.5\Support Files\AfterFX.exe
SLI4=#SKINSPATH#\Avengers\Small Launchers\AfterEffects.png

SLT5=Audition
SLP5=C:\Program Files (x86)\Adobe\Adobe Audition CS5.5\Adobe Audition.exe
SLI5=#SKINSPATH#\Avengers\Small Launchers\Audition.png

SLT6=MediaEncoder
SLP6=C:\Program Files\Adobe\Adobe Media Encoder CS5.5\Adobe Media Encoder.exe
SLI6=#SKINSPATH#\Avengers\Small Launchers\MediaEncoder.png

;Folder Launcher BUttons=========================

FLP1=%UserProfile%\Downloads
;Folder Path
FLN1=Downloads
;Folder Name

FLP2=%UserProfile%\Dropbox
FLN2=Dropbox

FLP3=%UserProfile%\Music
FLN3=Music

FLP4=#SKINSPATH#
FLN4=Rainmeter

FLP5=%UserProfile%\Videos
FLN5=Videos

FLP6=%UserProfile%\Pictures
FLN6=Pictures

FLP7=%UserProfile%\Documents
FLN7=Documents

;Clock Webpages==============================

WN=Facebook
;Webpage Name
WA=https:\\Facebook.com
;Webpage Address

WN2=Tumblr
WA2=http:\\tumblr.com

WN3=Youtube
WA3=http:\\youtube.com

WN4=Deviantart
WA4=http:\\deviantart.com

WN5=Google Reader
WA5=http:\\google.com\reader

WN6=Mail
WA6=http:\\mail.yahoo.com

;Misc======================

player=WMP
Drive= C:\Program Files (x86)\Windows Media Player\wmplayer.exe
If anyone has read through this post I want to thank you for your time.

PS I have been looking for a solution for 5 hours and I can't find a one, I have put my time in before asking for help.
User avatar
Seahorse
Posts: 1175
Joined: June 9th, 2010, 5:56 pm
Location: Locks heath, UK

Re: WMP Avengers Skin

Post by Seahorse »

Looks like it is from an older version of NowPlaying. For instance

LeftMouseUpAction=!Execute [!PluginBang "MeasureTrack SetPosition 50"]

should now read

LeftMouseUpAction=!CommandMeasure "MeasurePlayer" "SetPosition 50"

Suggest you have a look at the manual for NowPlaying and check the syntax for commands in your problem areas.
"Regrettably your planet is one of those scheduled for demolition"
Mike

My Skins at DeviantArt

Anamality
Posts: 17
Joined: August 5th, 2012, 7:26 am

Re: WMP Avengers Skin

Post by Anamality »

Thank you, it works perfectly now, just had to change like 1000000 things :P. Thank you for your help. Seriously.
User avatar
MerlinTheRed
Rainmeter Sage
Posts: 889
Joined: September 6th, 2011, 6:34 am

Re: WMP Avengers Skin

Post by MerlinTheRed »

If you want an alternative to WMP or iTunes I suggest you look at Winamp. It has a nice way of organizing your music library and there are thousands of different skins available. I'm using it every day and have been for several years now and rarely do i find something I don't like about this player.
Have more fun creating skins with Sublime Text 2 and the Rainmeter Package!
Anamality
Posts: 17
Joined: August 5th, 2012, 7:26 am

Re: WMP Avengers Skin

Post by Anamality »

Do you have a link I can check out? I am not sure how to look directly for a skin or where to go.
Anamality
Posts: 17
Joined: August 5th, 2012, 7:26 am

Re: WMP Avengers Skin

Post by Anamality »

Also, the bars on this skin are reversed, what do I need to do to have them the other way. When I put the volume on 25 it is 75, and when it is on 75 it is actually 25.

Edit - Fixed Issue, but not sure how to delete this post
User avatar
MerlinTheRed
Rainmeter Sage
Posts: 889
Joined: September 6th, 2011, 6:34 am

Re: WMP Avengers Skin

Post by MerlinTheRed »

Anamality wrote:Do you have a link I can check out? I am not sure how to look directly for a skin or where to go.
Winamp: http://www.winamp.com/

Example skin: http://poiru.deviantart.com/art/Soita-for-Rainmeter-209864541
Edit the settings to use Winamp as instructed in the description
Have more fun creating skins with Sublime Text 2 and the Rainmeter Package!