sintonia/python_apps/pypo
Yuchen Wang 53aecd1c00 CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast
This happens because we use same field in the db to store whether stream is disabled, and which
type is it (Icecast/Shoutcast). Thus when we disable a stream, we forget about the fact that
it was set to Shoutcast before.

Fixed by separating out the enable/disable state from stream type.
Whether a stream is enabled/disabled is stored in new fields sx_enable.
Stream type is stored in the old fields, sx_output.
2011-11-29 16:25:30 -05:00
..
install SAAS-83: Add ability to install Airtime components separately 2011-11-24 18:10:06 -05:00
liquidsoap_bin CC-3056: Liquidsoap binaries not working on Ubuntu Maverick 2011-11-18 18:45:37 -05:00
liquidsoap_scripts CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast 2011-11-29 16:25:30 -05:00
test CC-2833: Use ClassLoaders for PHP Files 2011-09-23 17:00:55 -04:00
util CC-2810: More chmnod fixes for scripts 2011-09-16 14:01:23 -04:00
AUTHORS CC-2016: Rearrange python scripts for reusability 2011-03-24 00:00:46 -04:00
LICENSE CC-2016: Rearrange python scripts for reusability 2011-03-24 00:00:46 -04:00
airtime-liquidsoap -fixed on-air light not working. 2011-10-11 13:36:07 +02:00
airtime-playout CC-2788: Airtime uses both /bin/bash and /bin/sh in different scripts 2011-09-08 12:36:51 -04:00
airtime-playout-init-d -fixed on-air light not working. 2011-10-11 13:36:07 +02:00
logging.cfg - removed cue_file because it's handled by liquidsoap itself. 2011-07-19 16:31:02 -04:00
monit-airtime-liquidsoap.cfg CC-2888: Create a monit file for each airtime component 2011-09-26 14:40:26 -04:00
monit-airtime-playout.cfg CC-2888: Create a monit file for each airtime component 2011-09-26 14:40:26 -04:00
pypo-cli.py Merge branch 'devel' of dev.sourcefabric.org:airtime into devel 2011-09-16 17:53:37 -04:00
pypo-notify.py CC-2745: Show status of liquidsoap/icecast connection on Stream 2011-10-11 14:40:30 -04:00
pypo.cfg CC-2566: Separate URL config out of config files and put them with API_CLIENT 2011-07-19 19:42:23 -04:00
pypofetch.py Merge branch '1.9.1' into devel 2011-09-20 14:31:09 -04:00
pypopush.py Merge branch '1.9.1' into devel 2011-09-20 14:31:09 -04:00