[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/station/archive/scripts/ -> ripper.inc (source)

   1  ; $Id: ripper.inc,v 1.6 2009/08/29 08:01:42 drewish Exp $
   2  ; These are the settings for the stream ripper script.
   3  
   4  ; Complete URL of webstream to rip
   5  stream_url = "http://127.0.0.1:8000/high"
   6  
   7  ; Full path to the stream ripper executable, version 1.61.17 or higher.
   8  streamripper_path = "/usr/local/bin/streamripper"
   9  
  10  ; Full path to station archive module's import directory (no trailing slash)
  11  import_path = "/usr/local/www/drupal/sites/all/modules/station/archive/import"
  12  
  13  ; Because shows tend to start early or finish late, the overlap_seconds
  14  ; setting allows you to determine how much the recording should overlap at the
  15  ; end of the hour. The suggestion is to schedule the script to start one minute
  16  ; before the hour and use 60 seconds of overlap. That will result in a 62 minute
  17  ; recording, with one minute before the hour and an extra minute at the end.
  18  overlap_seconds = 60
  19  
  20  ; The file type of the stream; "mp3" and "ogg" are supported.
  21  file_format = "mp3"


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7