Commit Graph

244 Commits

Author SHA1 Message Date
Rudi Grinberg 2536c28a01 MM2: more robust handling of bit rate 2012-08-28 17:51:48 -04:00
Rudi Grinberg 416bb5fb2b MM2: added some docstrings to Manager.py 2012-08-28 17:39:25 -04:00
Rudi Grinberg 21bad35c39 cc-4309: possible fix 2012-08-28 17:32:48 -04:00
Rudi Grinberg ee54ef2b81 mm2: checking for null value 2012-08-28 17:26:33 -04:00
Rudi Grinberg e21c9788da MM2: cosmetic changes 2012-08-28 11:59:32 -04:00
Rudi Grinberg a276e1c2c6 cc-4305: Fixed bug + added test. 2012-08-28 11:54:35 -04:00
Rudi Grinberg 8a490c3aa4 cc-4305: removed extra commas that don't do anything 2012-08-28 10:52:20 -04:00
Rudi Grinberg 7d29379b07 cc-3936: Dirty hack to fix issue. We are using pydispatch to add new watch directories and giving the mm.manager another responsiblity
it should not have.
2012-08-27 16:50:22 -04:00
Rudi Grinberg be602c3318 cc-3936: Bug fixed where mm2. was using wrong method to launch. 2012-08-27 16:50:22 -04:00
Rudi Grinberg d5ccf183a0 cc-4269: added coalesce_events option like in mm1 2012-08-27 16:50:22 -04:00
Rudi Grinberg ed6489cd8d MM2: added assertion for eventcontractor 2012-08-27 15:41:33 -04:00
Rudi Grinberg 589477c8fe documented some shitty parts of the code 2012-08-27 15:00:11 -04:00
Rudi Grinberg c14af747b0 cc-3936: Fixed bug where wrong path was being used to identify a file's ownership. 2012-08-27 12:28:44 -04:00
Rudi Grinberg 87225d322e cc-3936: Fixed assertion. 2012-08-27 12:28:16 -04:00
Rudi Grinberg 92edaba55c cc-3936: Added test for get_owner function of the owner module. 2012-08-27 12:08:36 -04:00
Rudi Grinberg 97bb041ba3 cc-3936: Added assertion for organizer to only handle correct events. 2012-08-27 12:08:21 -04:00
Rudi Grinberg 7270893b4d cc-3936: Clarified comments regarding event hooks and file ownership. 2012-08-27 12:07:54 -04:00
Rudi Grinberg 687a6d3c5a cc-3936: removed intrusive logging 2012-08-27 11:49:36 -04:00
Rudi Grinberg ba61d4f4fb cc-3936: Fixed bug caught by unit tests. 2012-08-27 11:26:48 -04:00
Rudi Grinberg fd98b8c8b6 cc-3936: Documented 2 classes and 1 method. 2012-08-27 11:21:39 -04:00
Rudi Grinberg c05fd2baed cc-3936: Fixed bug where owner assignment statement was missing. 2012-08-27 11:21:20 -04:00
Rudi Grinberg d4bead4bd9 cc-3936: Added documenatation for various events. 2012-08-27 11:16:00 -04:00
Rudi Grinberg fec8f06135 cc-3936:
- added get_owner to actually get the owner of the file for event objects.
- removed possibly annoying logging.
2012-08-27 11:06:06 -04:00
Rudi Grinberg 517fa705bc cc-3936: added owner recognition to organizer. 2012-08-27 11:06:06 -04:00
Rudi Grinberg ad4cc7bdaf cc-3936: Assigned MDATA_KEY_OWNER_ID to new file events. 2012-08-27 11:06:06 -04:00
Rudi Grinberg 1654d524d1 cc-3936:
Added some tests for media.monitor.owners.
2012-08-27 11:06:06 -04:00
Rudi Grinberg 8e6bc0bede cc-3936:
Added reset owners function for safe use. Changed the return mechanics of add_file_owner.
2012-08-27 11:06:06 -04:00
Rudi Grinberg 899d76ecbb cc-3936:
Added mechanism that will assign ownership to file events in mm2
2012-08-27 11:06:06 -04:00
Rudi Grinberg 506f6afa7b cc-3936:
Added function to recognize the owner of a file if it's there.
Added corresponding tests.
2012-08-27 11:06:06 -04:00
Rudi Grinberg c7cf687e66 MM2: Imporoved some logging and error checking. 2012-08-22 17:01:39 -04:00
Rudi Grinberg d12b1645fd MM2: Fixed bug where mm would choke on songs without MDATA_KEY_CREATOR when trying to decide if they
are recorded or not.
2012-08-22 14:39:25 -04:00
Rudi Grinberg 94df848358 MM2: removed shit comments. 2012-08-22 11:42:30 -04:00
Rudi Grinberg c9afe4fa47 mm2: sexified tests 2012-08-21 17:30:05 -04:00
Rudi Grinberg e918a56aea MM2: corrected unit tests 2012-08-21 17:23:51 -04:00
Rudi Grinberg e02d927402 mm2: removed useless print statement 2012-08-21 17:17:20 -04:00
Rudi Grinberg 1090226fc3 cc-4255: registered component so that status works 2012-08-21 14:24:25 -04:00
Rudi Grinberg 12e4585410 MM2: formatted some code 2012-08-21 14:07:26 -04:00
Rudi Grinberg 8dc4bcb7d3 cc-4241: fixed this bug. and maybe 4232 too. 2012-08-21 12:50:29 -04:00
Rudi Grinberg 01060f560c cc-4241: corrected unit test. 2012-08-21 12:49:57 -04:00
Rudi Grinberg bbf5a86415 MM2: refactoring of metadata handling 2012-08-21 12:34:29 -04:00
Rudi Grinberg 142eb6b66e cc-4241:
Updated tests to test for this bug automatically.
2012-08-21 11:59:29 -04:00
Rudi Grinberg 93d21b510c MM2:
Fixed wrong use of split (misunderstanding of the maxsplit optional argument)
2012-08-20 18:01:42 -04:00
Rudi Grinberg 48ae4a578f cc-4227
Added comments. Removed bad/old upgrade code.
2012-08-20 16:15:14 -04:00
Rudi Grinberg 51fc87c638 cc-4227: removed unnecessary code 2012-08-20 15:02:39 -04:00
Rudi Grinberg 6c1e822b6a cc-4227: updated install scripts for upgrade 2012-08-20 12:32:16 -04:00
Rudi Grinberg abeef43a5b cc-4227: fixed small bugs in upgrade script and finished testing 2012-08-20 12:15:29 -04:00
Rudi Grinberg b4c014dbcc cc-4227: changed upgrade method. added test stubs for it 2012-08-20 11:19:57 -04:00
Rudi Grinberg 37aa879ed0 cc-4227: fix of bad fix regarding normalized data 2012-08-17 17:38:08 -04:00
Rudi Grinberg 364f3e777a cc-4227: added simple script to upgrade the config 2012-08-17 17:38:08 -04:00
Rudi Grinberg ecd7fe7576 cc-4232: fix this issue 2012-08-17 15:36:33 -04:00