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 |
Martin Konecny
|
481616a0d6
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-28 17:22:57 -04:00 |
Rudi Grinberg
|
0517e674bd
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-28 16:22:51 -04:00 |
Martin Konecny
|
67d79b97e4
|
CC-4114: separate Liquidsoap into its own init.d script
-changed my mind - don't restart liquidsoap if pypo restarts
|
2012-08-28 15:32:25 -04:00 |
Martin Konecny
|
8d81ecf3ad
|
CC-4114: separate Liquidsoap into its own init.d script
if liquidsoap restarts, automatically notify pypo
|
2012-08-28 15:14:57 -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
|
03015ac89c
|
cc-4305: removed unnecessary temporary variable
|
2012-08-28 11:11:01 -04:00 |
Rudi Grinberg
|
7a926edd8f
|
cc-4305: renamed time variable not to interefere with time module
|
2012-08-28 11:07:32 -04:00 |
Rudi Grinberg
|
52b2423596
|
cc-4305: documented set_metadata_and_save
|
2012-08-28 10:54:55 -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
|
73e52adee1
|
Upgraded version number to 2.2.0
|
2012-08-22 10:39:26 -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 |
Martin Konecny
|
15eae0698b
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-21 16:55:17 -04:00 |
Rudi Grinberg
|
3871540e62
|
big code reformatting in pypo
|
2012-08-21 16:39:37 -04:00 |
Rudi Grinberg
|
64a36ea21a
|
cc-4240: fixed
|
2012-08-21 16:33:37 -04:00 |
Rudi Grinberg
|
8a0774d298
|
cc-4240: Added more tracebacks
|
2012-08-21 15:56:08 -04:00 |
Rudi Grinberg
|
36c3bf5763
|
cc-4240: added recorder stacktrace print
|
2012-08-21 15:12:45 -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
|
e15d345b4f
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-21 12:50:42 -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 |
Martin Konecny
|
20cfd01f80
|
CC-1665: Scheduled stream rebroadcasting and recording
-ls_script cleanup
|
2012-08-21 12:20:15 -04:00 |
Martin Konecny
|
656e5eb429
|
Merge branch '2.1.x' into devel
Conflicts:
python_apps/pypo/install/pypo-initialize.py
|
2012-08-21 12:07:21 -04:00 |
Martin Konecny
|
2a497bf941
|
remove symlink, not actual binary
|
2012-08-21 12:06:07 -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
|
bb1e67a83c
|
small refactoring of to os.path.join instead of manual path concatenation.
|
2012-08-21 10:46:48 -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 |
Martin Konecny
|
4f7c8bf0db
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-20 16:54:10 -04:00 |
Martin Konecny
|
a874e9fff7
|
CC-4114: use liquidsoap shutdown() command to restart liquidsoap
-tying up loose ends
|
2012-08-20 16:54:01 -04:00 |
Rudi Grinberg
|
a993691c6a
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-20 16:23:15 -04:00 |
Rudi Grinberg
|
48ae4a578f
|
cc-4227
Added comments. Removed bad/old upgrade code.
|
2012-08-20 16:15:14 -04:00 |
James
|
1c9e290982
|
CC-4218: Live resource: Cannot connect live resource.
- fixed
|
2012-08-20 16:03:29 -04:00 |
Rudi Grinberg
|
51fc87c638
|
cc-4227: removed unnecessary code
|
2012-08-20 15:02:39 -04:00 |
Martin Konecny
|
5315d1efd0
|
CC-4114: use liquidsoap shutdown() command to restart liquidsoap
-fixed syntax error
|
2012-08-20 14:52:35 -04:00 |
Martin Konecny
|
4ad3927554
|
CC-4114: use liquidsoap shutdown() command to restart liquidsoap
-shutdown liquidsoap on install
|
2012-08-20 14:41:34 -04:00 |
Martin Konecny
|
0dd3dd506e
|
add logging in scripts so we know which telnet command is issued
|
2012-08-20 14:40:46 -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 |
Martin Konecny
|
79ea05bc1b
|
CC-4114: use liquidsoap shutdown() command to restart liquidsoap
-more fixes
|
2012-08-20 12:11:03 -04:00 |
Rudi Grinberg
|
b4c014dbcc
|
cc-4227: changed upgrade method. added test stubs for it
|
2012-08-20 11:19:57 -04:00 |
Martin Konecny
|
9f903833d7
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-20 10:55:13 -04:00 |
Martin Konecny
|
72de78bcd1
|
CC-4114: use liquidsoap shutdown() command to restart liquidsoap
-changed to use init.d script to restart.
|
2012-08-19 00:41:25 -04:00 |
Martin Konecny
|
1dd1ba4420
|
CC-4114: use liquidsoap shutdown() command to restart liquidsoap
-moved liquidsoap into its own init.d script. Still need to do some testing.
|
2012-08-18 22:02:15 -04:00 |
Martin Konecny
|
a6d10d8378
|
CC-1665: Scheduled stream rebroadcasting and recording
-fix syntax error
|
2012-08-18 21:48: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 |
Martin Konecny
|
b3ef67e617
|
CC-1665: Scheduled stream rebroadcasting and recording
-info about current pre-buffering webstream should be persistent...
|
2012-08-17 17:10:42 -04:00 |
Martin Konecny
|
84b616cd28
|
CC-1665: Scheduled stream rebroadcasting and recording
-reduce liquidsoap CPU percentage from 20 -> 17%.
|
2012-08-17 16:32:26 -04:00 |
Martin Konecny
|
d8c48a53fe
|
CC-1665: Scheduled stream rebroadcasting and recording
-take care of situation where stream metadata has apostrophe in it.
|
2012-08-17 16:12:37 -04:00 |
Martin Konecny
|
86c0b7db37
|
CC-1665: Scheduled stream rebroadcasting and recording
-fix syntax error
|
2012-08-17 15:55:28 -04:00 |
Martin Konecny
|
99a3f6ba0c
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-17 15:41:53 -04:00 |
Martin Konecny
|
e2425dd22f
|
EOL vim fixes
|
2012-08-17 15:38:40 -04:00 |
Martin Konecny
|
a08b31dd39
|
CC-1665: Scheduled stream rebroadcasting and recording
-ability to schedule streams without a 5 second pre-buffer
|
2012-08-17 15:38:24 -04:00 |
Rudi Grinberg
|
ecd7fe7576
|
cc-4232: fix this issue
|
2012-08-17 15:36:33 -04:00 |
Rudi Grinberg
|
efa4b12e3a
|
cc-4232: fixed typo in doctest
|
2012-08-17 15:18:40 -04:00 |
Rudi Grinberg
|
1c865fc3f1
|
cc-4232: fixed some tests
|
2012-08-17 15:08:30 -04:00 |
Rudi Grinberg
|
9b7d7abee3
|
cc-4237: removed fat depenendancies
|
2012-08-17 12:57:42 -04:00 |
Rudi Grinberg
|
418e894d26
|
MM2: added requirements file to generate pybundle
|
2012-08-17 12:48:49 -04:00 |
Rudi Grinberg
|
5b134d0055
|
cc-4228: fixed this ticket by stomping out bugs in eventcontractor and tweaking ApiController
|
2012-08-17 12:37:58 -04:00 |
Rudi Grinberg
|
10a7eae498
|
cc-4228: formatting
|
2012-08-17 12:37:58 -04:00 |
Rudi Grinberg
|
4a10fb2ecf
|
cc-4228: added tests for m.m.eventcontractor
|
2012-08-17 12:37:58 -04:00 |
Rudi Grinberg
|
04836695e7
|
cc-4228: comment explaining why we aren't doing something that would normally make sense
|
2012-08-17 12:37:58 -04:00 |
Rudi Grinberg
|
2ec3e9f72f
|
cc-4228: removed two subtle bugs where hooks were added wrong and packing and hooking was called in wrong order
|
2012-08-17 12:37:58 -04:00 |
Martin Konecny
|
831a1b1923
|
CC-4242: MP3 streams have the artist name duplicated
-fixed
|
2012-08-16 23:51:11 -04:00 |
Martin Konecny
|
704a8d0805
|
CC-1665: Scheduled stream rebroadcasting and recording
-make sure any buffers are cleared out from stream when queue is playing and vice-versa
|
2012-08-16 23:50:32 -04:00 |
Martin Konecny
|
50b7597e28
|
CC-4242: MP3 streams have the artist name duplicated
-fixed
|
2012-08-16 23:49:37 -04:00 |
Rudi Grinberg
|
7ceb9bd84a
|
MM2: removed distracting logging
|
2012-08-16 17:32:54 -04:00 |
Rudi Grinberg
|
33f38190e9
|
MM2: removed bad comments and possible bug
|
2012-08-16 17:27:43 -04:00 |
Rudi Grinberg
|
062e7bbe8b
|
MM2: added listener test
|
2012-08-16 15:25:57 -04:00 |
Rudi Grinberg
|
974858c8f5
|
MM2: fixed bug where index file wans't being created
|
2012-08-16 14:34:40 -04:00 |
Rudi Grinberg
|
25b5ad43a1
|
cc-4235: added todo to fix this shit
|
2012-08-16 13:01:39 -04:00 |
Rudi Grinberg
|
699f9b16c0
|
cc-4235: workaround for this terrible bug
|
2012-08-16 12:06:10 -04:00 |
Rudi Grinberg
|
d50c4ded6b
|
cc-4235: added debugging statements
|
2012-08-16 11:23:01 -04:00 |
Rudi Grinberg
|
ecbde40979
|
fixed failing unit test
|
2012-08-16 10:42:28 -04:00 |
Rudi Grinberg
|
050ffa20f9
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-16 10:27:15 -04:00 |
Rudi Grinberg
|
a87a790ce6
|
cc-4235: removed some magic to find bug
|
2012-08-16 10:26:57 -04:00 |
Martin Konecny
|
45a4c8d896
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-15 18:31:07 -04:00 |
Martin Konecny
|
5c1c836f11
|
CC-1665: Scheduled stream rebroadcasting and recording
-pre buffer streams part 3
-finished
|
2012-08-15 18:30:12 -04:00 |
Martin Konecny
|
4ee0c368ac
|
CC-1665: Scheduled stream rebroadcasting and recording
-pre buffer streams part 2
|
2012-08-15 17:03:14 -04:00 |
Martin Konecny
|
1e57c12ce7
|
CC-1665: Scheduled stream rebroadcasting and recording
-pre buffer streams part 1
|
2012-08-15 16:43:01 -04:00 |
Rudi Grinberg
|
8f114689ae
|
cc-4232: removed wrong comments
|
2012-08-15 16:30:33 -04:00 |
Rudi Grinberg
|
4e0b4c210e
|
cc-4232: added some comments and doctests
|
2012-08-15 15:56:24 -04:00 |
Rudi Grinberg
|
c58e2e7ff9
|
Revert "Revert "cc-4232: changed bit formatter to give empty string when bitrate is set to 0""
This reverts commit 340e5deb51c11c2dd3445cc1483b21c533d5bdef.
|
2012-08-15 15:56:24 -04:00 |
Rudi Grinberg
|
a2dfcd6bc2
|
Revert "cc-4232: changed bit formatter to give empty string when bitrate is set to 0"
This reverts commit 4e25a5ff442258c13f366a4557ca22181cdfac02.
|
2012-08-15 15:56:24 -04:00 |
Rudi Grinberg
|
7fe45a5bbc
|
cc-4232: changed bit formatter to give empty string when bitrate is set to 0
|
2012-08-15 15:56:24 -04:00 |
Rudi Grinberg
|
70747d380c
|
cc-4230: fixed bug in no_extension_basename function
|
2012-08-15 15:55:33 -04:00 |
Martin Konecny
|
d773dcd112
|
CC-1665: Scheduled stream rebroadcasting and recording
-send stream name back to Airtime: [("url","http://idobiradio.com/"), ("title","Good Charlotte - Like It's Her Birthday")]
|
2012-08-15 15:12:44 -04:00 |
Rudi Grinberg
|
71b62608e5
|
cc-4226: fixed empty fields to be shown as empty strings instead of placeholder unknown. updated tests
|
2012-08-15 12:03:16 -04:00 |
Rudi Grinberg
|
e9114b3468
|
cc-4105: added docstrings, formatted code
|
2012-08-15 11:22:44 -04:00 |
Rudi Grinberg
|
1f422a9609
|
cc-4105: removed obsolete comments and duplicate code
|
2012-08-15 11:14:15 -04:00 |
Rudi Grinberg
|
e570e4de90
|
cc-4105: possibly fixed bug with __unregister removing keys that aren't there
|
2012-08-15 11:01:06 -04:00 |
Rudi Grinberg
|
5df5238eb3
|
cc-4105: removed some extensions, not well suported yet
|
2012-08-15 10:57:44 -04:00 |
Rudi Grinberg
|
0573237b7e
|
cc-4105: fixd for parsing metadata title
|
2012-08-14 17:46:20 -04:00 |
Rudi Grinberg
|
96b57d688a
|
cc-4105: code formatting improvements
|
2012-08-14 17:17:18 -04:00 |
Rudi Grinberg
|
d51687ed6a
|
cc-4105: no longer ignoring flac and other formats
|
2012-08-14 17:14:27 -04:00 |
Rudi Grinberg
|
f11d4e43ef
|
cc-4105: improved index file creation method to use 'with' statement
|
2012-08-14 17:12:15 -04:00 |
Rudi Grinberg
|
57a32a0da2
|
cc-4105: removed bad comments
|
2012-08-14 16:25:24 -04:00 |
Rudi Grinberg
|
9880a8732f
|
cc-4105: fixed bug: return statement missing
|
2012-08-14 15:45:40 -04:00 |
Rudi Grinberg
|
d3e6c57372
|
cc-4105: cleaned up pure.py
|
2012-08-14 15:40:10 -04:00 |
Rudi Grinberg
|
26afdd8851
|
cc-4105: removed unused method
|
2012-08-14 15:35:13 -04:00 |
Rudi Grinberg
|
0b872afe59
|
cc-4105: added docstrings and fixed code formatting
|
2012-08-14 15:33:32 -04:00 |
Rudi Grinberg
|
a73d0940bd
|
cc-4105: more code duplication removed
|
2012-08-14 15:24:57 -04:00 |
Rudi Grinberg
|
95d33b9248
|
cc-4105: removed code duplication
|
2012-08-14 15:21:46 -04:00 |
Rudi Grinberg
|
1921ee6d59
|
cc-4105: changed DeleteFile+NewFile into a ModifyFile event in bootstrapping
|
2012-08-14 15:11:46 -04:00 |
Rudi Grinberg
|
c2b65b187c
|
cc-4105: code cleanup
|
2012-08-14 15:07:56 -04:00 |
Rudi Grinberg
|
a3b71d7ae3
|
added __init__ to root dir of mm2
|
2012-08-14 14:50:44 -04:00 |
Rudi Grinberg
|
d1bc4fd097
|
cc-4105: code formatting
|
2012-08-14 14:50:43 -04:00 |
Rudi Grinberg
|
a2333309a7
|
cc-4105: removed unused code. refactored logging a bit
|
2012-08-14 14:50:43 -04:00 |
Rudi Grinberg
|
b22b9b9aa3
|
cc-4105: updated config and installation scripts
|
2012-08-14 14:50:43 -04:00 |
Rudi Grinberg
|
843dd664e3
|
cc-4105: added another bug related to event contracting
|
2012-08-14 14:50:43 -04:00 |
Rudi Grinberg
|
542f78d2df
|
cc-4105: updated old media monitor install
|
2012-08-14 14:50:43 -04:00 |
Rudi Grinberg
|
4b6350dc2e
|
cc-4105: added some changes to ease installation
|
2012-08-14 14:50:43 -04:00 |
Rudi Grinberg
|
ff38a5f719
|
cc-4105: major reformatting of imports
|
2012-08-14 14:50:43 -04:00 |
Rudi Grinberg
|
3af6036d9e
|
cc-4105: major code reformatting effort
|
2012-08-14 14:50:43 -04:00 |
Rudi Grinberg
|
5d33ca7c6f
|
cc-4105: a whole bunch of docstrings were added
|
2012-08-14 14:50:43 -04:00 |
Rudi Grinberg
|
6238424113
|
cc-4105: added docs. removed unused method
|
2012-08-14 14:50:43 -04:00 |
Rudi Grinberg
|
12a5edfd5c
|
cc-4105: added a bunch of docstrings
|
2012-08-14 14:50:42 -04:00 |
Rudi Grinberg
|
e4a756075a
|
cc-4105: removed workarond for old bug. bug was: events not being removed from contractor
|
2012-08-14 14:50:42 -04:00 |