From 1692c641a4c6e736bf9c1c690e3a316b2f3bed7b Mon Sep 17 00:00:00 2001 From: David Trattnig <david.trattnig@o94.at> Date: Thu, 27 Feb 2020 20:12:23 +0100 Subject: [PATCH] Documented issues with local station fallbacks. --- docs/engine-features.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/engine-features.md b/docs/engine-features.md index e05247b1..59598897 100644 --- a/docs/engine-features.md +++ b/docs/engine-features.md @@ -38,6 +38,14 @@ transition play-out to a Fallback Playlist (see Auto Pilot). In case there is no schedule delivered by Steering, engine provides multiple fallback handling scenarios. The available fallbacks are evaluated in following order: -1. **Timeslot Fallback**: //TODO explain -2. **Show Fallback**: //TODO explain -3. **Station Fallback**: //TODO explain +1. **Timeslot Fallback**: + +2. **Show Fallback**: + +3. **Station Fallback**: + +3.1 Station Fallback via remote playlist + +3.2 Station Fallback via local music folder + +Note: All filenames in the music folder should be ASCII encoded, otherwise this may cause engine failures. -- GitLab