Skin Name: Quinto Black CT v3.7
Author: PeterK.
Type: Modern Skin
File Extension: exe
SHA-1: C1B14621EDF2AF0BEC7D84264C5F976649411D16
Size: 2.87 MB
Screenshot:
Change log:
- added: Export/Import of color theme
- added: a simple "Sleep Timer" feature to Playlist Editor
- added: a simple "Intro Mix" feature to Playlist Editor
- added: a lot of new items to RGB Color Changer
- added: hexadecimal edit box to RGB Color Changer
- added: keyboard shortcuts; the letter you have to press is within the component's name: press and hold CTRL and ALT and press A for "Cover Art" for example
About "Quinto Black CT" Q
Configuration O
-------------------------------------------
Album Cover Flow F
Compact Cassette C
Compact Disc D
Cover Art A
Equalizer E
Frequency Response Graph G
Loudspeaker L
Lyrics (offline) I
RGB Color Changer R
Spectrum Analyzer Z
Tips And Tricks T
Vinyl Record Y
VU Meter Analog N
VU Meter Digital Horizontal H
VU Meter Digital Vertical V
- changed: the background base bitmaps are now only in two versions: Classic Skin and Modern Skin
- changed: Main Player got thin and wide side panels (VU Meter Digital Vertical still has only thin side panels)
- changed: design of VU Meter Digital Vertical
- changed: VU Meter on Main Player has now 20 LEDs
- changed: Main Player has a new Timer font
- changed: Display Lights are white now
- changed: the sort order of the buttons on Main Player: ML - PE - VID - VIS
- removed: Playlist Editor2, Track Bookmarks and Repeat A-B as components - they are now features under MENU button on Playlist Editor
- fixed: Equalizer and Notification were still in RGB Color Changer popup menu even if not installed
- fixed: it was not possible to rate a track after hitting stop
- fixed: error message while trying to install skin on a 32-bit OS
- fixed: the proper range for Spectroscope's falloff speed is from 0-4 now (and not 1-5 anymore, which was not correct)
Additionally a huge amount of code cleanup was made. The major idea behind that task was to have a consistent naming/wording throughout the entire skin and all of its components because it is recommended to use descriptive names in order to create understandable and maintainable code. Variables, group definitions or function names have now corresponding names even if used in different files.This will help debugging the skin enormously.
At this point I have to ask you all for a favor. The fact that I added keyboard shortcuts to this update has a slightly impact on the configuration file which is known as studio.xnf. Changing text lines in Quinto's context menu (by adding keyboard shortcuts) will have this unpleasant side effect that there will be two different attribute names corresponding to one and same container!
Let me give you an example:
Running version 3.6 and using Equalizer will have this line: <entry name="Equalizer" value="1" /> in the configuration file. After installation of the version 3.7 there will be two lines:
<entry name="Equalizer" value="1" />
<entry name="Equalizer%09... + E" value="1" />
And both lines will be connected to the same container: <section name="Container:equalizer">. And this will cause problems!
Yes, I know it is annoying, but I have to ask you to either ...
- reinstall Winamp (for those of you who are new to configuration file) or
- just delete studio.xnf (for all of you who are familiar with it)
... BEFORE installing version 3.7.
Thank you and please excuse the inconvenience! (if version 3.7 is the first version ever installed you do not have to do anything! Just run the installer!)
And yes, version 3.7 will work with Winamp's newest version since no changes (as far as I know) were made to the Skinning Engine. (In case you find a bug please always double check by switching between Quinto and Modern Skin/Bento).
Enjoy!
Download::https://forums.winamp.com/forum/skin...t-v3-8-release
Author: PeterK.
Type: Modern Skin
File Extension: exe
SHA-1: C1B14621EDF2AF0BEC7D84264C5F976649411D16
Size: 2.87 MB
Screenshot:
Change log:
- added: Export/Import of color theme
- added: a simple "Sleep Timer" feature to Playlist Editor
- added: a simple "Intro Mix" feature to Playlist Editor
- added: a lot of new items to RGB Color Changer
- added: hexadecimal edit box to RGB Color Changer
- added: keyboard shortcuts; the letter you have to press is within the component's name: press and hold CTRL and ALT and press A for "Cover Art" for example
About "Quinto Black CT" Q
Configuration O
-------------------------------------------
Album Cover Flow F
Compact Cassette C
Compact Disc D
Cover Art A
Equalizer E
Frequency Response Graph G
Loudspeaker L
Lyrics (offline) I
RGB Color Changer R
Spectrum Analyzer Z
Tips And Tricks T
Vinyl Record Y
VU Meter Analog N
VU Meter Digital Horizontal H
VU Meter Digital Vertical V
- changed: the background base bitmaps are now only in two versions: Classic Skin and Modern Skin
- changed: Main Player got thin and wide side panels (VU Meter Digital Vertical still has only thin side panels)
- changed: design of VU Meter Digital Vertical
- changed: VU Meter on Main Player has now 20 LEDs
- changed: Main Player has a new Timer font
- changed: Display Lights are white now
- changed: the sort order of the buttons on Main Player: ML - PE - VID - VIS
- removed: Playlist Editor2, Track Bookmarks and Repeat A-B as components - they are now features under MENU button on Playlist Editor
- fixed: Equalizer and Notification were still in RGB Color Changer popup menu even if not installed
- fixed: it was not possible to rate a track after hitting stop
- fixed: error message while trying to install skin on a 32-bit OS
- fixed: the proper range for Spectroscope's falloff speed is from 0-4 now (and not 1-5 anymore, which was not correct)
Additionally a huge amount of code cleanup was made. The major idea behind that task was to have a consistent naming/wording throughout the entire skin and all of its components because it is recommended to use descriptive names in order to create understandable and maintainable code. Variables, group definitions or function names have now corresponding names even if used in different files.This will help debugging the skin enormously.
At this point I have to ask you all for a favor. The fact that I added keyboard shortcuts to this update has a slightly impact on the configuration file which is known as studio.xnf. Changing text lines in Quinto's context menu (by adding keyboard shortcuts) will have this unpleasant side effect that there will be two different attribute names corresponding to one and same container!
Let me give you an example:
Running version 3.6 and using Equalizer will have this line: <entry name="Equalizer" value="1" /> in the configuration file. After installation of the version 3.7 there will be two lines:
<entry name="Equalizer" value="1" />
<entry name="Equalizer%09... + E" value="1" />
And both lines will be connected to the same container: <section name="Container:equalizer">. And this will cause problems!
Yes, I know it is annoying, but I have to ask you to either ...
- reinstall Winamp (for those of you who are new to configuration file) or
- just delete studio.xnf (for all of you who are familiar with it)
... BEFORE installing version 3.7.
Thank you and please excuse the inconvenience! (if version 3.7 is the first version ever installed you do not have to do anything! Just run the installer!)
And yes, version 3.7 will work with Winamp's newest version since no changes (as far as I know) were made to the Skinning Engine. (In case you find a bug please always double check by switching between Quinto and Modern Skin/Bento).
Enjoy!

Download::https://forums.winamp.com/forum/skin...t-v3-8-release
Comment