Using vbscript, is there any way to read the value of a named property ("tag")?
The only member function I see on http://www.dbpoweramp.com/developer-scripting-dmc.htm that operates by property name is Read ID Tag, but this says:
and ReadIDTagElementValue doesn't do the same job.
I am reluctant to resort to AudioProperties and thereby rely on undefined behaviour.
Thanks.
The only member function I see on http://www.dbpoweramp.com/developer-scripting-dmc.htm that operates by property name is Read ID Tag, but this says:
Note this method is not compatible with VBScripting, instead use
ReadIDTagElementValue
ReadIDTagElementValue
and ReadIDTagElementValue doesn't do the same job.
I am reluctant to resort to AudioProperties and thereby rely on undefined behaviour.
Thanks.
Comment