libretime/pypo/scripts
martin 9f26a70ca9 -added OGG support as well as cue_in unit tests for mp3 and ogg files 2010-12-31 12:20:17 -05:00
..
library Promoted pypo to top level because it isnt 3rd party. 2010-12-02 15:30:40 -05:00
README Promoted pypo to top level because it isnt 3rd party. 2010-12-02 15:30:40 -05:00
cue_file.py -added OGG support as well as cue_in unit tests for mp3 and ogg files 2010-12-31 12:20:17 -05:00
include_daypart.liq Promoted pypo to top level because it isnt 3rd party. 2010-12-02 15:30:40 -05:00
include_dynamic_vars.liq Many fixes to the pypo installer scripts. 2010-12-10 17:48:29 -05:00
include_live_in.liq Started to create pypo install script (install/pypo-install.py). 2010-12-03 15:34:18 -05:00
include_notify.liq Started to create pypo install script (install/pypo-install.py). 2010-12-03 15:34:18 -05:00
include_scheduler.liq Started to create pypo install script (install/pypo-install.py). 2010-12-03 15:34:18 -05:00
library.liq Promoted pypo to top level because it isnt 3rd party. 2010-12-02 15:30:40 -05:00
log_run.sh Promoted pypo to top level because it isnt 3rd party. 2010-12-02 15:30:40 -05:00
ls_config.liq Started to create pypo install script (install/pypo-install.py). 2010-12-03 15:34:18 -05:00
ls_config.liq.dist Started adding the scripts to automatically run the scheduler at startup. 2010-12-03 16:03:18 -05:00
ls_cue.liq Promoted pypo to top level because it isnt 3rd party. 2010-12-02 15:30:40 -05:00
ls_run.sh Started adding the scripts to automatically run the scheduler at startup. 2010-12-03 16:03:18 -05:00
ls_script.liq Started to create pypo install script (install/pypo-install.py). 2010-12-03 15:34:18 -05:00
notify.sh Many fixes to the pypo installer scripts. 2010-12-10 17:48:29 -05:00
silence-playlist.lsp Started to create pypo install script (install/pypo-install.py). 2010-12-03 15:34:18 -05:00
silence.mp3 Promoted pypo to top level because it isnt 3rd party. 2010-12-02 15:30:40 -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)