Below is my config file. Does it look like yours by any chance?
One thing I don’t understand is where the Media is stored. I took the default option of
/srv/airtime/stor/
but I cannot see it in the config file.
Many thanks
sudo nano /etc/airtime/airtime.conf
[general]
api_key = P9N2N61N0IR82UAITRRU
web_server_user = www-data
base_url = 80.*******
base_port = 80
base_dir = /
force_ssl =
cache_ahead_hours = 1
airtime_dir = /usr/share/airtime
station_id =
auth = local
[database]
host = localhost
dbname = airtime
dbuser = airtime
dbpass = ******
[rabbitmq]
host = 127.0.0.1
port = 5672
user = airtime
password = *****
vhost = /airtime
[current_backend]
storage_backend=file
[monit]
user = guest
password = *****
[demo]
demo = 0
[pypo]
api_client = ‘airtime’
cache_dir = ‘/var/tmp/airtime/pypo/cache/’
file_dir = ‘/var/tmp/airtime/pypo/files/’
tmp_dir = ‘/var/tmp/airtime/pypo/tmp/’
cache_base_dir = ‘/var/tmp/airtime/pypo’
log_base_dir = ‘/var/log/airtime’
pypo_log_dir = ‘/var/log/airtime/pypo’
liquidsoap_log_dir = ‘/var/log/airtime/pypo-liquidsoap’
ls_host = ‘127.0.0.1’
ls_port = ‘1234’
poll_interval = 3600
push_interval = 1
cue_style = ‘pre’
record_bitrate = 256
record_samplerate = 44100
record_channels = 2
record_sample_size = 16
record_file_type = ‘ogg’
base_recorded_files = ‘/var/tmp/airtime/show-recorder/’
[facebook]
facebook_app_id = 0
facebook_app_url = *ttp://example.org
facebook_app_api_key = 0
[ldap]
hostname = ldap.example.org
binddn = ‘uid=libretime,cn=sysaccounts,cn=etc,dc=int,dc=example,dc=org’
password = ********
account_domain = INT.EXAMPLE.ORG
basedn = ‘cn=users,cn=accounts,dc=int,dc=example,dc=org’
filter_field = uid
groupmap_guest = ‘cn=guest,cn=groups,cn=accounts,dc=int,dc=example,dc=org’
groupmap_host = ‘cn=host,cn=groups,cn=accounts,dc=int,dc=example,dc=org’
groupmap_program_manager = 'cn=program_manager,cn=groups,cn=accounts,dc=int,dc=ex$
groupmap_admin = ‘cn=admins,cn=groups,cn=accounts,dc=int,dc=example,dc=org’
groupmap_superadmin = 'cn=superadmin,cn=groups,cn=accounts,dc=int,dc=example,dc=o$