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:
parent
a3a8ae104a
commit
60649cba8a
10 changed files with 71 additions and 29 deletions
|
@ -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");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue