soundcloud search api ignoring duration filter?
问题 I'm experimenting a bit with the soundcloud api... Cool stuff, however: It looks like when I try to apply a filter to search for tracks, the api ignores the duration... See code snipper below. The purpose is to search for (10) trance tracks in the last 2 months, ordered by popularity, that have a duration of more than an hour.... As far as I know, the duration has to be specified in milliseconds (hence the * 100) Btw, The soundcloud object is SC, initialised with my API key Am I doing