Man, this is not good... I honestly have no idea what's going on...
I guess you'll have to wait for when I recode the script (which may be some time from now). Don't worry, my script isn't that great anyway.
For now I've made this Lite Version of my script if you really want to use it. To change settings, you will need to change the script directly:
1. Click on the Plus! icon or menu in the contact list.
2. Go to "Preferences...".
3. Go to the "General" tab at the top.
4. Go to the "Scripts" tab on the left.
5. Select "Winamp Media Lite".
6. Click the "Edit..." button.
7. Change the "Current Script File" to "Settings.js".
8. Edit the settings found in the second top chunk by changing the values coloured in red:
code:
var WnMd_Priority = 0; // 0 = None, 1 = Low, 2 = Medium, 3 = High (Number)
var WnMd_Display = new Array(false, true, false, true); // Stopped, Playing, Unopen, Paused (true/false)
var WnMd_Reverse = false; // Artist - Title (true/false)
var WnMd_Custom = "Now Playing: \"{0}\" by \"{1}\""; // {0} = Title, {1} = Artist, {2} = Album, {3} = Year, {4} = Genre, {5} = Track # (Use "\" in front of "'"s) (String)
var WnMd_Format = 0; // 0 = Default, 1 = Custom (Number)
var WnMd_Refresh = 1000; // Refresh in Milliseconds (Number)
If you have any questions on what to change, feel free to ask. Sorry to everyone who can't get the full version to work. I will start working on a new version once I get the time.