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
|
b9d829a33c
|
CC-4754: Replay gain modifier
-make pypo repush song if its replay_gain changed
|
2012-12-28 13:58:55 -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 |
denise
|
b2699fa914
|
merge from devel
|
2012-12-03 11:06:56 -05:00 |
Martin Konecny
|
7249e36081
|
-2.2.1 upgrade scripts
|
2012-11-27 12:13:16 -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 |
martin
|
50bdeeef26
|
CC-4702: Webstream: When webstream is playing, it isn't marked as 'media_item_played' in cc_schedule
|
2012-11-23 16:00:10 -05:00 |
James
|
8d3024d42e
|
api_client fix
|
2012-11-22 15:59:37 -05:00 |
James
|
da6013b523
|
CC-4717: Lintian warnings from devel branch
- fixed
|
2012-11-22 15:14:55 -05:00 |
Martin Konecny
|
612ac415d2
|
cc-4708: cue points not working
-fixed
|
2012-11-22 12:24:59 -05:00 |
Martin Konecny
|
3a1945a818
|
CC-4702Webstream: When webstream is playing, it isn't marked as 'media_item_played' in cc_schedule
-fixed
|
2012-11-22 11:40:44 -05:00 |
james
|
8cc162f7a9
|
CC-4716: Cannot hear fade in & fade out
- fixed
|
2012-11-21 17:34:07 -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 |
Martin Konecny
|
8aa11f7e8c
|
Better error message for api client constructor
|
2012-11-21 12:26:37 -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 |
Martin Konecny
|
fed39077c0
|
Merge branch '2.2.x' into devel
|
2012-11-20 11:21:29 -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
|
a28c9d9e27
|
added untracked configs
|
2012-11-19 16:46:47 -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
|
6101e9dfe3
|
fixed bug where only part of the path was joined.
|
2012-11-19 16:06:36 -05:00 |
Rudi Grinberg
|
e46da35d3b
|
made root path a variable to remove duplication.
|
2012-11-19 16:06:19 -05:00 |
Rudi Grinberg
|
cd7d292aa5
|
fixed faulty regex.
|
2012-11-19 16:05:52 -05:00 |
Rudi Grinberg
|
9d04204389
|
fixed bug where path was only relative.
|
2012-11-19 16:05:26 -05:00 |
Rudi Grinberg
|
8dd0d80f68
|
fixed typo that was causing bug
|
2012-11-19 16:04:43 -05:00 |
Rudi Grinberg
|
dc8315fef9
|
added more detailed output when launching baby mm
|
2012-11-19 16:04:22 -05:00 |
Rudi Grinberg
|
d595d1112f
|
added routine to verify config exists in "baby" media monitor"
|
2012-11-19 16:03:58 -05:00 |
Rudi Grinberg
|
647832b0a0
|
added comments to document config options
|
2012-11-19 16:03:25 -05:00 |
Rudi Grinberg
|
c784df7f6e
|
Added comments describing config options
|
2012-11-19 11:35:37 -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
|
a50995cd9b
|
formatting + clearer name.
|
2012-11-16 11:14:31 -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
|
e12e311537
|
Added some routines to baby mm.
|
2012-11-16 00:09:33 -05:00 |
Martin Konecny
|
62b3c39c5b
|
CC-4702: Webstream: When webstream is playing, it isn't marked as 'media_item_played' in cc_schedule
-fixed
|
2012-11-15 17:35:06 -05:00 |
Martin Konecny
|
5f534b5ef6
|
CC-4702Webstream: When webstream is playing, it isn't marked as 'media_item_played' in cc_schedule
|
2012-11-15 17:29:25 -05:00 |
Martin Konecny
|
8c73731c41
|
CC-4633: Use David's new method of Liquidsoap webstream switching
-fixed
|
2012-11-15 16:43:22 -05:00 |
Rudi Grinberg
|
88231a19c3
|
added baby mm launcher
|
2012-11-15 15:08:49 -05:00 |
Rudi Grinberg
|
9c74b0ea2c
|
removed bastard injection from AirtimeApiClient
|
2012-11-15 15:08:18 -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
|
c43dbe42a8
|
refactored creating an instance into its own function
|
2012-11-15 14:27:09 -05:00 |
Rudi Grinberg
|
975508a549
|
added TODO
|
2012-11-15 14:24:17 -05:00 |
Rudi Grinberg
|
57b13607c5
|
removed crap hacks
|
2012-11-15 14:22:42 -05:00 |
Martin Konecny
|
2010778876
|
cleanup redundant code, remove whitespace
|
2012-11-15 13:33:27 -05:00 |
Rudi Grinberg
|
0b0e96f49c
|
removed old runner code
|
2012-11-15 12:46:57 -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
|
7ed1f08e07
|
Added new launch script for mm.
|
2012-11-15 12:10:52 -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
|
fcfa5cceee
|
removed useless comment
|
2012-11-14 14:49:28 -05:00 |
Rudi Grinberg
|
2e59eca131
|
moved files to pypo dir
|
2012-11-14 14:43:33 -05:00 |
Rudi Grinberg
|
d5cacf4011
|
moved replay gain to pypo for better saas performance
|
2012-11-14 14:43:10 -05:00 |
Rudi Grinberg
|
f1effc37a9
|
removed dependency of mm from replaygain
|
2012-11-14 11:51:00 -05:00 |
Rudi Grinberg
|
93ff2ce9f6
|
removed extra import
|
2012-11-13 17:32:42 -05:00 |
Rudi Grinberg
|
6f42291f8a
|
merge api client conflict
|
2012-11-13 17:21:48 -05:00 |
Rudi Grinberg
|
350d5dd620
|
refactored logging setup when mm is setup
|
2012-11-10 09:24:26 -05:00 |
James
|
6145f9bcad
|
Merge branch '2.2.x' into devel
|
2012-11-08 17:28:23 -05:00 |
James
|
33b2520c14
|
Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x
|
2012-11-08 17:27:28 -05:00 |
James
|
628e6bed37
|
CC-4689: Live Stream: The 1st song of a show won't play if there is another show have live stream assigned and finished right before
- fixed
|
2012-11-08 17:26:55 -05:00 |
Rudi Grinberg
|
eaf0baa6b6
|
removed useless code
|
2012-11-07 23:22:25 -05:00 |
Rudi Grinberg
|
c222ac10f7
|
typo
|
2012-11-07 23:21:48 -05:00 |
Rudi Grinberg
|
55f0462946
|
removed useless line of code
|
2012-11-07 23:21:08 -05:00 |
Rudi Grinberg
|
ed00089a1a
|
added user level method to get current user of thread
|
2012-11-07 22:53:39 -05:00 |
Rudi Grinberg
|
7e5ec6505b
|
added tests for instance
|
2012-11-07 18:16:48 -05:00 |
Rudi Grinberg
|
13f59be21d
|
typo
|
2012-11-07 18:16:33 -05:00 |
Rudi Grinberg
|
9e7b8a6b28
|
added tests
|
2012-11-07 17:45:08 -05:00 |
Rudi Grinberg
|
882a515caa
|
refactored threads which know the user they belong to
|
2012-11-07 17:44:55 -05:00 |
James
|
7300b608cf
|
Merge branch 'cc-4661-listener-statistics' into devel
Conflicts:
python_apps/api_clients/api_client.py
|
2012-11-07 17:20:12 -05:00 |
Rudi Grinberg
|
debc5b6081
|
Merge remote-tracking branch 'sf/devel' into mm_refactor_for_saas
|
2012-11-07 12:19:35 -05:00 |
denise
|
073d243007
|
-airtime couldn't connect to liquidsoap
|
2012-11-07 12:18:10 -05:00 |
Rudi Grinberg
|
cd6c305b81
|
Merge remote-tracking branch 'sf/devel' into mm_refactor_for_saas
|
2012-11-07 12:05:37 -05:00 |
denise
|
4200059200
|
-airtime_version fix
|
2012-11-07 11:43:49 -05:00 |
Rudi Grinberg
|
110008e909
|
added saas shit
|
2012-11-07 11:29:39 -05:00 |
Rudi Grinberg
|
af51ddca79
|
Merge remote-tracking branch 'sf/devel' into mm_refactor_for_saas
|
2012-11-07 11:29:17 -05:00 |
denise
|
b817684972
|
Merge branch '2.2.x' into devel
Conflicts:
airtime_mvc/application/controllers/PreferenceController.php
airtime_mvc/application/models/StoredFile.php
airtime_mvc/public/js/bootstrap/bootstrap.js
|
2012-11-07 11:21:36 -05:00 |
Rudi Grinberg
|
b3c9472bcb
|
cc-4672: added dirty workaround to fix this issue
|
2012-11-06 16:16:37 -05:00 |
Rudi Grinberg
|
1762e418c0
|
added better logging
|
2012-11-06 14:57:53 -05:00 |
Rudi Grinberg
|
b4555e9845
|
docstring formatting
|
2012-11-06 13:51:04 -05:00 |
Rudi Grinberg
|
66138c4baf
|
removed references to gevent
|
2012-11-05 16:11:35 -05:00 |
Rudi Grinberg
|
6392c69e27
|
Removed unused code
|
2012-11-05 16:10:59 -05:00 |
Rudi Grinberg
|
a851d8dd74
|
docstring format
|
2012-11-05 16:04:39 -05:00 |
Rudi Grinberg
|
83d4705bca
|
removed useless comments
|
2012-11-05 14:19:37 -05:00 |
Rudi Grinberg
|
3509cfc212
|
formatting
|
2012-11-05 14:03:46 -05:00 |
Rudi Grinberg
|
c287e11bee
|
moved setting up unicde into it's own routine
|
2012-11-05 14:02:55 -05:00 |
Rudi Grinberg
|
ce313a5b22
|
docstring formatting
|
2012-11-05 13:29:10 -05:00 |
Martin Konecny
|
f6ee2afb88
|
CC-4665: ReplayGain does not work for FLAC files
-fixed
|
2012-11-05 12:03:25 -05:00 |
Martin Konecny
|
fffaf7788a
|
Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x
|
2012-11-05 11:53:52 -05:00 |
Martin Konecny
|
af7e94a44d
|
don't break 80 character line limit
|
2012-11-05 11:53:37 -05:00 |
Martin Konecny
|
d89166e2ff
|
CC-4665: ReplayGain does not work for FLAC files
-fixed
|
2012-11-05 11:53:20 -05:00 |
Martin Konecny
|
34d0ee5954
|
CC-4661: Listener Statistics
-add mount point names
|
2012-11-02 18:04:32 -04:00 |
Martin Konecny
|
5bd0fe0300
|
clean up source file tailing whitespace
|
2012-11-02 17:51:02 -04:00 |
Martin Konecny
|
6438b54a5f
|
CC-4661: Listener Statistics
-backend part working
|
2012-11-02 17:50:43 -04:00 |
Rudi Grinberg
|
dfc3cf9267
|
removed useless tests
|
2012-11-02 15:05:08 -04:00 |
Rudi Grinberg
|
c79b28aa90
|
Removed gevent from pybundle
|
2012-11-02 15:03:27 -04:00 |
Rudi Grinberg
|
899c62d31f
|
removed gevent from requirements
|
2012-11-02 15:01:11 -04:00 |
Rudi Grinberg
|
aec11feba5
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-11-02 14:59:02 -04:00 |
Rudi Grinberg
|
a1d5037e04
|
cc-4584: fixxxed
|
2012-11-02 12:42:24 -04:00 |
denise
|
135aadf16b
|
Merge branch '2.2.x' into devel
Conflicts:
airtime_mvc/application/controllers/LibraryController.php
airtime_mvc/application/views/scripts/library/library.phtml
airtime_mvc/public/js/airtime/showbuilder/builder.js
airtime_mvc/public/js/airtime/showbuilder/main_builder.js
|
2012-11-02 12:28:21 -04:00 |
Rudi Grinberg
|
e9524c8615
|
Merge remote-tracking branch 'rudi/cc-4652' into 2.2.x
|
2012-11-02 11:30:04 -04:00 |
James
|
b746f65304
|
CC-4601: Do not rewrite metadata for master source and show source streams.
- fixed
|
2012-11-01 17:24:41 -04:00 |
Rudi Grinberg
|
bf363dcdde
|
cc-4652: Added code to create the stor/ structure before adding any watched
|
2012-11-01 15:48:26 -04:00 |
Rudi Grinberg
|
176f2c45ba
|
Added information message when media monitor is restarted
|
2012-11-01 15:42:58 -04:00 |
Rudi Grinberg
|
c0dc38be62
|
cc-4652: added logging for when watch fails on startup
|
2012-11-01 15:16:23 -04:00 |
Rudi Grinberg
|
7c710fd84e
|
Removed unused method
|
2012-10-31 12:48:11 -04:00 |
Rudi Grinberg
|
11043d2eba
|
Refactored notify_webstream_data
|
2012-10-31 12:46:51 -04:00 |
Rudi Grinberg
|
83211698a4
|
Added retrying mechanism to ApiRequest
|
2012-10-31 12:20:00 -04:00 |
Rudi Grinberg
|
4ef38cbc91
|
Added retry mechanism
|
2012-10-31 11:45:22 -04:00 |
Rudi Grinberg
|
474f5aba48
|
Added hack for the response type not being set
|
2012-10-31 11:33:42 -04:00 |
Rudi Grinberg
|
18d6cd7868
|
removed commented code
|
2012-10-31 11:22:04 -04:00 |
Rudi Grinberg
|
cf27c18df7
|
Refactored update_replay_gain_values
|
2012-10-31 11:01:24 -04:00 |
Rudi Grinberg
|
e3914c429d
|
refactored get_stream_setting
|
2012-10-31 10:56:52 -04:00 |
Rudi Grinberg
|
82a8fe99ae
|
Refactored docstring
|
2012-10-31 10:54:02 -04:00 |
Rudi Grinberg
|
162028ee8a
|
Unused method removed
|
2012-10-31 10:52:14 -04:00 |
Rudi Grinberg
|
24088d63e0
|
Formatting
|
2012-10-31 10:48:14 -04:00 |
Rudi Grinberg
|
8e6f6b8894
|
formatted comment. added TODO
|
2012-10-31 10:48:03 -04:00 |
Rudi Grinberg
|
09c3e3a694
|
Refactored get_schedule not to suck
|
2012-10-31 10:47:08 -04:00 |
Rudi Grinberg
|
9cea6210bb
|
refactored __get_airtime_version
|
2012-10-31 10:45:36 -04:00 |
Rudi Grinberg
|
91ce35ee9a
|
added todo
|
2012-10-31 10:43:59 -04:00 |
Rudi Grinberg
|
75ce5b205d
|
Fixed setup_media_monitor
|
2012-10-30 17:48:24 -04:00 |
Rudi Grinberg
|
3ed762bc38
|
check_live_stream_auth fixed
|
2012-10-30 17:47:09 -04:00 |
Rudi Grinberg
|
4ad1468313
|
refactored get_shows_to_record
|
2012-10-30 17:45:22 -04:00 |
Rudi Grinberg
|
d6f644d53f
|
Removed unused method
|
2012-10-30 17:44:27 -04:00 |
Rudi Grinberg
|
e85996d814
|
Removed unused method
|
2012-10-30 17:43:11 -04:00 |
Rudi Grinberg
|
8f82e2623c
|
Removed unused method
|
2012-10-30 17:42:52 -04:00 |
Rudi Grinberg
|
d482933b1a
|
notify_liquidsoap_started refactored
|
2012-10-30 17:41:53 -04:00 |
Rudi Grinberg
|
1d325949e7
|
notify_media_item_start_playing uses RequestProvider
|
2012-10-30 17:40:53 -04:00 |
Rudi Grinberg
|
3b8181062c
|
pointless refactoring of stuff that's never used
|
2012-10-30 17:35:10 -04:00 |
Rudi Grinberg
|
c7e1902aa2
|
removed unnecessary json parse
|
2012-10-30 17:18:06 -04:00 |
Rudi Grinberg
|
41839ed872
|
Fixed list_all_db_files to use RequestProvider
|
2012-10-30 17:17:02 -04:00 |
Rudi Grinberg
|
de72067e90
|
Fixed typo calling get_files_without_replay_gain
|
2012-10-30 17:02:33 -04:00 |
Rudi Grinberg
|
722a3e6e5d
|
Fixed register_component to use RequestProvider
|
2012-10-30 16:50:38 -04:00 |
Rudi Grinberg
|
81074f9c44
|
changed notify_source_status to use RequestProvider
|
2012-10-30 16:42:00 -04:00 |
Rudi Grinberg
|
f8b5f1dce6
|
update_file_system_mount is removed because it's not used
|
2012-10-30 16:31:14 -04:00 |
Rudi Grinberg
|
81bfbe9e7e
|
get_boostrap_info and get_files_without_replay_gain_value use RequestProvider
|
2012-10-30 16:29:37 -04:00 |
Rudi Grinberg
|
830a8b6fa5
|
removed watched_dir_missing
|
2012-10-30 16:24:20 -04:00 |
Rudi Grinberg
|
671d784204
|
Changed set_storage_dir to use RequestProvider
|
2012-10-30 16:23:35 -04:00 |
Rudi Grinberg
|
efc15e4d88
|
Changed remove_watched_dir to use RequestProvider
|
2012-10-30 16:22:34 -04:00 |
Rudi Grinberg
|
08242336a0
|
Changed list_all_watched_dirs and add_watched_dirs to use RequestProvider
|
2012-10-30 16:21:18 -04:00 |
Rudi Grinberg
|
4b526fe454
|
Fixed bug where post data is None
|
2012-10-30 16:16:02 -04:00 |
Rudi Grinberg
|
959cb11bec
|
Removed old code in send_media_monitor_requests
|
2012-10-30 16:11:08 -04:00 |
Rudi Grinberg
|
5a8f51fc26
|
Fixed urlencode in ApiRequest
|
2012-10-30 16:08:52 -04:00 |
Rudi Grinberg
|
83f5c9a3ce
|
Fixed typo
|
2012-10-30 16:03:33 -04:00 |
Rudi Grinberg
|
013346056e
|
Changed send_media_monitor_requests to use RequestProvider
|
2012-10-30 15:48:24 -04:00 |
Rudi Grinberg
|
845db6a3cc
|
Added TODO
|
2012-10-30 15:45:41 -04:00 |
Rudi Grinberg
|
24dce45a06
|
Added support for post data and updated test
|
2012-10-30 15:45:10 -04:00 |
Rudi Grinberg
|
b751482183
|
Formatting
|
2012-10-30 15:36:39 -04:00 |
Rudi Grinberg
|
59c55ae27f
|
Updated api client to do automatic json parsing. Updated tests to reflect that as well
|
2012-10-30 15:19:51 -04:00 |
James
|
3e60ac4393
|
remove \r line endings
|
2012-10-30 13:23:09 -04:00 |
Rudi Grinberg
|
232bbd2bb7
|
Added tests for the requestprovider class
|
2012-10-30 00:29:52 -04:00 |
Rudi Grinberg
|
a6417439af
|
Fixed a few simple bugs
|
2012-10-30 00:29:35 -04:00 |
Rudi Grinberg
|
a71bebc35b
|
Fixed typo in RequestProvider definition
|
2012-10-29 23:38:33 -04:00 |
Rudi Grinberg
|
a33a1e6e2a
|
Added more testing for ApiRequest using mocks
|
2012-10-29 23:34:26 -04:00 |
Rudi Grinberg
|
ccb4925779
|
Added tests for ApiRequest
|
2012-10-29 22:44:45 -04:00 |
Rudi Grinberg
|
593542b5ed
|
Fixed ApiRequest typo (def -> class)
|
2012-10-29 22:44:29 -04:00 |
Rudi Grinberg
|
fb59e78fda
|
Added tests for ApcUrl class
|
2012-10-29 22:19:35 -04:00 |
Rudi Grinberg
|
5ab3ba221d
|
Fixed bug in params method returning after first iteration in loop
|
2012-10-29 22:19:16 -04:00 |
Rudi Grinberg
|
5a1f405993
|
formatting
|
2012-10-29 19:53:06 -04:00 |
Rudi Grinberg
|
c9ce288a65
|
Beginning of api client refactor
|
2012-10-29 19:01:48 -04:00 |
Rudi Grinberg
|
b5bad594bf
|
Wrapping + initial ApiClient
|
2012-10-29 17:46:47 -04:00 |
Rudi Grinberg
|
0b71c913a9
|
Added TODO and removed line of code that assigned to unused variables
|
2012-10-29 17:25:53 -04:00 |
Rudi Grinberg
|
0d78a825e0
|
Formatting
|
2012-10-29 17:20:56 -04:00 |
Martin Konecny
|
5f0fd0ef09
|
Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x
|
2012-10-29 16:29:20 -04:00 |
Martin Konecny
|
e40d49219b
|
add missing gstreamer.liq file
|
2012-10-29 16:29:10 -04:00 |
Rudi Grinberg
|
2556f3ba30
|
added error handling on the caller of replaygain instead of in api client
|
2012-10-29 14:57:43 -04:00 |
Rudi Grinberg
|
18d8e24a56
|
Formatting
|
2012-10-29 14:40:24 -04:00 |
Rudi Grinberg
|
a3be821f3f
|
Added Url class for making Api Client requests
|
2012-10-29 12:30:53 -04:00 |
Rudi Grinberg
|
dc00528cd5
|
Merged baseUrl related conflicts
|
2012-10-29 11:56:20 -04:00 |
Rudi Grinberg
|
bf5bc3a116
|
Changed APC to new-style classes
|
2012-10-29 11:43:39 -04:00 |
Rudi Grinberg
|
3cec987d10
|
Added todo
|
2012-10-29 11:42:24 -04:00 |
Rudi Grinberg
|
31a7b8f943
|
Removed usesless try catch from send_media_monitor_requests.
|
2012-10-29 11:40:41 -04:00 |
Rudi Grinberg
|
3b51c93766
|
Refactored pyponotify. Removed code duplication and made runner reusable by other scripts.
|
2012-10-29 11:25:05 -04:00 |
Martin Konecny
|
5ab183e01e
|
Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x
|
2012-10-26 18:23:36 -04:00 |
Rudi Grinberg
|
0a396378e5
|
cc-4635: Fix
|
2012-10-26 17:15:28 -04:00 |
Rudi Grinberg
|
c4f0491ff6
|
cc-4635: Fix
|
2012-10-26 17:04:42 -04:00 |
Rudi Grinberg
|
72928bb5e6
|
cc-4635: Fix
|
2012-10-26 16:59:32 -04:00 |
Rudi Grinberg
|
e10f81aec8
|
cc-4635: Fix
|
2012-10-26 16:48:03 -04:00 |
Rudi Grinberg
|
7cd8541696
|
cc-4635: Fix
|
2012-10-26 16:41:29 -04:00 |
Rudi Grinberg
|
7c48683492
|
cc-4635: Fix
|
2012-10-26 16:02:32 -04:00 |
Rudi Grinberg
|
b8a5c6ce95
|
cc-4634: Fixed
|
2012-10-26 15:44:58 -04:00 |
Rudi Grinberg
|
0135fbe9dd
|
Fixed code formatting
|
2012-10-26 13:10:09 -04:00 |
Rudi Grinberg
|
10a6a4d541
|
formatted docstrings. fixed decorator with functools
|
2012-10-26 13:10:09 -04:00 |
Rudi Grinberg
|
2e54fd64d3
|
Formatted more docstrings
|
2012-10-26 13:10:09 -04:00 |
Rudi Grinberg
|
0f1e843017
|
Formatted docstring
|
2012-10-26 13:10:09 -04:00 |
Rudi Grinberg
|
b2650b9a21
|
Added comment
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
41b1b357eb
|
formatted more docstrings
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
cccbfa2c34
|
Formatted docstrings
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
5ed86e2666
|
added docstring for wave duration
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
958b489fca
|
formatted comments and removed unused function
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
a0f83c4db0
|
removed big unused method
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
a42210e321
|
added comment for destructor
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
fb28c3a6c5
|
Formatting
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
212e3bd30e
|
created a module for requests (refactorings)
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
0422127689
|
Added unit tests for requestsync
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
38cbd7d7e4
|
added emf unit tests
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
a6ab91333f
|
formatting
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
289d5575ec
|
Cleaned the shit out of RequestSync. Removed old comments and useless code
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
86b262ed8f
|
uncoupled threading from making a request
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
f718070d3c
|
Uncoupled the api_client instance from the RequestSync object
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
9169893e4d
|
Alignment of method definitions
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
29c96d2efe
|
Removed md5 related test
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
1359bb402e
|
Removed useless comment
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
54e6bec16a
|
Reshuffled/removed some unit tests to get rid of omf
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
f81f671292
|
Removed unused method
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
66b5bf304f
|
changed test strings
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
6a8d902a61
|
Removed omf
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
9a1948707c
|
Removed duplicate code
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
0638d21473
|
Refactored code
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
7255241e6c
|
Removed old commented code
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
5a593112b3
|
Use emf instead of omf
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
ff8969efb9
|
Improved handling for paths and added tests for it
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
cefc5c99d9
|
Added special handling for title in emf
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
d00c74fdbe
|
Renamed test
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
482e2475ca
|
cleaned up test
|
2012-10-26 13:10:08 -04:00 |
Rudi Grinberg
|
7db61cc4b4
|
fixed tests
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
591d2d741f
|
Added original path element in metadata
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
027153b882
|
Fixed emf handling of bad definitions
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
09a8dfefc1
|
Fixed metadata definitions in emf
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
4242ed38be
|
Added more testing for emf
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
445ec23b8e
|
Added utility method for reading mutagen info through emf.
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
a2792b01ac
|
Got rid of emf bug where a list of 0 elements might be accessed.
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
4bbc1fa95b
|
Added comparison for emf and non emf metadata values.
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
31b2a29392
|
Added docstirng for __slice_deps
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
55567d1de0
|
Aded diff_dict function to help locate differences between emf and old metadata parsing.
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
b7b11feae0
|
emf improvements
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
10c4a71866
|
Added default translator for mdata elements that don't specify it
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
a88b7255ff
|
removed automatic loading of emf definitions
|
2012-10-26 13:10:07 -04:00 |
Rudi Grinberg
|
cad6a7e7b0
|
added perliminary stuff for emf
|
2012-10-26 13:10:07 -04:00 |
Martin Konecny
|
e285bcfba1
|
update liquidsoap library scripts
-git commit hash f776e7f4c5d3729cbcf863381f3cadd96c578a5b
|
2012-10-26 12:54:10 -04:00 |
Martin Konecny
|
6500c3312d
|
Merge branch '2.2.x'
Conflicts:
install_minimal/airtime-install
python_apps/media-monitor/airtimefilemonitor/airtimemetadata.py
|
2012-10-26 00:31:12 -04:00 |
Rudi Grinberg
|
3dd5b2869d
|
Added lsof to check if file is locked
|
2012-10-25 18:38:15 -04:00 |
Rudi Grinberg
|
5b051aae32
|
changed throttling
|
2012-10-25 17:20:02 -04:00 |
Rudi Grinberg
|
b89862f304
|
tweaked throttling
|
2012-10-25 16:34:00 -04:00 |
Rudi Grinberg
|
9811c67019
|
more throttling
|
2012-10-25 16:10:33 -04:00 |
Rudi Grinberg
|
f21c26677b
|
added throttling
|
2012-10-25 16:04:12 -04:00 |
Martin Konecny
|
795ffbbf63
|
CC-2236: Overbooked shows do not respect default fade time
-move map_metadata after crossfade function
|
2012-10-22 16:36:57 -04:00 |
Martin Konecny
|
780a05c2aa
|
CC-2236: Overbooked shows do not respect default fade time
-once a release we manage to break fades :) fixed.
|
2012-10-22 16:23:33 -04:00 |
Rudi Grinberg
|
d9932dc542
|
Removed gevent
|
2012-10-22 15:05:38 -04:00 |
Rudi Grinberg
|
32ce685e0e
|
gevent ain't working so it's cut
|
2012-10-22 12:52:47 -04:00 |
Rudi Grinberg
|
75ba2d8e90
|
Added gevent magic.
|
2012-10-22 12:14:36 -04:00 |
Martin Konecny
|
b59d71aa4f
|
Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x
|
2012-10-19 16:49:11 -04:00 |
Martin Konecny
|
ef78cefcd9
|
CC-4487: Webstream could not be heard unless you restart playout as well
-cleanup of unused variables
|
2012-10-19 16:49:01 -04:00 |
James
|
2bab46a12e
|
Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x
|
2012-10-19 16:40:49 -04:00 |
James
|
58535bef88
|
CC-4580: No contents in rebroadcast show
- fixed
|
2012-10-19 16:40:32 -04:00 |
Martin Konecny
|
bd5fef0bcd
|
CC-4487: Webstream could not be heard unless you restart playout as well
-fixed
|
2012-10-19 16:29:31 -04:00 |
Martin Konecny
|
9dfee6aa68
|
CC-4564: Webstream: Book same webstream twice in Scheduler, the 2nd one doesn't get played
-fixed
|
2012-10-19 15:39:45 -04:00 |
Martin Konecny
|
1d4b905572
|
CC-4564: Webstream Book same webstream twice in Scheduler, the 2nd one doesn't get played
-small syntax error in last commit
|
2012-10-19 15:18:48 -04:00 |
Martin Konecny
|
77b430ce01
|
CC-4564: Webstream Book same webstream twice in Scheduler, the 2nd one doesn't get played
-fixed
|
2012-10-19 15:14:52 -04:00 |
denise
|
7d8079f770
|
Merge branch '2.2.x' into devel
Conflicts:
airtime_mvc/application/controllers/ShowbuilderController.php
airtime_mvc/public/js/airtime/audiopreview/preview_jplayer.js
airtime_mvc/public/js/airtime/common/common.js
|
2012-10-19 12:50:36 -04:00 |
denise
|
d32495d100
|
CC-2184: Hardcoded CSS path should be relative path instead
|
2012-10-19 11:09:34 -04:00 |
Rudi Grinberg
|
893f9509fa
|
cc-4556: fixed
|
2012-10-16 18:35:56 -04:00 |
Rudi Grinberg
|
df54a75d5d
|
Merge branch '2.2.x' of dev.sourcefabric.org:airtime into 2.2.x
|
2012-10-16 12:20:13 -04:00 |
Martin Konecny
|
a929561088
|
CC-4565: Pypopush: Error happens when trying to insert a song right behind a Webstream as well as that Webstream is just finished
-make sure we don't return a negative when calculating interval
seconds
|
2012-10-16 11:59:37 -04:00 |
Rudi Grinberg
|
b4cf857ce5
|
remove cluttering comments
|
2012-10-09 12:09:44 -04:00 |
Rudi Grinberg
|
286e62ffdd
|
typo in comment
|
2012-10-09 12:09:22 -04:00 |
Rudi Grinberg
|
a91c166332
|
Fixed failing unit tests
|
2012-10-09 12:08:49 -04:00 |
Rudi Grinberg
|
b41c03902e
|
cc-4518: fixed
|
2012-10-02 14:43:17 -04:00 |
Rudi Grinberg
|
4d9fbaf216
|
Formatted code better and added TODO
|
2012-10-02 13:30:37 -04:00 |
Rudi Grinberg
|
30c95f3e9d
|
Removed duplication of truncate_to_length routine
|
2012-10-02 13:30:02 -04:00 |
Rudi Grinberg
|
396e857035
|
removed profanity
|
2012-10-02 10:59:54 -04:00 |
Rudi Grinberg
|
d72a8e9686
|
Cleaned up interval handling in ManagerTimeout and left a TODO pointing at further work
|
2012-10-02 10:34:15 -04:00 |
Rudi Grinberg
|
f7daf4e737
|
Added docstring
|
2012-10-02 10:32:10 -04:00 |
Rudi Grinberg
|
672102da6f
|
Cleaned up logging
|
2012-10-02 10:30:18 -04:00 |
Rudi Grinberg
|
48f3b18acd
|
removed wrong comments
|
2012-10-02 10:25:51 -04:00 |
Rudi Grinberg
|
b8d15d9d6b
|
Removed more unused code
|
2012-10-02 10:24:19 -04:00 |
Rudi Grinberg
|
23635f00f7
|
removed bad metadata handling
|
2012-10-01 11:32:42 -04:00 |
Rudi Grinberg
|
4aae1153b9
|
Added todo to remove methods later
|
2012-10-01 10:48:32 -04:00 |
Rudi Grinberg
|
ad2be45ff6
|
removed dead code
|
2012-10-01 09:45:47 -04:00 |
Rudi Grinberg
|
e6c7b114e5
|
Removed unused set of unittests
|
2012-09-20 12:50:35 -04:00 |
Rudi Grinberg
|
b920b63787
|
removed unneeded file
|
2012-09-20 12:38:14 -04:00 |
Rudi Grinberg
|
9f24b72d0e
|
Added some emf elements
|
2012-09-19 15:44:16 -04:00 |