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.
9 lines
247 B
INI
9 lines
247 B
INI
# Hostname
|
|
base_url = 'http://localhost/'
|
|
|
|
show_schedule_url = 'Recorder/get-show-schedule/format/json'
|
|
|
|
upload_file_url = 'Plupload/upload-recorded/format/json'
|
|
|
|
# base path to store recordered shows at
|
|
base_recorded_files = '/home/naomi/Music/'
|