Jump to content

WMP Skins for C550?


Guest gijsdvm

Recommended Posts

Guest gijsdvm

In WMP on my C550 i can choose skin, but offcourse i only have the original skin. Why cant i find WMP skins for my phone anywhere? Does anybody know how this works?

Link to comment
Share on other sites

I've just made a Homer Simpson skin to go along with my Homer Simpson theme in the download section of this site.

You place them in ...

'\Application Data\Microsoft\Media Player'

Link to comment
Share on other sites

  • 1 month later...
Guest gijsdvm

Im going to try it right now. Before this i read somewhere to put it in Storage/Application Data/Microsoft/Media Player and not in a subfolder called Skins, but that didnt work so now im going to try your way, hope it works.

Link to comment
Share on other sites

Guest mini_man

Ill quickly show everyone out there how to get a PPC WMP skin running on a Smartphone if dragging and dropping things will not work.

Here is the original code which can be opened/edited/saved in notepad.

**** Please note that you are editing the .skn file*****

[Pocket WMP Skin File v8.5]



//////////////////////////////////////////////////////////////////////////////

[ Bitmaps ]


//  <Name>      <File name>     <X,Y>

//  ------      -----------     -----

    Background  background.bmp  0,0

    Disabled    disabled.bmp    0,0

    Pushed      pushed.bmp      0,0

    Region      region.bmp      0,0

    Super       super.bmp       0,0  



//////////////////////////////////////////////////////////////////////////////

[ Buttons ]


//  <Function>  <Type>     <Location>     <Push Image Src>    <Dis Image Src>     <Hit R,G,B>  <Norm 2 Image Src>  <Push 2 Image Src>

//  ----------  ------     ------------   ----------------    ---------------     -----------  ------------------  ------------------

    PlayPause  2Push     87,152,67,67     Pushed @ 56,46    Disabled @ 56,46      0,  0,  0    Pushed @ 56,46       Disabled @ 56,46   

    Stop       Push      87,220,67,47     Pushed @ 56,114     Disabled @ 56,114   0,  0,  0

    Prev       Push      31,152,57,67     Pushed @ 0,46     Disabled @ 0,46       0,  0,  0

    Next       Push      154,152,54,67    Pushed @ 123,46   Disabled @ 123,46     0,  0,  0

    Mute       Toggle    87,106,67,47     Pushed @ 56,0     Disabled @ 56,0       0,  0,  0

    Shuffle    Toggle    185,21,19,12      Pushed @ 159,0    Disabled @ 159,0      0,  0,  0

    Repeat     Toggle    166,21,19,12       Pushed @ 0,0      Disabled @ 0,0        0,  0,  0



//////////////////////////////////////////////////////////////////////////////

[ Status ]


//  <Item>       <Location>     <Align>  <Font>          <Color>

//  ------       ----------     -------  ------          -------

    On           36,7,45,15   Left     Tahoma,8,R      49,60,114



//////////////////////////////////////////////////////////////////////////////

[ Text ]


//  <Item>       <Location>     <Align>  <Font>          <Color>

//  ------       ----------     -------  ------          -------

    Time        39,84,25,15     Right    Tahoma,8,R      49,60,114

    Track#      34,21,20,15     Right    Tahoma,8,R      49,60,114

    #Tracks     67,21,20,15     Left     Tahoma,8,R      49,60,114

    Title       40,34,160,15    Center   Tahoma,8,B      49,60,114

    Author      40,49,160,15    Center   Tahoma,8,B      49,60,114



//////////////////////////////////////////////////////////////////////////////

[ Marquis ]


//  <Location>   <Font>       <Color>      <Text item combinations>

//  ----------   ------       -------      ------------------------

//    40,34,160,15 Tahoma,8,B   49,60,114    Title



//////////////////////////////////////////////////////////////////////////////

[ Trackbars ]


// <Function>   <Location>      <Dis Image Src>     <Thumb Image Src>   <Thumb Size>

// ----------   ----------      ---------------     -----------------   ------------

   Seek         45,68,150,9   Disabled @ 1645,218   thumb.bmp       18,9

   Volume       84,87,99,9    Disabled @ 1644,232   thumb.bmp       18,9
Pay attention to whats at the top
[Pocket WMP Skin File v8.5]



//////////////////////////////////////////////////////////////////////////////
You need to alter this by changing the v and adding in some other code The code needed is this
[Pocket WMP Skin File v9.0.1]


[ Description ]

//              <X,Y>       <DPI>

//              ------      -----

    Dimensions  240, 320    96


//              <Orientation>

//              -------------

    Orientation Portrait


//////////////////////////////////////////////////////////////////////////////
Simply insert this into the Code and it will now look like this
[Pocket WMP Skin File v9.0.1]


[ Description ]

//              <X,Y>       <DPI>

//              ------      -----

    Dimensions  240, 320    96


//              <Orientation>

//              -------------

    Orientation Portrait


//////////////////////////////////////////////////////////////////////////////


[ Bitmaps ]


//  <Name>      <File name>     <X,Y>

//  ------      -----------     -----

    Background  background.bmp  0,0

    Disabled    disabled.bmp    0,0

    Pushed      pushed.bmp      0,0

    Region      region.bmp      0,0

    Super       super.bmp       0,0  



//////////////////////////////////////////////////////////////////////////////

[ Buttons ]


//  <Function>  <Type>     <Location>     <Push Image Src>    <Dis Image Src>     <Hit R,G,B>  <Norm 2 Image Src>  <Push 2 Image Src>

//  ----------  ------     ------------   ----------------    ---------------     -----------  ------------------  ------------------

    PlayPause  2Push     87,152,67,67     Pushed @ 56,46    Disabled @ 56,46      0,  0,  0    Pushed @ 56,46       Disabled @ 56,46   

    Stop       Push      87,220,67,47     Pushed @ 56,114     Disabled @ 56,114   0,  0,  0

    Prev       Push      31,152,57,67     Pushed @ 0,46     Disabled @ 0,46       0,  0,  0

    Next       Push      154,152,54,67    Pushed @ 123,46   Disabled @ 123,46     0,  0,  0

    Mute       Toggle    87,106,67,47     Pushed @ 56,0     Disabled @ 56,0       0,  0,  0

    Shuffle    Toggle    185,21,19,12      Pushed @ 159,0    Disabled @ 159,0      0,  0,  0

    Repeat     Toggle    166,21,19,12       Pushed @ 0,0      Disabled @ 0,0        0,  0,  0



//////////////////////////////////////////////////////////////////////////////

[ Status ]


//  <Item>       <Location>     <Align>  <Font>          <Color>

//  ------       ----------     -------  ------          -------

    On           36,7,45,15   Left     Tahoma,8,R      49,60,114



//////////////////////////////////////////////////////////////////////////////

[ Text ]


//  <Item>       <Location>     <Align>  <Font>          <Color>

//  ------       ----------     -------  ------          -------

    Time        39,84,25,15     Right    Tahoma,8,R      49,60,114

    Track#      34,21,20,15     Right    Tahoma,8,R      49,60,114

    #Tracks     67,21,20,15     Left     Tahoma,8,R      49,60,114

    Title       40,34,160,15    Center   Tahoma,8,B      49,60,114

    Author      40,49,160,15    Center   Tahoma,8,B      49,60,114



//////////////////////////////////////////////////////////////////////////////

[ Marquis ]


//  <Location>   <Font>       <Color>      <Text item combinations>

//  ----------   ------       -------      ------------------------

//    40,34,160,15 Tahoma,8,B   49,60,114    Title



//////////////////////////////////////////////////////////////////////////////

[ Trackbars ]


// <Function>   <Location>      <Dis Image Src>     <Thumb Image Src>   <Thumb Size>

// ----------   ----------      ---------------     -----------------   ------------

   Seek         45,68,150,9   Disabled @ 1645,218   thumb.bmp       18,9

   Volume       84,87,99,9    Disabled @ 1644,232   thumb.bmp       18,9

Put this into the \Storage\Application Data\Microsoft\Media Player\Skins with the other files bundled and it should work.

Link to comment
Share on other sites

Guest mini_man

Editing bits of it simple, its all simply layed out so everything is in one place.

//  <Item>       <Location>     <Align>  <Font>          <Color>

//  ------       ----------     -------  ------          -------

   Time        39,84,25,15     Right    Tahoma,8,R      49,60,114

   Track#      34,21,20,15     Right    Tahoma,8,R      49,60,114

   #Tracks     67,21,20,15     Left     Tahoma,8,R      49,60,114

   Title       40,34,160,15    Center   Tahoma,8,B      49,60,114

   Author      40,49,160,15    Center   Tahoma,8,B      49,60,114

Its simple, each "Item" has a set of Co-ordinates,Fonts,Colours and Alignments.

I think the Co-ordinates work like this "The first two numbers are coordinates and the last two numbers are dimensions"

The Fonts are simply the Fonts and what formatting it is e.g B=Bold, R=Regular (I think) I=Italic.

Im not sure about how the colours workout though.

For more information on designing a skin check out this website

http://www.theunwired.net/?itemid=1855&catid=90&catid=90

Link to comment
Share on other sites

Guest mini_man

Sorry mods for the constant posting but I dont think these posts should all combine as it will be too long.

Any way

I found WMP skins here on Airfagev .

Now i want to install some. Who knows what i should do?

I read it properly now and had a look at the code and the templates.

These are designed for non QVGA devices, so will not work properly at all with the C550's QVGA screen.

Link to comment
Share on other sites

Guest gijsdvm

I think it's weird there are so few WMP Skins available, when i see they can be made by people themselves.. Why does nobody make them??? I dont make them because i dont have so much time, but there must be people out there that want to try that guide...

Link to comment
Share on other sites

Guest gijsdvm
I think the Co-ordinates work like this "The first two numbers are coordinates and the last two numbers are dimensions"

Yep thats right Mini_man

Link to comment
Share on other sites

Guest w411y

He's using C550 not PPC mini_man

The first 2 are co-ordinates of the top left of the button area. While the next 2 are sizes of the button area.

Found quite a few over at Nectun in C600 Skins Section

Link to comment
Share on other sites

Guest mini_man

I know, neither am i

look at the code post again

Ill quickly show everyone out there how to get a PPC WMP skin running on a Smartphone if dragging and dropping things will not work.

Here is the original code which can be opened/edited/saved in notepad.

**** Please note that you are editing the .skn file*****

Im saying they can be used on a SP

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.