Soundcloud Upload Options?
  • The Soundcloud upload feature is one of the best things about Airtime. We are using it to provide an quick and easy "Listen Again" style feature on our website (Check out the NTS website for a good use of it). My question is can the default upload option for tracks be changed from the default setting of "Private" to "Public"? Currently a log into Soundcloud each morning and manually adjust the tracks by hand.

    - Chris Weaver
  • 1 Comment sorted by
  • James Dunn kindly answered my question:

    I've never really looked into it, but I just logged into the NTS
    computer to browse the airtime source files (I assume this is an
    airtime-->soundcloud API question?) and it looks like you can edit
    the option in /usr/share/airtime/application
    /models/Soundcloud.php (line 40) by changing:



                    'track[sharing]' => 'private',

    to:



                    'track[sharing]' => 'public',



    This works fine!