CC-1987 : Automatic upload of recorded shows to Soundcloud

created Soundcloud.php in models, added upload track method.
using python-setuptools in install to find poster package to be able to upload recoded file to airtime and then to soundcloud.
This commit is contained in:
naomiaro 2011-03-21 15:48:44 -04:00
parent a3a8ae104a
commit 60649cba8a
10 changed files with 71 additions and 29 deletions

View file

@ -118,7 +118,7 @@ class Application_Model_Preference
Application_Model_Preference::SetValue("soundcloud_password", $password);
}
public static function GetSoundCloudUserPassword() {
public static function GetSoundCloudPassword() {
return Application_Model_Preference::GetValue("soundcloud_password");
}