62c22f34a3
The Uninterrupted Broadcasting System (UBS) is a program designed to run the operations of a radio station when a DJ isn't in house. This includes playing station ID's, public service announcements, and songs. This program is similar in function (but not design nor implementation) to DRS 2006. The UBS was not intended to be used for webcasting, but it could presumably be adapted for this purpose. The intented audience of the UBS is smaller college/high school/commercial radio stations which wish to do unattended broadcasting via a stable and reliable computer daemon.
25 lines
789 B
Text
25 lines
789 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2004/04/05 11:46:11 xtraeme Exp $
|
|
|
|
--- config/ubs.conf.default.in.orig 2003-10-31 06:22:19.000000000 +0100
|
|
+++ config/ubs.conf.default.in 2003-10-31 06:22:44.000000000 +0100
|
|
@@ -22,16 +22,16 @@
|
|
## These settings are parsed by all UBS daemons
|
|
|
|
# Where the UBS filetree is located
|
|
-# global.prefix = "/usr/local/ubs"
|
|
+global.prefix = "@UBS_BASEDIR@"
|
|
|
|
# The default location to queue to
|
|
-# global.queue = "var/queue"
|
|
+global.queue = "var/queue"
|
|
|
|
# Location of the error log
|
|
-# global.errorlog = "log/error.log"
|
|
+global.errorlog = "log/error.log"
|
|
|
|
# Location of the playlist log
|
|
-# global.songlog = "log/playlist.log"
|
|
+global.songlog = "log/playlist.log"
|
|
|
|
# Amount of information to put in the UBS logs. The scale is:
|
|
# 0 -> Emergency information only
|