libretime/pypo/scripts/old_files
mkonecny fa991a56ad -added new pypo 2011-01-17 10:30:45 -05:00
..
README -added new pypo 2011-01-17 10:30:45 -05:00
cue_file.py -added new pypo 2011-01-17 10:30:45 -05:00
include_daypart.liq -added new pypo 2011-01-17 10:30:45 -05:00
include_dynamic_vars.liq -added new pypo 2011-01-17 10:30:45 -05:00
include_live_in.liq -added new pypo 2011-01-17 10:30:45 -05:00
include_notify.liq -added new pypo 2011-01-17 10:30:45 -05:00
include_scheduler.liq -added new pypo 2011-01-17 10:30:45 -05:00
library.liq -added new pypo 2011-01-17 10:30:45 -05:00
log_run.sh -added new pypo 2011-01-17 10:30:45 -05:00
ls_config.liq.dist -added new pypo 2011-01-17 10:30:45 -05:00
ls_cue.liq -added new pypo 2011-01-17 10:30:45 -05:00
ls_run.sh -added new pypo 2011-01-17 10:30:45 -05:00
ls_script.liq -added new pypo 2011-01-17 10:30:45 -05:00
silence-playlist.lsp -added new pypo 2011-01-17 10:30:45 -05:00

README

This directory contains scripts not directly related to pypo
These mainly are things related to liquidsoap & playout

I added those scripts here to have them at hand for
development and also to update/share them via svn


scripts here:

- ls_run.sh
  wrapper to run liquid soap. makes sure that the "current" playlist is
  filled with silence
  
- ls_script.liq (called by ls_run.sh)
  the main liquidsoap control-script

- ls_cue.liq (included by ls_script.liq)
  contains a custom protocol that registers the cue-in/out values from the playlist script
  
- cue_file.py (called by ls_cue.liq)
  a wrapper that does the actual cutting. 
  it is called with: path_to_file[path] cue_in[ss.ms] cue_out[ss.ms] and does the mp3 cutting (with mp3cut)
  returns a temporary file that can be used by ls (make sure to set "TEMP_DIR" in script)