work on monitor command

This commit is contained in:
bkfox
2015-06-30 17:31:01 +02:00
parent 45178862db
commit 2b78ba19de
3 changed files with 65 additions and 6 deletions

View File

@ -10,6 +10,7 @@ ensure('AIRCOX_PROGRAMS_DIR',
os.path.join(settings.MEDIA_ROOT, 'programs'))
ensure('AIRCOX_SOUNDFILE_DEFAULT_DIR',
os.path.join(AIRCOX_PROGRAMS_DIR + 'default'))
ensure('AIRCOX_SOUNDFILE_EXT',
('ogg','flac','wav','mp3','opus'))