> Attention!

In topics with collections of skins questions and discussions are prohibited! Please read the topic headings carefully.



Skins for PocketMusic Player | We put the skins and discuss them



Rep: (398)
This topic only discusses skins forPocketMind PocketMusic
Questions about the work of the program ask here:PocketMind PocketMusic, Excellent MP3, OGG, MP1, MP2, WMA Player

Theme rules:

  • For offtop I will send to RO
  • For non-compliance with the rules - in the RO
  • For repeated violation of the rules - in the RO
  • We thank the authors for raising their reputation.
  • The presence of the screenshot is mandatory.

Notes:

- The reputation of other participants can be affected by any user who has collected 15 useful posts. If you can’t do it yourself, use the "Complaint" button and tell the moderator who you want to change your reputation.


Additional links on the topic:

Forum Rulessavagemessiahzine.com
Rules of conduct in the "Ornaments"
Skins and themes - taking orders to create
Section Requests and Suggestions


========================================================

FAQ on the skins
Types of skins
PocketMusic uses two different skin formats: Winamp 2.x skins and PocketMusic’s own format. To learn how to create skins for Winamp, visit www.winamp.com. PocketMusic uses Wimap skins from the Skins subdirectory (i.e. \ Program Files \ PocketMusic \ Skins \).

Skins in their own format PocketMusic located in a subdirectory PMSkins. PocketMusic supports horizontal and vertical orientation of the skins. To separate them using different extensions: .vsk for the vertical (portrait) .lsk skins and horizontal (landscape). In fact, these files are just .zip-archive containing the file description (layout.xml), a set of images with the elements of the skin, as well as the optional file preview preview.png. This file must have a resolution of 139? 185 for QVGA skins or 278? 370 for VGA and be reduced screenshot of the skin. It is displayed on the skin selection dialog in PocketMusic options.

Description file layout.xml
For starters, you can use the supplied to PocketMusic as a basis for your own creations. Copy the standard vertical skin (usually \ Program Files \ PocketMusic \ PMSkins \ default.vsk) on your desktop computer, rename it to default.zip and extract the contents. Layout.xml file you can open with Internet Explorer, where you can keep track of arising in a xml-code error. Edit it, you can by using any simple text editor (such as "Notepad").

The skin description consists of two parts:

Part 1 - preload (preload) Code:
<preload>
<bitmap>
<bitmap>
<bitmap>
<bitmap>
<bitmap>
</ preload>

This part describes all the images used in the skin. Images can be in PNG, JPG, BMP or static GIF formats. For each image, you must specify a unique alias, according to which it will be called later.

Part 2 - layout (layout) Code:
<layout>
<control1>
<control2>
. . .
<controlN>
</ layout>

This part contains a description of each control used in the skin. Below is a complete list of possible controls:

Background Code:
<background>

This element must be included in every skin. It defines the background image for the skin. The “src” parameter contains the image alias, the “x”, “y”, “w” and “h” parameters define the location and size of the rectangular background area on the image specified in src. The background must be full screen, i.e. you cannot create non-fullscreen skins.

Timer Code:
<timer>
x = "17" y = "15" w = "76" h = "30"
orientation = "0"
font = "Tahoma"
point = "18"
weight = "700"
color = "000000"
</ timer>

Timer - This item displays the current playback time. You can define its position on the screen (parameters «x» and «y») and size ( «w» and «h»). Also, you can set the «orientation» - it can be 0, 90, 180 or 270 degrees. Standard value - 0 degrees, other values ​​rotate counterclockwise. It is also possible to define the font name (parameter «font»), its size ( «size») at points weight ( «weight», the allowable value - 200 (small), 400 (normal), 700 (fat), 900 (very greasy )). The color of the text defined as RRGGBB value, where RR, GG and SS - red, green and blue in hexadecimal format (000000 - black, FFFFFF - white).

Titlebar code:
<titlebar>
x = "15" y = "41" w = "210"
h = "25"
orientation = "0"
font = "Tahoma"
point = "12"
weight = "700"
color = "000000"
</ titlebar>

Titlebar displays the name of the song being played or the help message. It uses the same parameters as timer.

Iconstatus code:
<iconstatus>
x = "95" y = "23" w = "11" h = "13"
<stop>
<play>
<pause>
</ iconstatus>

Displays one of three images, depending on the current playback status: stop, play or pause. Iconstatus uses the usual parameters that define position and size, as well as 3 subsections to describe each of the playback states. Each subsection contains the alias of the image used, as well as the coordinates of the upper left corner of the icon inside the image.

Text Code:
<text>
x = "112" y = "20" w = "35" h = "15"
id = "BITRATE"
orientation = "0"
font = "Tahoma"
point = "10"
weight = "400"
color = "000000"
</ text>

You can use this element to display the bit rate and frequency of the file being played. Use id = "BITRATE" to display the bitrate or id = "SAMPLINGRATE" to display the frequency.

Button code:
<button>
id = "PLAY"
x = "205"
y = "142"
w = "35"
h = "75"
<released>
<pressed>
</ button>

The button element creates, as the name implies, a button. You must set the position and size of the button, as well as define the images for the button pressed and released. The button action is determined by the id parameter. The following is a list of supported id:

Checkbutton code:
<checkbutton>
id = "XBASSONOFF"
x = "12" y = "102" w = "35" h = "35"
<state1>
<released>
<pressed>
</ State1>
<state2>
<released>
<pressed>
</ State2>
</ checkbutton>

Checkbutton creates buttons that have two states - on and off. The syntax of this element is similar to the syntax of a simple button (button), but you must specify two additional images to display in the second state. List of supported id:

Slider Code:
<slider>
id = "SEEKBAR"
orientation = "0"
x = "10" y = "67" w = "220" h = "24"
<released>
<pressed>
</ slider>

Slider can be used to adjust the volume or to search for a position in the file. Parameters «x», «y», «w» and «h» define a rectangle that will be the element boundaries. Also slider has a setting «orientation», which may take the values ​​0, 90, 180 or 270 degrees. When the 180-degree orientation, slider will look as well as at 0 degrees, but the minimum and maximum positions are placed at opposite. Slider does not have its own background, instead it uses a part of the general background (cell background), which limited the scope of slider'a, so all you need - to specify an image for the engine. The engine has two states: pressed and released. Also, it may be partially transparent. In order to make some pixels transparent, fill them with some unique color, and then specify it in the «mask_color» parameter.

Useful tips
You can use as many images as you need, but loading a large number of small images may be slower than a few medium-sized images. Also try not to leave free space in the images, as they occupy the program memory.


Post has been editedDEEMA01 - 19.11.08, 18:48



Rep: (146)
ZX Spectrum @ 26.11.2008, 9:06*
E. Simply pull it long?

if the only difference is in color, it turns out
Attached Image



Rep: (0)
Yes, exactly, and is displayed. I do not know how hard it is, but perhaps also deserve the attention of the skin where the main controls (prev, next, open, stop, play / pause) became even more convenient to press with your finger, and the rest of the buttons took too much space at the bottom. Or bottom fit additional control elements, and the empty space depressing))



Rep: (92)
Sorry of course, can someone and like it, but what for here lay skins of Winamp ???
The life of me I do not understand them, you can find millions of internet! Let us, and I unpack some its archive with hundreds of skins for Winamp and start one by one to lay out here? Sorry, but this is insanity!



Rep: (1889)
Rus1an,
Firstly because not all users have the big blind with Winamp,
Not everyone knows about the compatibility,
not all good internet search, etc.



Rep: (2)
I join the request for the production of skin 240x400 for Witu.



Rep: (2)
The people need a skin for 320x320
Someone can tell where you can find for a given resolution skin?
And the native PoketMuzik looks awful.
Or maybe a hurry to make someone can?
I would be happy to throw off any display correctly at this resolution.



Rep: (0)
Rus1an @ 20.11.2008, 12:43*
Awesome skins fasting в„–8! If anyone knows how - redo plz under qVGA! At least one of them!



Here one has made himself, use
Attached fileBlueEyeSkin_qvga.rar(134.21 KB)



Rep: (0)
kkserikk @ 10.12.2008, 10:08*
Here one has to imagine qvga, use
[Attachment = "151212: BlueEyeSkin_qvga.rar"]


Slightly corrected by the tone BlueEyeSkin_qvga (now more dark) and spread VitikBlack_qvga, the truth is that is not very turned out, visible red light on the sliders until you get rid, if anyone knows, tell me
M
quality skins in question. From downloading better to refrain. Author notified.


Attached files

Attached fileBlueEyeSkin_qvga.rar(153,17 KB)
Attached fileVitikBlack_qvga.rar(196.25 KB)


Post has been editedsemga3 - 27.12.08, 08:45



Rep: (398)
kkserikk,
You cap threads read?
The presence of the screenshot is mandatory.



Rep: (0)
Prompt and how to install the skin?



Rep: (601)
alekstrubnikov @ 12.12.2008, 13:23*
Prompt and how to install the skin?

The header FAQ on skins.



Rep: (2)
Number of Vic users are growing :)
Therefore, I join the previous speakers who understands - pliz redo the theme of the 8th post this thread for Samsung WiTu 240 * 400. And he has an empty space at the bottom of the screen. And if it is possible that the main buttons can even pochut increase. And to those who do - and what great respect from all uvazhuha Vitkovodov users. And a bunch of positive karma :))))



Rep: (67)
kkserikk @ 10.12.2008, 13:09*
Slightly corrected by the tone BlueEyeSkin_qvga (now more dark) and spread VitikBlack_qvga, the truth is that is not very turned out, visible red light on the sliders until you get rid, if anyone knows, tell me


know-we know. Other file and Other2 smoothing is, therefore, on the edges turned a transition from black to magenta. and color transparency in the tabernacle registered only pure. you just have to circle the rose that half-pink, but not pure pink.

PS: Yes, and I would be QVGA or any other device - I would do just 2-3 version but alas - nothing to check, because the emulator Pocket Music put refused.

By the way, you have to brag about. it is a pity that when registering my nickname was busy, but in my life I haveVitik and skins brazenly and without demand stale on my site ...

Post has been editedVSiemens - 17.12.08, 20:33



Rep: (3)
Slightly corrected by the tone BlueEyeSkin_qvga (now more dark) and spread VitikBlack_qvga, the truth is that is not very turned out, visible red light on the sliders until you get rid, if anyone knows, tell me

Moderators delete these topics curves so people are not confused. buttons coordinates not set



Rep: (601)
ja619 @ 26.12.2008, 20:33*
Moderators delete these topics curves so people are not confused. buttons coordinates not set

Downloaded 110 people and swears only one. Strange ...



Rep: (67)
First, usually people downloading the stupidity of her silently removed not bothering about it tells everyone (especially since testing immediately, but maybe in a week - even then - subject to look for something to answer, especially if the forum man was first and the last time in his life, most of the)
secondly, swears not one, but two. I am the author of the skin is not pleased with his alterations without permission, but also as a person do not officially patented and nowhere have not registered silent. so that hundreds of people figure nifiga.



Rep: (601)
VSiemens @ 26.12.2008, 22:44*
secondly, swears not one, but two. I am the author of the skin is not pleased with his alterations without permission, but also as a person do not officially patented and nowhere have not registered silent. so that hundreds of people figure nifiga.

For me, a hundred - an indicator. I can not remove a person a message, which the skin to some one did not like. I myself do not use this prog and device I have only one, so that the test and says something is 100% can not. And if someone did not like something - to bring a claim to the manufacturer skins. Just do not turn the topic into fludilnya - knock him in a personal, let him check your skin.



Rep: (92)
semga3,
Sorry for the flood, but I also agree withja619 and VSiemens . Skins converted awful, everywhere you can see the pink kaomka nothing against the author have not, but I would probably even qualitatively made, though in Photoshop I have zero!



Rep: (3)
VSiemens ,
It can do for qvga Temko the quality? : Thank_you:



Rep: (67)
how? I do not have QVGA devices and randomly does not work, I even VGA coordinates drove 2 hours, 20 times all corrected, and what will happen if a blind do?


Full version    

Help     rules

Time is now: 25/05/20, 15:21