Martin Konecny
8720aabc27
CC-3857: Chmod fixes for files which should not be executable
...
-fixed
2012-05-22 11:22:43 -04:00
Martin Konecny
dc789b808d
CC-3852: Liquidsoap source.skip just skip current item in the queue instead of all the items in the queue
...
-replace queue.ignore with queue.remove
2012-05-18 18:11:51 -04:00
Martin Konecny
b2c63544a9
CC-3840: Deleting current playing item sometimes results in random next track playing
...
-possibly fixed
2012-05-17 16:30:40 -04:00
Martin Konecny
105d752ada
CC-3840: Deleting current playing item sometimes results in random next track playing
...
-possibly fixed
2012-05-16 17:12:47 -04:00
Martin Konecny
97df2ee6c7
CC-3840: Deleting current playing item sometimes results in random next track playing
...
-possibly fixed
2012-05-16 16:27:38 -04:00
Martin Konecny
b677d2985b
-remove useless to utf8 conversions
2012-05-16 15:38:26 -04:00
denise
1629f41a8d
CC-3737: ON AIR turns to grey from time to time, while the stream keeps playing
...
-fixed
2012-05-16 12:54:02 -04:00
Martin Konecny
fd70768910
fix bug with pypo crashing
2012-05-16 10:28:30 -04:00
Martin Konecny
191de74bae
CC-3811: Error found in Media Monitor and Apache's log about Media Monitor try to store recorded file
2012-05-15 17:36:33 -04:00
Martin Konecny
4fd7cd75e9
CC-3828: Pypo push crashed
...
-fixed
2012-05-15 17:35:44 -04:00
Martin Konecny
4a6a31c5a4
CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder
...
-indent error
2012-05-14 19:55:38 -04:00
Martin Konecny
cadf0acac7
CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder
...
-fix utf-8 check
2012-05-14 19:53:07 -04:00
Martin Konecny
c397a6f797
CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder
...
-move utf-8 locale check to bash
2012-05-14 19:46:53 -04:00
Martin Konecny
c1d33e9f72
CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder
...
-syntax errors
2012-05-14 19:31:50 -04:00
Martin Konecny
b79f02ab88
CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder
2012-05-14 19:19:42 -04:00
Martin Konecny
92931f662f
CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder
...
-override LC_ALL=POSIX that happens on system bootup
2012-05-14 18:35:20 -04:00
Martin Konecny
c24a8a2308
CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder
...
-override LC_ALL=POSIX that happens on system bootup
2012-05-14 17:50:08 -04:00
Martin Konecny
08c20cff10
CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder
...
-add UTF-8 header everywhere...
2012-05-14 16:09:49 -04:00
Naomi Aro
4165bf6289
CC-3812 : Recorder needs to sleep using microseconds
2012-05-11 18:50:56 +02:00
Martin Konecny
a734540e5b
CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder
...
-fixed with hack...
2012-05-10 14:36:59 -04:00
Martin Konecny
a7a3da85c3
more debug information for system encoding
2012-05-10 11:16:51 -04:00
Martin Konecny
b7285bba0d
-fix missing import
2012-05-10 11:14:44 -04:00
Martin Konecny
9bb8e2ad8e
CC-3792: Record show's file cannot be saved
...
-fixed
2012-05-10 00:12:14 -04:00
Martin Konecny
ee52d2e36e
CC-3792: Record show's file cannot be saved
...
-fixed
2012-05-09 23:24:15 -04:00
Martin Konecny
a56755ed47
CC-3789: Need to place rejected files into /problem_files directory
...
-test liquidsoap playability before organizing file
2012-05-09 22:03:58 -04:00
Martin Konecny
aeb9db95f0
CC-3794: Liquidsoap isn't in media monitor's path
2012-05-09 14:18:17 -04:00
Martin Konecny
3b2e812e51
CC-3791: Media Monitor crash when there are media files with non-ascii name in watched folder
...
-debug info
2012-05-09 12:21:53 -04:00
Martin Konecny
80861bc643
CC-3771: year column in cc_files sometimes has values greater than 2^31-1, which causes postgresql to fail when trying to convert this to a year.
...
-better way to do this...
2012-05-09 01:18:58 -04:00
Martin Konecny
0c6144a0f6
CC-3789: Need to place rejected files into /problem_files directory
...
-make test_file_playability() a class method
2012-05-09 01:02:49 -04:00
Martin Konecny
032fb4e981
CC-3789: Need to place rejected files into /problem_files directory
...
-only do this for files under /srv/airtime/stor
2012-05-09 00:06:33 -04:00
Martin Konecny
4caba5bdea
CC-3789: Need to place rejected files into /problem_files directory
...
-done
2012-05-09 00:02:02 -04:00
Martin Konecny
f769472252
CC-3788: In Media Monitor convert to UTF-8 "just" before passing to urlencode, not before that.
...
-fixed
2012-05-08 23:58:48 -04:00
Martin Konecny
7376e16077
CC-3784: Some media files can be added twice when trying to upload 200 media files
...
-should be fixed
2012-05-08 17:32:50 -04:00
Martin Konecny
ad7964899c
-better logging.
...
-Also moved "-type f" argument to end of find command so that it doesn't
need to do a "stat" on non ogg/mp3 files.
2012-05-08 14:57:16 -04:00
Martin Konecny
a895c3a354
CC-3783: Liquidsoap file verification rejects all mono files
...
-fixed
2012-05-08 14:56:13 -04:00
Martin Konecny
22c1e67d58
CC-3779: Make Airtime more resilient to Ubuntu upgrades
...
undo this change for now
2012-05-07 18:12:59 -04:00
Martin Konecny
95a130bd90
CC-3779: Make Airtime more resilient to Ubuntu upgrades
2012-05-07 16:46:53 -04:00
Martin Konecny
8de8a0be33
replace many Popen calls with more modern subprocess.call
2012-05-07 15:46:49 -04:00
Martin Konecny
ece93ac054
CC-3770: Make sure files in /srv/airtime/stor have world-readable permissions.
...
-fix silly regression
2012-05-07 14:39:54 -04:00
Martin Konecny
d997047f5e
CC-3770: Make sure files in /srv/airtime/stor have world-readable permissions.
...
-fixed
2012-05-07 14:25:49 -04:00
Martin Konecny
91d1dfbbfa
CC-3770: Make sure files in /srv/airtime/stor have world-readable permissions.
...
-fixed
2012-05-07 13:54:39 -04:00
Martin Konecny
240756f98b
CC-3767: Pypo push crashed
2012-05-04 19:50:16 -04:00
Martin Konecny
0685148c10
CC-3749: Media Monitor should not load files pypo cannot read
...
-incorrect variable name
2012-05-04 18:05:02 -04:00
Martin Konecny
b1611f5b86
CC-3749: Media Monitor should not load files pypo cannot read
...
-incorrect variable name
2012-05-04 18:01:49 -04:00
Martin Konecny
4d7d17fe55
fix invalid file variable name
2012-05-04 17:25:59 -04:00
Martin Konecny
676205bb00
CC-3750Media Library->Edit Metadata: media-monitor throw exception when trying to edit metadata with non-ascii characters
...
-Improved save metadata function
2012-05-04 15:49:33 -04:00
Martin Konecny
906b6e8bd0
CC-3749: Media Monitor should not load files pypo cannot read
...
-logic error
2012-05-04 15:22:54 -04:00
Martin Konecny
d98d23d483
CC-3749: Media Monitor should not load files pypo cannot read
...
-fixed
2012-05-04 15:04:54 -04:00
Martin Konecny
7e9d1a3308
CC-3749: Media Monitor should not load files pypo cannot read
...
-fixed
2012-05-04 13:50:38 -04:00
Martin Konecny
e13d06df45
CC-3749: Media Monitor should not load files pypo cannot read
...
-fixed
2012-05-04 13:45:43 -04:00
Martin Konecny
d6a12053eb
CC-3752: Media Monitor DB sync
...
-forgot to exit
2012-05-04 13:39:48 -04:00
Martin Konecny
fa373a683e
CC-3749: Media Monitor should not load files pypo cannot read
...
-fixed
2012-05-04 13:37:43 -04:00
Martin Konecny
08217d59fc
CC-3749: Media Monitor should not load files pypo cannot read
...
-fixed
2012-05-04 13:23:46 -04:00
Martin Konecny
ebc8af0863
CC-3749: Media Monitor should not load files pypo cannot read
2012-05-04 13:03:05 -04:00
Martin Konecny
6f3b1bc7c2
Remove 2 second sleep after pushing to Liquidsoap queue
2012-04-30 21:06:26 -04:00
Martin Konecny
39a3382157
CC-3736: Full Install fail at Ubuntu 12.04: virtualenv problem
...
-should be fixed
2012-04-30 17:53:28 -04:00
Martin Konecny
f59bae4246
CC-3736: Full Install fail at Ubuntu 12.04
...
-Fix logger format
2012-04-30 17:26:04 -04:00
Martin Konecny
234ee0f696
CC-3736: Full Install fail at Ubuntu 12.04
2012-04-30 17:13:52 -04:00
Martin Konecny
c84acdfea6
CC-3736: Full Install fail at Ubuntu 12.04
...
-Forgot some imports
2012-04-30 17:10:12 -04:00
Martin Konecny
141d27bf27
CC-3736: Full Install fail at Ubuntu 12.04
...
-various fixes
2012-04-30 17:06:35 -04:00
Martin Konecny
db2ccb1859
CC-3736: Full Install fail at Ubuntu 12.04: virtualenv problem
...
-pip no longer supports and we don't need the -E (environment) option
2012-04-30 15:48:36 -04:00
Martin Konecny
cf1e9e7615
configure locale for pypo
2012-04-27 17:25:12 -04:00
Martin Konecny
47051c460e
-syntax error in api_client
2012-04-27 16:20:40 -04:00
Martin Konecny
763d1918d9
fix pypo refusing to start
2012-04-27 16:18:23 -04:00
Martin Konecny
d7b6146ef9
locales for media-monitor
2012-04-27 16:08:51 -04:00
Martin Konecny
41aeec8a21
replace deprecated urllib with urllib2, and automatic reconnection attempts
2012-04-27 16:05:26 -04:00
Martin Konecny
0e32b5586f
make sure we create tmp directory for media-monitor if it doesn't exist.
2012-04-27 16:04:19 -04:00
Martin Konecny
da7b87866c
-check whether getdefaultlocale actually returns a value before attempting to use it.
2012-04-26 17:59:25 -04:00
Martin Konecny
773206ab22
http://www.python.org/dev/peps/pep-0008/#package-and-module-names
2012-04-26 17:50:35 -04:00
Martin Konecny
b3816061b9
CC-3610: Now Playing ->songs in the Now Playing do not reflect the changes affected changed END_OF_SHOW
...
-fixed
2012-04-26 14:46:29 -04:00
James
83a8c301d7
CC-3708: Recorded file has no creator in metadata, not being associated with
...
a rebroadcast show.
- the propel db integration was changing str value to int for int columns in DB
2012-04-25 12:14:13 -04:00
Martin Konecny
ec8115828a
CC-3673: media monitor encoding problem
...
-made media-monitor not start if non UTF-8 encoding detected.
2012-04-24 16:24:54 -04:00
Martin Konecny
7c49fc77d5
CC-3700: media-monitor- Surround all accesses to external resources with try/except
...
-fixed
2012-04-22 13:42:45 -04:00
Martin Konecny
86282a8d8a
CC-3699: Calls to system() function from our Liquidsoap script are blocking
...
-fixed
2012-04-22 12:01:40 -04:00
Martin Konecny
dae8682e51
CC-3691: Pypo needs to write stderr + stdout to the log file
...
-fixed
2012-04-20 19:12:36 -04:00
James
c1a6202da8
CC-3630: Deleting files from organize folder if they don't have
...
correct Meta data
- done
2012-04-20 10:56:51 -04:00
paul.baranowski
96b010e7f0
CC-1927 Remove PEAR DB
...
* Removed all traces of PEAR functions.
* Fixed AirtimeInstall::GetVersionInstalled() to return the correct answer
even when it cant connect to the database. Also fixed return value to
be consistent on failure.
* Fixed phone_home_stat.php and soundcloud-uploader.php
2012-04-19 16:35:19 -04:00
Martin Konecny
9c9838b35c
CC-3664: setting of pypo.cfg -> cache_for does not take effect
...
-these options are deprecated. Have been removed.
2012-04-17 10:23:15 -04:00
Martin Konecny
5bc720fd4c
CC-3657: Watch Folders -> mp3 files could not be loaded
...
-fixed
2012-04-16 15:11:05 -04:00
Martin Konecny
31303d26e4
CC-3651: tmp file does not copy to Pypo cache
...
-fixed
2012-04-16 11:45:48 -04:00
Martin Konecny
26be52c459
CC-3462: If destination file already exists in pypo cache, double check if it's the correct file size
...
-had two copy functions :S
2012-04-13 15:23:01 -04:00
James
7a983b52ed
CC-3641: Stream Transition: When a song is added to the for the first time
...
, the transition fade effects fade in
- fixed
2012-04-13 13:25:40 -04:00
Martin Konecny
169a4827e4
-cleanup unused variables.
...
-use lambda functions instead of littering class with small functions
2012-04-12 23:14:02 -04:00
Martin Konecny
f96b990275
Merge branch '2.0.x' into devel
...
Conflicts:
VERSION
airtime_mvc/application/models/Systemstatus.php
install_minimal/include/airtime-constants.php
install_minimal/include/airtime-upgrade.php
python_apps/api_clients/api_client.py
python_apps/media-monitor/install/media-monitor-copy-files.py
python_apps/media-monitor/install/media-monitor-initialize.py
python_apps/pypo/install/pypo-initialize.py
python_apps/pypo/liquidsoap_bin
python_apps/pypo/pypopush.py
utils/airtime-log.php
2012-04-12 19:10:17 -04:00
Martin Konecny
6c17cf6e24
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2012-04-12 17:23:03 -04:00
Martin Konecny
fe3dfb6b0c
CC-3635: Pypo needs subsecond accuracy for start time
...
-Done
2012-04-12 17:21:42 -04:00
James
86718cc58e
CC-3628: Media Monitor not sending a delete message to Airtime
...
- fixed
2012-04-12 17:20:31 -04:00
Martin Konecny
a594569ddc
CC-3625: "Now Playing->delete the current playing items" will stop output of pypo-liquidsoap
...
-fixed
2012-04-12 17:09:54 -04:00
Naomi Aro
e2adaff5cf
CC-3630 : Deleting files from organize folder if they don't have correct Meta data
2012-04-12 18:07:16 +02:00
denise
d06b3573e9
CC-3623: Need to send show name to Liquidsoap. (Currently sending name as "TODO")
...
-fixed
2012-04-11 19:22:47 -04:00
James
0ec58f0bc3
CC-3250: UI design for mount monitor for media monitor
...
( Manage Media Folder and Playlist Builder screen)
- adding tooltip and fixed a minor bug
2012-04-11 17:24:26 -04:00
James
1f5f5057bf
CC-3430: Live Stream: Admin should be able to kick out the source connection
...
- fixed
2012-04-11 16:20:27 -04:00
James
92f0f11047
CC-3475: Pypo does not handles the case of RabbitMQ being restarted
...
- added the other exception as well
2012-04-11 16:12:06 -04:00
James
268ba66194
CC-3566: Preferences->"Fade In" is not respected when Show starts
...
- adding some comments
2012-04-11 13:44:24 -04:00
James
13502b4c08
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2012-04-11 12:27:54 -04:00
James
f82aef2a85
CC-3566: Preferences->"Fade In" is not respected when Show starts
...
- millisecond value of fade was sent wrong from php side.
- crossfade() call was removed and it was causing fade in/out not working.
2012-04-11 12:27:41 -04:00
Martin Konecny
92f057593e
CC-3428: liquidsoap seems to have troubles with this file
...
-need to escape double quotes not single :P
2012-04-11 11:21:51 -04:00
Martin Konecny
a09a31bc88
CC-3610: Now Playing ->songs in the Now Playing do not reflect the changes affected changed END_OF_SHOW
...
-pypo side fixed
2012-04-10 23:13:52 -04:00
Martin Konecny
bc6e911673
CC-3615: AddMedia,Add Watched Folders-> Uploading of certain playable media fails
...
-fixed
2012-04-10 21:52:54 -04:00
Martin Konecny
1344c27d30
CC-3615: AddMedia,Add Watched Folders-> Uploading of certain playable media fails
...
-fixed
2012-04-10 19:55:53 -04:00