sintonia/python_apps
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
..
api_clients SAAS-83: Add ability to install Airtime components separately 2011-11-24 18:10:06 -05:00
icecast2 CC-2886: changing file name 2011-09-29 15:45:04 -04:00
media-monitor SAAS-83: Add ability to install Airtime components separately 2011-11-24 18:10:06 -05:00
monit CC-2978: Install fails on Ubuntu 11.10 2011-11-10 14:42:46 -05:00
pypo CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast 2011-11-29 16:25:30 -05:00
python-virtualenv CC-3041: Module virtualenv was already imported 2011-11-25 18:02:56 -05:00
show-recorder SAAS-83: Add ability to install Airtime components separately 2011-11-24 18:10:06 -05:00
create-pypo-user.py CC-2758: Make airtime-install script Debian/Ubuntu compatible 2011-11-01 15:21:09 -04:00
remove-pypo-user.py -create-pypo-user scripts missing an "import sys" 2011-06-16 17:30:16 -04:00