I'm in the process of migrating my company's audio from the old hosting provider to SoundCloud. I've written a script to automate this process which uploads the audio file, its thumbnail, and writes all the relevant metadata as well.
However, there doesn't seem to be any way to set the quiet mode options, like disabling comments or hiding the stats, programmatically.
I found this post from April 2012, which mentions that the API doesn't support it. I was wondering if it had since been updated? And if so, what are the fields that need to be specified? eg. similar to track[title] or track[asset_data].
Any help would be appreciated!
UPDATE (3/8/2013)
The folks from SoundCloud have confirmed that toggling quiet mode options is not currently possible through their API.