Is there any way to reliably delete WMA properties with DMCSCRIPTINGLib?
I have tried
but this fails on Track (sets to 0) and on Rating (sets to 2, according to ReadIDTag).
Thanks.
I have tried
Code:
dMC.WriteIDTag(file, key, "");
Thanks.
Comment