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 |
Rudi Grinberg
|
a6f1d4b7ec
|
Completely reworked event contractor
|
2012-09-19 12:47:11 -04:00 |
Rudi Grinberg
|
be302d70c2
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-09-18 17:23:56 -04:00 |
Rudi Grinberg
|
bb00659687
|
cc-4483: Fixed raising exceptions before writing
|
2012-09-18 17:23:47 -04:00 |
Martin Konecny
|
b69f3288d3
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-09-18 17:22:22 -04:00 |
Martin Konecny
|
6420e6a830
|
remove trailing whitespace
|
2012-09-18 17:22:14 -04:00 |
Martin Konecny
|
8787a72195
|
-ensure stream metadata formatting is correct
|
2012-09-18 17:21:57 -04:00 |
Rudi Grinberg
|
083bee38fd
|
cc-4483: Fixed import
|
2012-09-18 17:14:25 -04:00 |
Rudi Grinberg
|
a20dc7dc96
|
cc-4493: Cleaned up handling of metadata specific to filetypes.
|
2012-09-18 17:09:12 -04:00 |
Rudi Grinberg
|
539cc9e11d
|
added comments
|
2012-09-18 16:10:55 -04:00 |
Martin Konecny
|
da11dc077e
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-09-18 15:27:35 -04:00 |
Martin Konecny
|
4c58c4c9a9
|
CC-4473: On Air button greys out when one out of two same Webstreams is cancelled
-fixed
|
2012-09-18 15:27:27 -04:00 |
Rudi Grinberg
|
66aee1a01b
|
Added TODO
|
2012-09-18 15:13:39 -04:00 |
Rudi Grinberg
|
81887b291a
|
cc-4129: Changed unused organization to label
|
2012-09-18 11:39:28 -04:00 |
Martin Konecny
|
c0f3395a61
|
CC-4404: restart airtime-liquidsoap will interrupt the output stream and never resume until restart playout engine
-fixed
|
2012-09-14 19:01:21 -04:00 |
Martin Konecny
|
be80eeb5fd
|
CC-4404: restart airtime-liquidsoap will interrupt the output stream and never resume until restart playout engine
-fixed
|
2012-09-14 18:20:46 -04:00 |
Rudi Grinberg
|
b61abe2474
|
Hard coded mime for wav
|
2012-09-14 16:19:34 -04:00 |
Rudi Grinberg
|
d0d9c5ecfc
|
Refactored hack
|
2012-09-14 14:39:37 -04:00 |
Rudi Grinberg
|
40bd5a0989
|
Changed xxx-owner_id.mp3 to owner_id/xxx.mp3
|
2012-09-14 14:27:04 -04:00 |
Rudi Grinberg
|
6c759ea06c
|
Fixed a few typos
|
2012-09-14 12:57:32 -04:00 |
Rudi Grinberg
|
8a0c91fd44
|
Added moronic hack to barely support multi user file storage
|
2012-09-14 12:45:45 -04:00 |
Rudi Grinberg
|
53ec408249
|
Removed code duplication
|
2012-09-14 11:48:34 -04:00 |
Rudi Grinberg
|
7a46bdc4a2
|
Removed old comments
|
2012-09-14 11:23:21 -04:00 |
Rudi Grinberg
|
240881b8b4
|
Added TODO to shank md5 in code
|
2012-09-14 11:21:53 -04:00 |
Rudi Grinberg
|
96f693687b
|
cc-4426
|
2012-09-13 17:59:13 -04:00 |
Rudi Grinberg
|
6c75a086e1
|
cc-4421: Added for wav length
|
2012-09-13 17:47:04 -04:00 |
Rudi Grinberg
|
12e27e659a
|
Extracted read_wave_duration out of code
|
2012-09-13 17:03:05 -04:00 |
Rudi Grinberg
|
7586aa37f3
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-09-13 16:28:54 -04:00 |
Rudi Grinberg
|
8e0f003309
|
Formatting
|
2012-09-13 16:28:38 -04:00 |
Rudi Grinberg
|
4349dbe4fd
|
Added special handling for wav
|
2012-09-13 16:26:31 -04:00 |
Martin Konecny
|
d534f22ce4
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-09-13 16:11:15 -04:00 |
Martin Konecny
|
da72c00f28
|
CC-4370: Transitioning between two webstreams: a hiccup in the stream is audible
-fixed
|
2012-09-13 16:10:17 -04:00 |
Rudi Grinberg
|
251e0f054a
|
Typo
|
2012-09-13 15:48:36 -04:00 |
Rudi Grinberg
|
1e76b6c751
|
Fixed typo
|
2012-09-13 15:45:30 -04:00 |
Rudi Grinberg
|
9eaa052744
|
FakeMutagen inherits from dict
|
2012-09-13 15:38:30 -04:00 |
Rudi Grinberg
|
05f4bb64b2
|
cc-4421: Created a fake mutagen object for files that mutagen does not recognize
|
2012-09-13 15:05:36 -04:00 |
Rudi Grinberg
|
8d08aa888b
|
cc-4421: Added special handling for files that mutagen returns None for.
|
2012-09-13 14:54:52 -04:00 |
Rudi Grinberg
|
a832ad61dc
|
Fixed bug where path would not be normpathed
|
2012-09-13 11:38:40 -04:00 |
Rudi Grinberg
|
e2f8d8e0e7
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-09-13 11:10:43 -04:00 |
Martin Konecny
|
50f723fa7a
|
CC-4416: Error with AAC files and Replaygain
-fixed
|
2012-09-13 11:06:44 -04:00 |
Rudi Grinberg
|
52882ef938
|
Added mp4 removed aac.
|
2012-09-13 10:35:13 -04:00 |
Rudi Grinberg
|
8e91c515f0
|
cc-4397: Fixed handling for bad metadata.
|
2012-09-12 17:26:37 -04:00 |
Rudi Grinberg
|
92532cb708
|
cc-4394: Added m4a
|
2012-09-12 14:54:11 -04:00 |
Rudi Grinberg
|
03d3dc8312
|
Added good debugging for removed_watch_directory
|
2012-09-11 17:03:49 -04:00 |
Rudi Grinberg
|
b0a7f60b10
|
Fixed typo
|
2012-09-11 16:29:45 -04:00 |
Rudi Grinberg
|
355b0ad35d
|
cc-4292: Initial fix of the MD5 issue. Now MD5's are only collected not really used for anything. Moves are handled completely
through paths.
|
2012-09-11 16:02:39 -04:00 |
Rudi Grinberg
|
458089a773
|
cc-4359: Fixed without breaking anything else. Reverted bootrsrapping to default operation except for media monitor restart which uses a
special bootstrap that respects file_exists settings.
|
2012-09-11 11:19:44 -04:00 |
Rudi Grinberg
|
7cba85ea05
|
cc-4359: Fixed without breaking other problems.
|
2012-09-10 18:27:52 -04:00 |
Rudi Grinberg
|
160b28af5d
|
Added flag for two different list_all_db_files requests.
|
2012-09-10 17:42:59 -04:00 |
Rudi Grinberg
|
0dab4fa231
|
cc-4388: Fixed.
|
2012-09-10 17:40:03 -04:00 |
Rudi Grinberg
|
3fc60c741d
|
MM2: Normalize directory paths received from airtime once and for all.
|
2012-09-10 17:39:43 -04:00 |
Rudi Grinberg
|
fdc7245a15
|
Removed translation of dashes to slashes.
|
2012-09-10 16:30:18 -04:00 |
Rudi Grinberg
|
4fe8407659
|
Adde configurable value for list_all_files
|
2012-09-10 16:29:17 -04:00 |
Rudi Grinberg
|
c4f486e539
|
MM2: More detailed logging.
|
2012-09-10 16:08:33 -04:00 |
Martin Konecny
|
e85ea5c683
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-09-10 15:35:42 -04:00 |
Martin Konecny
|
3107286799
|
CC-4370: Transitioning between two webstreams a hiccup in the stream is audible
|
2012-09-10 15:35:32 -04:00 |
Rudi Grinberg
|
259a3eb792
|
cc-4359: normpath'd music dir before passing it to manager.py to remove
watch
|
2012-09-10 14:51:29 -04:00 |
Rudi Grinberg
|
b085f9ef67
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-09-10 14:15:07 -04:00 |
Rudi Grinberg
|
8d7a3a2042
|
removed unused code
|
2012-09-10 12:46:41 -04:00 |
Martin Konecny
|
e5de4f560d
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-09-10 12:18:41 -04:00 |
Martin Konecny
|
ac8610ca06
|
CC-4385: Problem with mono streams for stream rebroadcasting
-fixed
|
2012-09-10 12:18:19 -04:00 |
Rudi Grinberg
|
a479a11c8f
|
Removed crazy handling of flac.
|
2012-09-07 18:23:14 -04:00 |
Martin Konecny
|
d20c450226
|
CC-4370: Transitioning between two webstreams a hiccup in the stream is audible
-some major refactoring before fixing this problem
|
2012-09-07 17:38:24 -04:00 |
Martin Konecny
|
989f040603
|
CC-4371: input.harbor for rebroadcasting webstreams has hardcoded password.
-fixed
|
2012-09-07 11:41:20 -04:00 |
Rudi Grinberg
|
8a5333fa7f
|
Removed supported for files that mutagen cannot read
|
2012-09-05 16:09:29 -04:00 |
Rudi Grinberg
|
0798d67b2d
|
cc-4350: Possible fix.
|
2012-09-05 16:04:59 -04:00 |
Rudi Grinberg
|
272840eb5a
|
Added logging for liquidsoap run command.
|
2012-09-05 16:04:28 -04:00 |
Rudi Grinberg
|
4fdf3c1b77
|
MM2: Removed assertion in favor of warning.
|
2012-09-05 16:04:11 -04:00 |
Rudi Grinberg
|
0538023e39
|
MM2: Removed python 2.7 style dictionary comprehnsions for backward compatibility
|
2012-09-05 15:27:23 -04:00 |
Rudi Grinberg
|
131fd2cce4
|
sexification of docstring
|
2012-09-05 11:56:31 -04:00 |
Rudi Grinberg
|
71d4462272
|
MM2: removed redundant kbps in filename
|
2012-09-05 11:15:31 -04:00 |
Rudi Grinberg
|
7d010e1e28
|
cc-4241: Changed date to time in filename for recorded shows
|
2012-09-05 11:06:33 -04:00 |
Rudi Grinberg
|
f4848a8306
|
cc-4241: Tweaked metadata handling again
|
2012-09-05 10:59:56 -04:00 |
Rudi Grinberg
|
d12833a71e
|
Pypo debugging
|
2012-09-05 10:36:32 -04:00 |
Rudi Grinberg
|
6c52a229b9
|
mm2: added back metadata handling. Added new "Enterprise Metadata
Framework"
|
2012-09-05 10:32:37 -04:00 |
Rudi Grinberg
|
ab9fbc48ae
|
MM2: Added docstrings
|
2012-09-05 10:24:10 -04:00 |
Rudi Grinberg
|
5c9d0b7db5
|
mm2: changed metadata handling
|
2012-09-05 10:20:10 -04:00 |
Rudi Grinberg
|
ed368b82c0
|
Removed unnecessary songs from media monitor.
|
2012-09-04 17:25:13 -04:00 |
Rudi Grinberg
|
b08874ad97
|
Changed pypo recordeder to output title metadata with media monitor compatible output. To avoid extra parsing.
|
2012-09-04 17:24:29 -04:00 |
Rudi Grinberg
|
cae2245936
|
MM2: Cleaned up pure.py a little
|
2012-09-04 16:52:22 -04:00 |
Rudi Grinberg
|
446d63a1d7
|
cc-4343: temporary workaround in action
|
2012-09-04 09:49:16 -04:00 |
Rudi Grinberg
|
5609530dfc
|
MM2: Removed debugging.
|
2012-09-04 09:35:44 -04:00 |
Rudi Grinberg
|
6b0b0bd4a4
|
MM2: Removed useless code.
|
2012-09-04 09:16:32 -04:00 |
Rudi Grinberg
|
970708bd23
|
MM2: Removed dead code path
|
2012-09-04 09:01:51 -04:00 |
Rudi Grinberg
|
7135fdbc3d
|
k
|
2012-09-04 09:00:11 -04:00 |
Rudi Grinberg
|
1c425eb17d
|
cc-4339: removed unnecessary file
|
2012-09-04 08:55:22 -04:00 |
Martin Konecny
|
b8d9861001
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-31 18:12:18 -04:00 |
Martin Konecny
|
fbea75e680
|
CC-4335: Timeline: Scheduling multiple webstreams, they can not be playing smoothly
-fixed
|
2012-08-31 18:12:11 -04:00 |
Rudi Grinberg
|
d54cf1c212
|
mm2: added some decent debuggin
|
2012-08-31 18:10:18 -04:00 |
Rudi Grinberg
|
69ac52973d
|
Replaygain: added better logging
|
2012-08-31 17:58:12 -04:00 |
Rudi Grinberg
|
77e1ecce7d
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-31 17:48:58 -04:00 |
Rudi Grinberg
|
74e4425ead
|
cc-4329: Fixed this by adding liquid soap playability test from mm1
|
2012-08-31 17:22:25 -04:00 |
Martin Konecny
|
886888a958
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-31 17:21:48 -04:00 |
Martin Konecny
|
3ed15d565e
|
CC-4327: Timeline: Cancel a track, the following webscream does not get played
-fixed
|
2012-08-31 17:21:24 -04:00 |
Rudi Grinberg
|
4de8d32fad
|
cc-4332: Added nicu before command invocation
|
2012-08-31 15:50:02 -04:00 |
Rudi Grinberg
|
434bcf15ab
|
cc-4329: Fixed this by adding liquid soap playability test from mm1
|
2012-08-31 14:53:45 -04:00 |
Martin Konecny
|
1aa73c7347
|
CC-4321: NowPlaying: Cancelling Webstream has no effect and results in OnAir being grayed out
-syntax error :/
|
2012-08-31 12:52:07 -04:00 |
Martin Konecny
|
61537c550e
|
CC-4321: NowPlaying: Cancelling Webstream has no effect and results in OnAir being grayed out
-fix out of bounds error
|
2012-08-31 12:49:35 -04:00 |
Martin Konecny
|
0ceb0167fe
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-31 12:18:48 -04:00 |
Martin Konecny
|
c043053407
|
CC-4321: NowPlaying: Cancelling Webstream has no effect and results in OnAir being grayed out
-fixed
|
2012-08-31 12:18:37 -04:00 |
Daniel James
|
4ffbbfa164
|
Update the text sent to the console, since binary is no longer installed here
|
2012-08-31 14:36:05 +01:00 |
Rudi Grinberg
|
9318d069be
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-30 16:50:21 -04:00 |
Rudi Grinberg
|
3571e2c691
|
cc-1710: switched bwf to wav
|
2012-08-30 16:50:10 -04:00 |
Martin Konecny
|
f9dca67376
|
CC-4322: Prevent pypo-notify from hanging if server becomes unresponsive
-up timeout to 45 sec
|
2012-08-30 15:58:05 -04:00 |
Martin Konecny
|
796885594f
|
CC-4322: Prevent pypo-notify from hanging if server becomes unresponsive
-fixed
|
2012-08-30 15:56:34 -04:00 |
Martin Konecny
|
a56af856b8
|
CC-4322: Prevent pypo-notify from hanging if server becomes unresponsive
-fixed
|
2012-08-30 15:52:47 -04:00 |
Martin Konecny
|
c201473dbd
|
CC-4311: On Air button gets greyed out few seconds after show starts
-fixed
|
2012-08-30 12:02:26 -04:00 |
Rudi Grinberg
|
27dea9cfc1
|
cc-4241: removed broken code
|
2012-08-30 11:25:58 -04:00 |
Rudi Grinberg
|
b735d9c45c
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-29 18:29:18 -04:00 |
Rudi Grinberg
|
ef7c30b55e
|
cc-4241: Partially resolved issue. Added tests.
|
2012-08-29 18:29:01 -04:00 |
Martin Konecny
|
859445c766
|
CC-3301: Add ability to switch stereo/mono stream in stream settings
-fixed
|
2012-08-29 17:39:24 -04:00 |
Martin Konecny
|
8b5f94fa9f
|
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
|
2012-08-29 11:05:14 -04:00 |
Martin Konecny
|
ec4343deb0
|
CC-4313Make sure any service can re-create its log file if the file is removed
-fixed
|
2012-08-29 11:04:56 -04:00 |