Liquidsoap
Source
Changesets | Statistics | All
Shows the 20 most recent commits for Liquidsoap.
Merge branch '2.3.x' into cc-4979-add-fourth-switch
Conflicts:
python_apps/pypo/liquidsoap_scripts/ls_script.liq
another refactor of the switches in LS
Merge branch '2.3.x' into cc-4979-add-fourth-switch
Conflicts:
python_apps/pypo/liquidsoap_scripts/ls_script.liq
another refactor of LS source
minor refactor of LS code
Merge branch '2.3.x' into cc-4979-add-fourth-switch
Conflicts:
python_apps/pypo/liquidsoap_scripts/ls_script.liq
minor refactor of LS code
prepare for improvements to way pypo communicates with LS
CC-1665: Scheduled stream rebroadcasting and recording
-ls_script cleanup
Merge branch '2.1.x' into devel
Conflicts:
python_apps/pypo/liquidsoap_scripts/ls_script.liq
-remove crossfade function from ls scripts since it wasn't doing anything.
CC-3483: Live Stream: default fade in/out for live stream transition
- done. changing fade value doesn't require LS to restart
Merge branch 'cc-2675-edit-ongoing-show' of dev.sourcefabric.org:airtime into cc-2675-edit-ongoing-show
Conflicts:
python_apps/pypo/liquidsoap_scripts/ls_script.liq
-improvements to LS compile scripts
CC-3074: Give users the choice of which hardware sound API they wish to use (instead of hardcoded to ALSA)
- finished everything except LS part(including upgrade and UI)
Merge branch '1.9.1' into devel
Conflicts:
python_apps/pypo/liquidsoap_scripts/ls_script.liq
-greatly simplified ls_script. Much easier to add live-streaming support. -begin adding configurability for ogg/mp3/audio_out
Added License info for the project, as well as info about how our software is compatible with 3rd party libs.
Removed files in pypo that are no longer used.
Added AUTHORS file to pypo.
Renamed "LS Live Feed.ogg" to "LiveFeed.ogg".
Fixed installation errors found by Doug.
Moved all database installation into one file (pulled stuff from scheduler
and classes). Same with uninstallation.
Removed ability to reset the storage through and XMLRPC call. This is
very dangerous to allow.
Disallowed remote execution of CleanStor.php.
Changed database table prefix from "ls_" to "cc_".
Removed all groups.
CC-1658 Remove file tree structure from code and database. Removed tables ls_class and ls_cmemb and continued removing code that was depending on the tree structure.