
It is possible to create your own skin for The JukeBox'er. All you have to do is follow the instructions below.
Go to the installation directory and into the folder ‘skins’
Make a copy of the Template.zip file and name it ‘new skin name.zip’
Inside the zip file, you will find some jpg files, which you have to replace with your own version.
The size (height and width) of the background.jpg, menu.jpg and search.jpg should not be changed.
Inside the zip file, you will also find a positions.ini file, which you may change in order to move the components to you preferred locations.
Important! When you have created a nice looking skin, please send me a copy of your zip file, so other users can injoy it too. Thanks a lot. Please send it to: support@thejukeboxer.com
NOTE: The position values are in 1024x768 coordinates, while the background.jpg is of size 1280x960. This means that you should devide your image coordinates by 1.25 ( 1280/1024 ) to get the position value.
Example: If you have made room for the menu panel on the background image at position (100, 100), the menu-section in the positions.ini file should look like the below: (100/1.25 = 80)
[Menu Panel]
Top=80
Left=80