Martin Konecny
|
c6ee5bfe58
|
prepare baby mm for saas
|
2013-01-22 13:02:45 -05:00 |
Martin Konecny
|
5df867d142
|
remove whitespace
|
2013-01-03 15:05:31 -05:00 |
James
|
f5b6d85406
|
CC-3018: Automatically strip out silence from audio tracks
- adding logging
|
2013-01-03 14:30:19 -05:00 |
James
|
a1837366be
|
Merge branch 'cc-3018-silence-detection' into devel
|
2013-01-03 14:08:21 -05:00 |
James
|
f936f510c5
|
CC-3018: Automatically strip out silence from audio tracks
- adding try/catch
|
2013-01-03 14:07:34 -05:00 |
James
|
b8f80866cf
|
CC-3018: Automatically strip out silence from audio tracks
- done
|
2013-01-03 14:02:06 -05:00 |
Martin Konecny
|
f2322e4f76
|
-disable liquidsoap playability test
|
2013-01-03 11:48:00 -05:00 |
Martin Konecny
|
77da642996
|
-fix missing import
|
2013-01-02 17:49:06 -05:00 |
Martin Konecny
|
2589b133d9
|
CC-4343: Unflushed events loop in media monitor
-fixed
|
2013-01-02 16:58:24 -05:00 |
Martin Konecny
|
0596d1c391
|
Merge branch 'cc-4759-add-aac-stream-in-support' into devel
Conflicts:
python_apps/media-monitor2/media/monitor/pure.py
|
2012-12-27 17:29:25 -05:00 |
Martin Konecny
|
735ad30483
|
CC-4726: Sometimes mm doesn't start after a fresh install
-fixed
|
2012-12-03 16:56:11 -05:00 |
Martin Konecny
|
e3761bd8d6
|
-make sure lsof works for files with spaces
|
2012-12-03 16:33:24 -05:00 |
martin
|
735640d40b
|
Merge branch 'lsof_quote_fix' of https://github.com/rgrinberg/Airtime into devel
|
2012-11-23 16:18:23 -05:00 |
Rudi Grinberg
|
1f5a5fd294
|
typo
|
2012-11-21 17:24:31 -05:00 |
Rudi Grinberg
|
0e91188939
|
made a unique toucher file
|
2012-11-21 17:22:32 -05:00 |
Rudi Grinberg
|
8c97995c2f
|
Added vulnerability where strings would not be escaped when pass to shell command
|
2012-11-21 12:55:57 -05:00 |
Rudi Grinberg
|
ac6a5a11bf
|
docstring fixes
|
2012-11-20 16:41:45 -05:00 |
Rudi Grinberg
|
383244f962
|
changed implementation of timer thread because using threading.Timer does not allow us to properly inject
the AirtimeInstance object.
|
2012-11-20 14:44:58 -05:00 |
Rudi Grinberg
|
95e757a52c
|
removed file mediator because it seems to be useless and incompatible with saas
|
2012-11-20 14:44:24 -05:00 |
Rudi Grinberg
|
58d888a59f
|
Small refactoring to let user be assignable from any class that inherits from HasUser
|
2012-11-20 14:43:48 -05:00 |
Rudi Grinberg
|
58662b42be
|
fixed typo missing self
|
2012-11-20 12:11:31 -05:00 |
Rudi Grinberg
|
c1959f936e
|
added TODO + formatting
|
2012-11-19 20:16:06 -05:00 |
Rudi Grinberg
|
fdf8c9fb4e
|
refactored EventRegistry to play nice with saas.
|
2012-11-19 20:13:19 -05:00 |
Rudi Grinberg
|
ebca3fa9f5
|
refactored file mediator to play nice with saas
|
2012-11-19 20:13:00 -05:00 |
Rudi Grinberg
|
8696571b02
|
refactor owner to be saas friendly
|
2012-11-19 19:57:33 -05:00 |
Rudi Grinberg
|
a995129df5
|
added general getsig routine to get the correct signals from anywhere in the code.
|
2012-11-19 16:07:40 -05:00 |
Rudi Grinberg
|
4acb7d92db
|
removed hardcoded signals in the code.
|
2012-11-19 16:07:26 -05:00 |
Rudi Grinberg
|
1cbe2fb1a1
|
typo
|
2012-11-16 12:59:17 -05:00 |
Rudi Grinberg
|
57b2762e5c
|
cleaned up imports
|
2012-11-16 12:51:23 -05:00 |
Rudi Grinberg
|
bc9f7c4c95
|
removed hardcoding of path received from MM for SaaS.
|
2012-11-16 12:51:07 -05:00 |
Rudi Grinberg
|
cf6e1d66ee
|
removed direct usage of api client to AirtimeDB which encapsulates that behaviour
|
2012-11-16 12:36:58 -05:00 |
Rudi Grinberg
|
11214d754d
|
docstring formatting
|
2012-11-16 12:31:10 -05:00 |
Rudi Grinberg
|
e22162cc87
|
added initialization message
|
2012-11-16 12:29:06 -05:00 |
Rudi Grinberg
|
aeb449ea76
|
import formatting
|
2012-11-16 11:15:49 -05:00 |
Rudi Grinberg
|
cc66ac4a83
|
typo
|
2012-11-16 11:14:18 -05:00 |
Rudi Grinberg
|
7527b366d0
|
removed instance specific logging
|
2012-11-16 00:10:40 -05:00 |
Rudi Grinberg
|
757a561975
|
added missing import
|
2012-11-16 00:10:24 -05:00 |
Rudi Grinberg
|
26ad6dae74
|
Added a convenience constructor for an AirtimeInstance
|
2012-11-16 00:09:56 -05:00 |
Rudi Grinberg
|
350c6e2f94
|
moved logging logic to launcher
|
2012-11-15 15:02:26 -05:00 |
Rudi Grinberg
|
11a43eb891
|
Generalized a lot of launching logic into the saas launcher away from the hosted installation script: mm2.py.
|
2012-11-15 14:49:55 -05:00 |
Rudi Grinberg
|
975508a549
|
added TODO
|
2012-11-15 14:24:17 -05:00 |
Rudi Grinberg
|
8a7535774c
|
fixed import typo
|
2012-11-15 12:13:52 -05:00 |
Rudi Grinberg
|
4ac3efe228
|
renamed typo log to logger.
|
2012-11-15 12:13:33 -05:00 |
Rudi Grinberg
|
5073ced732
|
Made timeout watcher provide AirtimeInstnace
|
2012-11-15 12:12:47 -05:00 |
Rudi Grinberg
|
fa66f33ffa
|
changed RequestSync to use injected apc and injected it in ThreadedRequestedSync.
|
2012-11-15 12:12:19 -05:00 |
Rudi Grinberg
|
15f4212360
|
make ManagerTimeout provide the correct AirtimeInstance object.
|
2012-11-15 12:11:48 -05:00 |
Rudi Grinberg
|
ab35263869
|
inject apc properly into AirtimeNotifier
|
2012-11-15 12:11:18 -05:00 |
Rudi Grinberg
|
ce4dbf0028
|
added launcher that should replace most of mm2.py
|
2012-11-14 22:06:09 -05:00 |
Rudi Grinberg
|
dd139e5028
|
added default value for exception class parameter
|
2012-11-14 16:50:34 -05:00 |
Rudi Grinberg
|
d5cacf4011
|
moved replay gain to pypo for better saas performance
|
2012-11-14 14:43:10 -05:00 |