2011-04-21 23:37:59 +02:00
|
|
|
api_client = "airtime"
|
|
|
|
|
|
|
|
# where the binary files live
|
|
|
|
bin_dir = '/usr/lib/airtime/media-monitor'
|
|
|
|
|
|
|
|
# where the logging files live
|
2011-04-25 18:49:01 +02:00
|
|
|
log_dir = '/var/log/airtime/media-monitor'
|
2011-04-21 23:37:59 +02:00
|
|
|
|
2011-07-08 23:14:01 +02:00
|
|
|
|
2011-05-05 16:55:14 +02:00
|
|
|
############################################
|
|
|
|
# RabbitMQ settings #
|
|
|
|
############################################
|
|
|
|
rabbitmq_host = 'localhost'
|
|
|
|
rabbitmq_user = 'guest'
|
|
|
|
rabbitmq_password = 'guest'
|
2011-12-06 03:05:28 +01:00
|
|
|
rabbitmq_vhost = '/'
|
2011-05-06 00:12:26 +02:00
|
|
|
|
|
|
|
############################################
|
2012-08-11 00:30:07 +02:00
|
|
|
# Media-Monitor preferences #
|
2011-05-06 00:12:26 +02:00
|
|
|
############################################
|
2011-06-03 20:26:11 +02:00
|
|
|
check_filesystem_events = 5 #how long to queue up events performed on the files themselves.
|
2011-05-06 00:12:26 +02:00
|
|
|
check_airtime_events = 30 #how long to queue metadata input from airtime.
|
2012-08-11 00:30:07 +02:00
|
|
|
|
|
|
|
# MM2 only:
|
|
|
|
touch_interval = 5
|
|
|
|
chunking_number = 450
|
|
|
|
request_max_wait = 3.0
|
2012-08-16 16:26:57 +02:00
|
|
|
rmq_event_wait = 0.1
|
2012-08-14 18:01:24 +02:00
|
|
|
logpath = '/var/log/airtime/media-monitor/media-monitor.log'
|
|
|
|
index_path = '/var/tmp/airtime/media-monitor/last_index'
|
|
|
|
|