Hi guys,
I'm following the instructions from the first page to the best of my knowledge...but I keep getting a message
"Error #450 - Microsoft VB Script runtime error
Wrong number of arguments or invalid property assignment:ExtractFields'
File "C:\Program Files\MediaMonkey\Scripts\ExtractFields.vbs", Line: 1, Column: 0
When I click ok...I get another popup box with the following error:
Error happened during script execution:
Wrong number of arguments or invalid property assignment:ExtractFields'
The only thing I can think I'm not doing is the following, but thats only cos I'm not sure what I'm meant to be doing!!
The "USER DEFAULTS" section on top of the script contains default values that are used when the script starts. You can change this yourself.
Make sure that def_TagField contains a value mentioned in SongDataFields (bottom of the script), and that def_TagMask is a mask that can contain variables mentioned in CommonTags (bottom of the script).
Also I added the following to the script.ini
[ExtractFields]
Filename=ExtractFields.vbs
Procname=ExtractFields
Order=14
DisplayName=ExtractFields...
Description=Change Tags
Language=VBScript
ScriptType=0
The only other thing i have done differently is that I saved the ExtractFields.vbs in scripts rather than scripts/auto. But thats only cos it couldnt find it in scripts/auto
Can someone, please help....this looks like an awesome script which will do exactly what i need.
Thanks in advance...I'm sure its something really tiny cos if all you guys can use it then its obviously something i am doing wrong!!
Reggie