From 10ca6b6d782a6819d5656ef21f372483c276750a Mon Sep 17 00:00:00 2001 From: Zachary Klosko <31484611+zklosko@users.noreply.github.com> Date: Mon, 18 May 2020 20:46:51 -0400 Subject: [PATCH] More organization of pages --- docs/_data/navigation.yml | 6 ++---- docs/features.md | 2 +- docs/tutorials.md | 5 ----- 3 files changed, 3 insertions(+), 10 deletions(-) diff --git a/docs/_data/navigation.yml b/docs/_data/navigation.yml index 5ef2c2c2a..0102e1231 100644 --- a/docs/_data/navigation.yml +++ b/docs/_data/navigation.yml @@ -21,11 +21,11 @@ sidebar: url: track-types - page: Setting up SSL url: ssl-config - - page: Advanced Configuration - url: manual - page: - title: Using LibreTime subfolderitems: + - page: Preparing Media + url: preparing-media - page: Scheduling Shows url: scheduling-shows - page: Broadcasting Live @@ -57,5 +57,3 @@ sidebar: url: rights-royalties - page: Media Folders used by LibreTime url: folders - - page: Preparing Media for Upload - url: preparing-media diff --git a/docs/features.md b/docs/features.md index 65c77e153..5e41e86b7 100644 --- a/docs/features.md +++ b/docs/features.md @@ -48,7 +48,7 @@ LibreTime services | Service | Description | |---------|-------------| -| `airtime-analyzer` | Keeps track of files being added, renamed, moved or removed from storage, and reads their metadata using the Mutagen library. | +| `libretime-analyzer` | Keeps track of files being added, renamed, moved or removed from storage, and reads their metadata using the Mutagen library. | | [PostgreSQL](https://www.postgresql.org/) | Contains the location of those media files and their metadata. This means you can search for and playlist a set of media files according to the specific metadata that you require, or use a 'smart block' to select the files for you. The database also contains details of specified remote input streams. | | Pypo | (Python Playout engine) Downloads media from the storage up to 24 hours ahead of playout and checks it for average level (with ReplayGain tools) and leading or trailing silence (with Silan). At playout time, the media to be broadcast is sent to Liquidsoap. | | [Liquidsoap](https://www.liquidsoap.info/) | Takes individual media files and remote input streams, and assembles them into a continuous output stream. This stream can be sent to a sound card (e.g. for a broadcast mixer, on the way to an FM or DAB transmitter) or to a streaming server for IP network distribution, over the LAN, local WiFi or the Internet. You can stream to a sound card and up to three different stream distribution servers with the same LibreTime server, if you wish. | diff --git a/docs/tutorials.md b/docs/tutorials.md index 9ef5572ad..f51175d2a 100644 --- a/docs/tutorials.md +++ b/docs/tutorials.md @@ -38,13 +38,8 @@ There are also a number of tutorials in Spanish on [Vimeo](https://vimeo.com/use ## For Server Administrators -### Initial Configuration -* [Host Configuration](host-configuration) -* [Setting the server time](setting-the-server-time) * [How to configure API Authentication](api) * [Information on reverse proxy connections](reverse-proxy) - -### Advanced Configuration * [Configuring FreeIPA authentication](freeipa) * [Using and configuring Icecast and Shoutcast](icecast-shoutcast) * [Interface Customization](interface-customization)