Remove obsolete settings from master config template
This commit is contained in:
parent
efe0aefddc
commit
b718a1b53b
|
@ -150,50 +150,6 @@ password =
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
|
||||||
# M E D I A M O N I T O R
|
|
||||||
# ----------------------------------------------------------------------
|
|
||||||
#
|
|
||||||
# check_filesystem_events: How long to queue up events performed on the
|
|
||||||
# files themselves, in seconds
|
|
||||||
# The default is 5
|
|
||||||
#
|
|
||||||
# check_airtime_events: How long to queue metadata input from airtime,
|
|
||||||
# in seconds
|
|
||||||
# The default is 30
|
|
||||||
#
|
|
||||||
# touch_interval:
|
|
||||||
# The default is 5
|
|
||||||
#
|
|
||||||
# chunking_number:
|
|
||||||
# The default is 450
|
|
||||||
#
|
|
||||||
# request_max_wait: The maximum request wait time, in seconds
|
|
||||||
# The default is 3.0
|
|
||||||
#
|
|
||||||
# rmq_event_wait: The RabbitMQ event wait time, in seconds
|
|
||||||
# The default is 0.1
|
|
||||||
#
|
|
||||||
# logpath: The media monitor log file path
|
|
||||||
# The default is
|
|
||||||
# '/var/log/airtime/media-monitor/media-monitor.log'
|
|
||||||
#
|
|
||||||
# index_path: The media monitor index path
|
|
||||||
# The default is
|
|
||||||
# '/var/tmp/airtime/media-monitor/last_index'
|
|
||||||
#
|
|
||||||
[media-monitor]
|
|
||||||
check_filesystem_events = 5
|
|
||||||
check_airtime_events = 30
|
|
||||||
touch_interval = 5
|
|
||||||
chunking_number = 450
|
|
||||||
request_max_wait = 3.0
|
|
||||||
rmq_event_wait = 0.1
|
|
||||||
logpath = '/var/log/airtime/media-monitor/media-monitor.log'
|
|
||||||
index_path = '/var/tmp/airtime/media-monitor/last_index'
|
|
||||||
#
|
|
||||||
# ----------------------------------------------------------------------
|
|
||||||
|
|
||||||
|
|
||||||
# ----------------------------------------------------------------------
|
# ----------------------------------------------------------------------
|
||||||
# P Y P O
|
# P Y P O
|
||||||
|
|
3
install
3
install
|
@ -693,8 +693,7 @@ fi
|
||||||
loudCmd "./build.sh"
|
loudCmd "./build.sh"
|
||||||
if [ -f /etc/airtime/airtime.conf ]; then
|
if [ -f /etc/airtime/airtime.conf ]; then
|
||||||
# TODO use VERSION or some other way to check for updates and handle
|
# TODO use VERSION or some other way to check for updates and handle
|
||||||
# media-monitor case on it's own and remove the section from the config
|
# media-monitor case on it's own
|
||||||
# file completely (it's still in the install)
|
|
||||||
OLD_CONF=$(grep "[media-monitor]" /etc/airtime/airtime.conf)
|
OLD_CONF=$(grep "[media-monitor]" /etc/airtime/airtime.conf)
|
||||||
|
|
||||||
if [ -n "${OLD_CONF}" ]; then
|
if [ -n "${OLD_CONF}" ]; then
|
||||||
|
|
Loading…
Reference in New Issue