sintonia/python_apps/pypo/liquidsoap_scripts
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
..
library CC-2925: Airtime scripts broken with Liquidsoap 1.0 pre-release 2011-10-04 13:50:03 -04:00
airtime-liquidsoap.logrotate CC-2850: Liquidsoap doesn't rotate its log files in Airtime 2011-09-23 12:23:33 -04:00
liquidsoap.cfg CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast 2011-11-29 16:25:30 -05:00
ls_lib.liq CC-3062: Stream Setting: Status box is not working for shoutcast 2011-11-18 11:18:35 -05:00
ls_script.liq CC-3130: Disabling a Shoutcast stream causes the service type to revert back to Icecast 2011-11-29 16:25:30 -05:00
notify.sh CC-2745: Show status of liquidsoap/icecast connection on Stream 2011-10-11 14:40:30 -04:00