I've got my script running in Python. I've auto-generated and translation layer between the dll and Python.
Tagging functions work as expected.
I need to sort all the files to be converted by duration. That should be contained in the string that AudioProperties(file) returns. All that function returns is a string of "dBpoweramp" though.
Maybe if there's a way to do it with the CLI, I'll do that instead.
Tagging functions work as expected.
I need to sort all the files to be converted by duration. That should be contained in the string that AudioProperties(file) returns. All that function returns is a string of "dBpoweramp" though.
Maybe if there's a way to do it with the CLI, I'll do that instead.
Comment