Author: duncan
Date: Sun Oct 22 14:13:58 2006
New Revision: 8453
Modified:
branches/rel-1-6/freevo/freevo_config.py
Log:
Commited the incorrect version of freevo_config
Modified: branches/rel-1-6/freevo/freevo_config.py
==============================================================================
--- branches/rel-1-6/freevo/freevo_config.py (original)
+++ branches/rel-1-6/freevo/freevo_config.py Sun Oct 22 14:13:58 2006
@@ -236,20 +236,6 @@
Added AUTOSHUTDOWN_ settings to turn off and on the machine automatically
Added Multi-tuner support to allow recording and watching at the same time
Added plug-in "upsoon" to stop the player when a recording is about to
start''' ),
- (5.17,
- '''Using the name of the helper in local_conf.py
- Changed the TV_RECORD_SERVER_* to RECORDSERVER_*,
- Added optional RECORDSERVER_DEBUG, if not defined uses DEBUG
- Changed the TV_RECORD_SERVER_* to WEBSERVER_*,
- Changed WWW_PORT to WEBSERVER_PORT = 80
- Added WEBSERVER_UID and WEBSERVER_GID
- Added optional WEBSERVER_DEBUG, if not defined uses DEBUG
- Added ENCODINGSERVER_UID and ENCODINGSERVER_GID
- Added optional ENCODINGSERVER_DEBUG, if not defined uses DEBUG
- Added experimental plug-ins: Apple trailers, reencode
- Added plug-ins: XM online
- Added helpers: encodingserver, rssServer
- ''' ),
]
@@ -1439,13 +1425,13 @@
# if using the persitant recordserver
TV_RECORD_SCHEDULE = '%s/record_schedule.xml' % FREEVO_CACHEDIR
-RECORDSERVER_IP = 'localhost'
-RECORDSERVER_PORT = 18001
+TV_RECORD_SERVER_IP = 'localhost'
+TV_RECORD_SERVER_PORT = 18001
# If the recordserver runs as root, set the uid to the given one
# after startup. The gui must also match one of the users group ids
-RECORDSERVER_UID = 0
-RECORDSERVER_UID = 0
+TV_RECORD_SERVER_UID = 0
+TV_RECORD_SERVER_GID = 0
# start every recording X minutes before scheduled,
# and stop X minutes after scheduled - default to zero minutes.
@@ -1663,18 +1649,14 @@
# runs as root. Port 8080 is the default, change to 80 if
# needed.
#
-WEBSERVER_PORT = 80
-WEBSERVER_UID = 0
-WEBSERVER_GID = 0
+WWW_PORT = 8080
#
# Username / Password combinations to login to the web interface.
# These should be overridden in local_conf.py
#
-# WWW_USERS = {
-# "user1" : "changeme",
-# "optional" : "changeme2"
-# }
+# WWW_USERS = { "user1" : "changeme",
+# "optional" : "changeme2" }
#
WWW_USERS = { 0 : 0 }
@@ -1698,14 +1680,6 @@
WWW_JAVASCRIPT = 'scripts/display_prog-head.js'
-# ======================================================================
-# Freevo builtin encoding server settings:
-# ======================================================================
-ENCODINGSERVER_UID = 0
-ENCODINGSERVER_GID = 0
-
-ENCODINGSERVER_IP = 'localhost'
-ENCODINGSERVER_PORT = 6666
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog