soundcloud / api

A public repo for our Developer Community to engage about bugs and feature requests on our Public API
147 stars 23 forks source link

Configure quiet mode on POST /tracks endpoint #257

Open charlielafosse opened 12 months ago

charlielafosse commented 12 months ago

Use case: We upload ~20 tracks each day through our own interface and the SoundCloud API. In order to hide the play count/stats, our team has to then manually go over the new uploads in the dashboard and enable quiet mode.

Is there any plan to include this option in the POST /tracks endpoint, so that we can enable quiet mode programatically? It seems strange that it's not possible, when other options such as track[streamable] and track[downloadable] are available.

The latest I could find online was an update on this Stack Overflow post from 2013 - has there been any progress since? thanks!