Search found 8 matches

by W. Kyle White
Thu Nov 10, 2005 3:48 am
Forum: Need Help with Addons? (MMW4)
Topic: List of All Scripts
Replies: 46
Views: 702437

Field Modification Script

I'm not sure if my script is clean or understandable enough to be up here, but give it a look Script: Field Manipulator Reference: http://www.mediamonkey.com/forum/viewtopic.php?t=5160 Description: Several functions to modify and swap Album, Artist, etc. it has quite a few different functions includ...
by W. Kyle White
Thu Nov 10, 2005 3:23 am
Forum: Need Help with Addons? (MMW4)
Topic: Script for several field modifications
Replies: 23
Views: 36538

Swapping Artist and Album Artist

Daniel, are you looking for another script, asking where in my script the swap code is located, or asking how to use my scripts to swap artist and album artist. If you're wanting to use my script and have it set up correctly you can just select the song, select the "Swap two fields" script...
by W. Kyle White
Thu Nov 10, 2005 3:13 am
Forum: Need Help with Addons? (MMW4)
Topic: Script for several field modifications
Replies: 23
Views: 36538

Adding Comment field

Sorry, I've not been on the forums in a while. There was a question about adding the comment field to the script (great idea BTW). This field, and any other field that is a string in ISDBSongData (look in mediamonkeyscripting.chm which can be downloaded from the developer's section of the website) c...
by W. Kyle White
Sat Jul 30, 2005 10:07 am
Forum: Need Help with Addons? (MMW4)
Topic: Script for several field modifications
Replies: 23
Views: 36538

Script for several field modifications

I made this a while ago and planned on cleaning it up before submitting it, but if I wait until then I'll never submit it. Here's some additions which can be made to the .ini *YOU MAY NEED TO CHANGE THE ORDER NUMBERS SO THEY DON'T CONFLICT WITH YOUR OWN .INI [BackupClassificationToCustom3] FileName=...
by W. Kyle White
Wed May 04, 2005 8:50 pm
Forum: Need Help with Addons? (MMW4)
Topic: Script to copy classifications text value to Custom3
Replies: 2
Views: 3309

Script to copy classifications text value to Custom3

Here's a quick and dirty script I threw together to copy the text values of any of the classifications to the custom3 attribute. Classifications are represented in MediaMonkey internally in the database as numeric values which are linked to the classification names. Copying them to custom fields all...
by W. Kyle White
Sun May 01, 2005 3:53 pm
Forum: Bug Reports (MMW4)
Topic: Visualizations have trouble switching to full screen
Replies: 8
Views: 5493

Visualizations have trouble switching to full screen

Milkdrop and Geiss2 can either be set to start in fullscreen or window mode and start up fine, but they "shut down" when I try to switch modes (it's as if I turned the plugin off). This happens whether I use alt-enter or when I double click, so I know that it's not my keyboard shortcuts. A...
by W. Kyle White
Sun May 01, 2005 12:54 am
Forum: Need Help with Addons? (MMW4)
Topic: SendToWinamp script
Replies: 4
Views: 5507

;) May I suggest something. You better use File By File Add Too Winamp reather than all at once. Are you talking about sending a new enqueue command for each file? If you'd like I could past my original script as I think it used this method. Since it takes over a half second for each command to be ...
by W. Kyle White
Sat Apr 30, 2005 1:41 pm
Forum: Need Help with Addons? (MMW4)
Topic: SendToWinamp script
Replies: 4
Views: 5507

Oops, needed to flush the command one last time, here's the corrected script 'SendToWinamp for MediaMonkey - Created by W. Kyle White 4/30/05 'To install this script simply put it into the "scripts\auto" subdirectory of MediaMonkey 'When you next start MediaMonkey you will be able to right...