diff --git a/docs/manual/exporting-the-schedule/index.md b/docs/manual/exporting-the-schedule/index.md index e89b6d59a..30aec46f2 100644 --- a/docs/manual/exporting-the-schedule/index.md +++ b/docs/manual/exporting-the-schedule/index.md @@ -252,11 +252,11 @@ If you have secure shell access (SSH) to the remote web server, you could write Website widgets --------------- -Example HTML, Javascript and CSS code for your public website are provided in the *widgets* folder of the Libretime installation tarball, or on GitHub: +Example HTML, Javascript and CSS code for your public website are provided in the *widgets* folder of the Libretime installation tarball, or on GitHub: If you have performed an automated installation on Debian or Ubuntu, the widgets can be found in the */usr/share/doc/libretime/examples/* directory. -For the widgets to work on a typical web server, links to the Javascript and CSS code have to be included in the HTML page <head> element, like the following example: +For the widgets to work on a typical web server, links to the Javascript and CSS code have to be included in the HTML page element, like the following example: diff --git a/docs/manual/help/index.md b/docs/manual/help/index.md index 21fb0ed35..10888e090 100644 --- a/docs/manual/help/index.md +++ b/docs/manual/help/index.md @@ -8,7 +8,7 @@ You can visit the Libretime online support forum at and sign in. Create a bug report by selecting **Issues**, then **New Issue**. That way, the Libretime team can keep track of your problem and notify you when it has been fixed. You can also suggest improvements and new features for Libretime on that site. +Libretime needs your input to improve. If you think you've found a bug, please visit . Create a bug report by selecting **Issues**, then **New Issue**. That way, the Libretime team can keep track of your problem and notify you when it has been fixed. You can also suggest improvements and new features for Libretime on that site. diff --git a/docs/manual/host-configuration/index.md b/docs/manual/host-configuration/index.md index c0604ceba..ddef4b94e 100644 --- a/docs/manual/host-configuration/index.md +++ b/docs/manual/host-configuration/index.md @@ -53,6 +53,7 @@ to make sure all of Libretime's database configuration files are updated. This c Updating /usr/share/airtime/build/build.properties Updating /usr/share/airtime/build/runtime-conf.xml Success! + API client configuration ------------------------ @@ -66,49 +67,11 @@ If you have changed the *base\_url*, *base\_port* or *base\_dir* setting in */et base_port = 80 base_dir = / -Media monitor settings ----------------------- - -Libretime's media monitor has its own configuration file in */etc/airtime/media-monitor.cfg* which contains RabbitMQ settings and other preferences. - - api_client = airtime - - # where the binary files live - bin_dir = /usr/lib/airtime/media-monitor - - # where the logging files live - log_dir = /var/log/airtime/media-monitor - - ############################################ - # RabbitMQ settings # - ############################################ - rabbitmq_host = localhost - rabbitmq_user = airtime - rabbitmq_password = XXXXXXXXXXXXXXXXXXXX - rabbitmq_vhost = /airtime - - ############################################ - # Media-Monitor preferences # - ############################################ - - #how long to queue up events performed on the files themselves. - check_filesystem_events = 5 - - #how long to queue metadata input from Libretime. - check_airtime_events = 30 - - # MM2 only: - 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 Playout and recorder settings ----------------------------- -Settings for pypo, the playout and recording engine used by Libretime, are found in the file */etc/airtime/pypo.cfg*. After making changes to this file, you will have to issue the command: +Settings for pypo, the playout and recording engine used by Libretime, are found in the file */etc/airtime/airtime.conf*. After making changes to this file, you will have to issue the command: sudo /etc/init.d/airtime-playout restart