James
3bbd76466a
CC-2894: install should check that Virtualenv is functional before proceeding
...
- install script now check if all python packages are installed, if not,
it will reinstall it
2011-09-28 15:48:42 -04:00
James
28f1d885f2
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-09-28 13:46:10 -04:00
James
d1542b0d89
CC-2882: Airtime cannot delete watched folder when is been renamed
...
- done
2011-09-28 13:45:21 -04:00
martin
1cbc098e91
CC-2750: Ability to query health status for pypo, liquidsoap, media monitor, and recorder
2011-09-28 12:15:13 -04:00
James
b1fa8901ca
cc-2882: Airtime cannot delete watched folder when is been renamed
...
- initial commit
2011-09-27 14:49:03 -04:00
martin
2c0b0a2eff
CC-2888: Create a monit file for each airtime component
...
-remove old monit file on upgrade
-remove old monit file from git repo.
2011-09-26 14:47:21 -04:00
martin
974612badf
CC-2888: Create a monit file for each airtime component
2011-09-26 14:40:26 -04:00
martin
5cc7de95ee
CC-2833: Use ClassLoaders for PHP Files
...
-Done for class User
2011-09-23 17:00:55 -04:00
martin
ee1a173953
CC-2850: Liquidsoap doesn't rotate its log files in Airtime
...
-fixed
-also noticed files were being chmod'd to 755, which is unnecessary. Also fixed.
2011-09-23 12:23:33 -04:00
martin
9bb901945e
CC-2833: Use ClassLoaders for PHP Files
...
-shows.php
2011-09-23 10:54:20 -04:00
martin
5d7b51dafc
CC-2833: Use ClassLoaders for PHP Files
2011-09-22 18:24:54 -04:00
martin
3a2eaecad8
Merge branch '1.9.1' into devel
...
Conflicts:
python_apps/pypo/pypopush.py
2011-09-20 14:31:09 -04:00
martin
b94004d7f4
CC-2847: Airtime doesn't resume playing audio after upgrade
2011-09-20 13:25:29 -04:00
martin
3601f37904
CC-2846: On crash recovery, Pypo pushes playlists up to 5 times to Liquidsoap.
...
-fixed
2011-09-20 12:44:48 -04:00
martin
a11dba1469
CC-2750: Ability to query health status for pypo, liquidsoap, media monitor, and recorder
2011-09-19 15:46:15 -04:00
Martin Konecny
debfcc112d
Merge branch '1.9.1' into devel
2011-09-19 12:48:15 -04:00
Martin Konecny
2152ae5b3a
CC-2830: airtime-playout not working after reboot on Debian squeeze
...
-fixed
2011-09-19 12:44:43 -04:00
martin
15f91ca0e1
CC-2838: Character encoding errors with telnet'ing show name to Liquidsoap
...
-enforce UTF-8
2011-09-18 19:39:36 -04:00
martin
904c53c449
Merge branch '1.9.1' into devel
...
Conflicts:
python_apps/pypo/liquidsoap_scripts/ls_script.liq
2011-09-18 19:34:45 -04:00
martin
0e503517f5
CC-2838: Character encoding errors with telnet'ing
...
show name to Liquidsoap
-fixed
2011-09-18 19:32:39 -04:00
martin
e1e34d297c
-CC-2750: Ability to query health status for pypo, liquidsoap,
...
media monitor, and recorder
2011-09-16 21:30:50 -04:00
martin
09c1259141
CC-2828: Use monit to monitor rabbitmq-server
...
-after hours of reading documentation, finally found a way to do this!!!
2011-09-16 20:49:33 -04:00
martin
3485b5a39f
Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
2011-09-16 17:53:37 -04:00
martin
80da0ba4a9
CC-2828: Use monit to monitor rabbitmq-server
...
-potential solution for now...
2011-09-16 17:52:23 -04:00
martin
659e412eb7
CC-2750: Ability to query health status for pypo, liquidsoap, media monitor, and recorder
...
-progress being made
2011-09-16 17:51:28 -04:00
James
7c94734277
CC-2810: More chmnod fixes for scripts
...
- removed shebang from .py files
- removed cron folder and its content as we don't use them
- .js files are from 3rd party(datatable) so we should leave them as they are
2011-09-16 14:01:23 -04:00
martin
b5684bb5b1
Merge branch '1.9.1' into devel
...
Conflicts:
install_full/ubuntu/airtime-full-install
utils/airtime-update-db-settings.py
2011-09-15 17:44:07 -04:00
James
c15d599dba
CC-2827: Python shebangs should specify the version python2.6
...
- done
2011-09-15 12:28:31 -04:00
martin
583a5faf72
CC-2750: Ability to query health status for pypo, liquidsoap,
...
media monitor, and recorder
2011-09-13 18:43:16 -04:00
martin
1555c83668
CC-2750: Ability to query health status for pypo, liquidsoap,
...
media monitor, and recorder
-cleanup
2011-09-13 17:20:34 -04:00
martin
2c2bb86698
CC-2750: Ability to query health status for pypo,
...
liquidsoap, media monitor, and recorder
-fixed rabbitmq not delivering messages
2011-09-13 14:56:24 -04:00
martin
0546633ac7
CC-2750:Ability to query health status for pypo, liquidsoap, media monitor, and recorder
2011-09-12 17:15:46 -04:00
martin
1ba200441e
CC-2792: installing Airtime 2.0 beta fails on ubuntu 10.04 64 bit
...
-possibly fixed
2011-09-09 15:38:14 -04:00
martin
9c7bab616d
Merge branch '1.9.1' into devel
...
Conflicts:
VERSION
airtime_mvc/application/configs/constants.php
airtime_mvc/application/controllers/ScheduleController.php
install_minimal/airtime-install
install_minimal/include/AirtimeInstall.php
install_minimal/include/airtime-upgrade.php
python_apps/api_clients/api_client.py
python_apps/pypo/pypofetch.py
python_apps/pypo/pypopush.py
2011-09-09 15:07:43 -04:00
martin
f1c77845ea
CC-2783: Investigate Pypo taking 100% CPU on production system
...
-fixed
2011-09-09 14:49:12 -04:00
martin
ace98569ed
CC-2783: Investigate Pypo taking 100% CPU on production system
...
-fixed
2011-09-09 14:11:56 -04:00
martin
53306dffa4
-update version string to 1.9.4
2011-09-08 15:18:54 -04:00
martin
611630d4eb
CC-2788: Airtime uses both /bin/bash and /bin/sh in different scripts
...
-forgot notify.sh
2011-09-08 13:44:33 -04:00
martin
805e358d9c
CC-2788: Airtime uses both /bin/bash and /bin/sh in different scripts
...
-fixed
2011-09-08 12:36:51 -04:00
martin
6dab211a12
CC-2784: Stopping rabbitmq-server causes pypo CPU usage to increase dramatically
...
-fixed
2011-09-08 12:17:42 -04:00
martin
03efb8f293
CC-2760: Remove shebangs from files that don't need them, fix chmod of files
...
-done
2011-09-06 19:06:13 -04:00
James
abee16ba4a
CC-2747: removing debug code
...
- fixed
2011-09-01 16:07:13 -04:00
James
610b7a6d2c
CC-2747: removing debug code
...
- done
2011-09-01 16:06:01 -04:00
James
39b688c256
CC-2661: Uptrade script for stream config feature
...
- codes for conserving user's liquidsoap.cfg and porting into new stream
setting config.
- extra fix: fixed a bug with shoutcast(default value has to be set for
some variables)
2011-09-01 16:02:06 -04:00
James
17e7e9b80a
CC-2089: create "cancel show" command for pypo
...
- removed comments
2011-08-31 16:33:40 -04:00
James
fefbd9ac79
Merge branch '1.9.1' into devel
2011-08-31 16:23:32 -04:00
James
22c9416c31
CC-2747: When metadata contains non utf-8 encoding, we should handle it
...
- we cover some cases with cp1252 encoding for now.
- extra fix: Logging.php (copied from 2.0.0)
2011-08-31 14:46:21 -04:00
James
c460519a88
Merge branch '1.9.1' into devel
2011-08-31 10:15:00 -04:00
James
cab2a0f8f4
CC-2661: Upgrade script for steam config feature
...
- done
2011-08-29 17:44:28 -04:00
martin
8b0b5851f6
-fix typo in recorder.py
2011-08-29 14:43:30 -04:00