Old 31st March 2004, 18:57   #1
1fuzzy
Junior Member
 
Join Date: Mar 2004
Posts: 2
help from you top skinners please

hello, i am in desperate need of a winamp skin any onld winamp skin - the thing is when it plays back a video clip i want just the clip - no border no edges just a square with the clip playing so i can intergrate it into my samurize skin im doing.

i dont care what the player is, as it wont be seen.
you could download any skin at all and chop it up as i can access the controls through samurize.

any help would be greatly appreciated i have no idea what i am doing.

i just want the video playback to be the clip and thats it i dont care what the rest looks like at all.

thanks alot for any help
1fuzzy is offline   Reply With Quote
Old 31st March 2004, 19:03   #2
flatmatt
Iron Chef
(Reviewer)
 
flatmatt's Avatar
 
Join Date: Nov 2000
Location: Winamp Island
Posts: 3,039
You'd need a modern skin to do that.
flatmatt is offline   Reply With Quote
Old 31st March 2004, 19:05   #3
Mr Jones
Nothing to say...
 
Mr Jones's Avatar
 
Join Date: Sep 2000
Location: UK
Posts: 23,098
*woooosh*
Mr Jones is offline   Reply With Quote
Old 31st March 2004, 19:36   #4
1fuzzy
Junior Member
 
Join Date: Mar 2004
Posts: 2
right ok thanks, how do i go about changing an exisiting modern skin then?
if only it was as easy as deletign the pngs.

thanks for your reply
1fuzzy is offline   Reply With Quote
Old 2nd April 2004, 16:44   #5
Digitalhigh
Senior Member
 
Digitalhigh's Avatar
 
Join Date: Aug 2002
Location: hell
Posts: 232
Allright, let's see here. First, go into the winamp modern folder in skins, and go to the folder marked "window". Look at the file plwindow.png. That's the basic background image file for all the frames. It's the border for theplaylist editor, the Vis, Video, etc. What you would need to do is edit that file so that the frame is prettymuch just a thin black line. Then, in player-elements.xml, you'd need to find this section:

<bitmap id="player.pl.topleft" file="window/plwindow.png" x="0" y="0" h="5" w="6" gammagroup="Backgrounds"/>
<bitmap id="player.pl.topright" file="window/plwindow.png" x="58" y="0" h="5" w="6" gammagroup="Backgrounds"/>
<bitmap id="player.pl.topcenter" file="window/plwindow.png" x="20" y="0" h="5" w="10" gammagroup="Backgrounds"/>
<bitmap id="player.pl.left" file="window/plwindow.png" x="0" y="5" h="5" w="6" gammagroup="Backgrounds"/>
<bitmap id="player.pl.right" file="window/plwindow.png" x="58" y="5" h="5" w="6" gammagroup="Backgrounds"/>
<bitmap id="player.pl.bottomleft" file="window/plwindow.png" x="0" y="16" h="67" w="20" gammagroup="Backgrounds"/>
<bitmap id="player.pl.bottomright" file="window/plwindow.png" x="44" y="16" h="67" w="20" gammagroup="Backgrounds"/>
<bitmap id="player.pl.bottomcenter" file="window/plwindow.png" x="30" y="58" h="25" w="10" gammagroup="Backgrounds"/>

For each of the x,y,h, w coords, you need to change them to fit your new frame.

Then open video-normal.xml from the xml folder, and look for this line:

groupdef id="video.frame.layout"

Beneath it, you'll find different layers that correspond to the bitmap ID's you've modified above. For each layer, you have to now tell winamp where these pieces go (because you've changed their sizes.)

Lastly, delete the tag:
<group id="video.buttons.group"/>

It's a pain in the ass, so I'd strongly recommend reading the standardframe tutorial by FrisbeeMonkey, it'll really explain what I'm trying to tell you.

You should also note that even when done correctly, this won't completely solve your problem. For one, doing this will change ALL the other component windows, but if you just want to rip winamp up, then that shouldn't be a problem. There's still going to be the titlebar at the top, but I'm positive that somebody else out there can help you get rid of that. Good luck!
Digitalhigh is offline   Reply With Quote
Reply
Go Back   Winamp & Shoutcast Forums > Skinning and Design > Modern Skins

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump