@@ -9,17 +9,17 @@ the requirements of community radio stations.
...
@@ -9,17 +9,17 @@ the requirements of community radio stations.
<!-- TOC -->
<!-- TOC -->
-[Aura Engine](#aura-engine)
1.[Aura Engine](#aura-engine)
-[Functionality](#functionality)
1.[Functionality](#functionality)
-[Scheduler](#scheduler)
1.[Scheduler](#scheduler)
-[Versatile playlists](#versatile-playlists)
1.[Versatile playlists](#versatile-playlists)
-[Default playlists](#default-playlists)
2.[Default playlists](#default-playlists)
-[Heartbeat Monitoring](#heartbeat-monitoring)
2.[Heartbeat Monitoring](#heartbeat-monitoring)
-[Logging](#logging)
3.[Logging](#logging)
-[Getting started](#getting-started)
2.[Getting started](#getting-started)
-[Using Docker](#using-docker)
3.[Using Docker](#using-docker)
-[Read more](#read-more)
4.[Read more](#read-more)
-[About](#about)
5.[About](#about)
<!-- /TOC -->
<!-- /TOC -->
...
@@ -33,7 +33,7 @@ In conjuction with other AURA components Engine provides several features:
...
@@ -33,7 +33,7 @@ In conjuction with other AURA components Engine provides several features:
-**Autonomous playout** by caching the schedule information pulled from [Steering](https://gitlab.servus.at/aura/steering) in a local database. This allows Engine be keep running, independently from any network or service outages. This enables the application of (*High Availability* infrastructure scenarios)[https://gitlab.servus.at/aura/meta/-/blob/master/docs/administration/installation-guide.md#high-availability].
-**Autonomous playout** by caching the schedule information pulled from [Steering](https://gitlab.servus.at/aura/steering) in a local database. This allows Engine be keep running, independently from any network or service outages. This enables the application of (*High Availability* infrastructure scenarios)[https://gitlab.servus.at/aura/meta/-/blob/master/docs/administration/installation-guide.md#high-availability].
-**Auto DJ with Silcence Detector** provided by [Engine Core](https://gitlab.servus.at/aura/engine-core)
-**Auto DJ with Silcence Detector** provided by [Engine Core](https://gitlab.servus.at/aura/engine-core)
-**Web Application for a Track Service** (see [AURA Player](https://gitlab.servus.at/aura/player))
-**Web Application for a Track Service** (see [AURA Player](https://gitlab.servus.at/aura/player))
-**Web Application providing a Studio Clock** (see [Engine Clock](https://gitlab.servus.at/aura/engine-clock))
-**Web Application providing a Studio Clock** (see [Dashboard Clock](https://gitlab.servus.at/aura/dashboard-clock))
-**Bulk and Timeslot Recorder** (*Not yet available*, this will be provided after v1.1 by a planned `engine-recorder` component)
-**Bulk and Timeslot Recorder** (*Not yet available*, this will be provided after v1.1 by a planned `engine-recorder` component)
-**API** to query Track-Service, monthly reports and information for displaying the Studio Clock (see [Engine API](https://gitlab.servus.at/aura/engine-api))
-**API** to query Track-Service, monthly reports and information for displaying the Studio Clock (see [Engine API](https://gitlab.servus.at/aura/engine-api))
...
@@ -116,5 +116,5 @@ AURA stands for Automated Radio and is a swiss army knife for community radio st
...
@@ -116,5 +116,5 @@ AURA stands for Automated Radio and is a swiss army knife for community radio st
@@ -55,7 +55,7 @@ Ensure you have following other projects up and running:
...
@@ -55,7 +55,7 @@ Ensure you have following other projects up and running:
- tank
- tank
- dashboard
- dashboard
- engine-api
- engine-api
-engine-clock (optional)
-dashboard-clock (optional)
The following steps espect you having done the bases configuration and set up a database as outlined in the [Native Installation](https://gitlab.servus.at/aura/engine/-/blob/master/docs/bare-metal-installation.md) document.
The following steps espect you having done the bases configuration and set up a database as outlined in the [Native Installation](https://gitlab.servus.at/aura/engine/-/blob/master/docs/bare-metal-installation.md) document.