Working on Features page

This commit is contained in:
Zachary Klosko 2020-05-25 18:15:56 -04:00
parent 3bfba18683
commit 9acfe104c8
3 changed files with 30 additions and 2 deletions

View File

@ -53,7 +53,9 @@ docsnav:
- page: Backing up LibreTime - page: Backing up LibreTime
url: backing-up-the-server url: backing-up-the-server
- page: Configuring Streaming Services - page: Configuring Streaming Services
url: icecast-shoutcast url: icecast-shoutcast
- page: FreeIPA Configuration
url: freeipa
- page: Interface Customization - page: Interface Customization
url: interface-customization url: interface-customization
- page: Upgrading LibreTime - page: Upgrading LibreTime

View File

@ -4,14 +4,37 @@ title: Features
blurb: Just some of LibreTime's greatest hits blurb: Just some of LibreTime's greatest hits
--- ---
> Quick Links:
- [Library Intelligence](#library)
- [Programming](#programming)
- [DJ Management](#managedjs)
- [Podcasting & More!](#podcasting)
- [B-Sides](#bsides)
# <i class="fas fa-1x fa-music text-primary mb-3 sr-icon-1"></i> Library Intelligence {#library}
* *Automation* - LibreTime has a scheduler function that enables users to
create shows with content for playback at the exact date and time specified.
Playlists, smart blocks and remote stream URLs can be used multiple times.
# <i class="fas fa-1x fa-th-list text-primary mb-3 sr-icon-2"></i> Programming {#programming}
* *Web-based remote station management* - authorized personnel can add * *Web-based remote station management* - authorized personnel can add
programme material, create playlists or smart blocks, and stream in live, programme material, create playlists or smart blocks, and stream in live,
all via a web interface. all via a web interface.
* *Automation* - LibreTime has a scheduler function that enables users to * *Automation* - LibreTime has a scheduler function that enables users to
create shows with content for playback at the exact date and time specified. create shows with content for playback at the exact date and time specified.
Playlists, smart blocks and remote stream URLs can be used multiple times. Playlists, smart blocks and remote stream URLs can be used multiple times.
# <i class="fas fa-1x fa-users text-primary mb-3 sr-icon-3"></i> DJ Management {#managedjs}
# <i class="fas fa-1x fa-microphone text-primary mb-3 sr-icon-4"></i> Podcasting & More! {#podcasting}
* *Solid playout* - LibreTime uses the open source Liquidsoap streaming language * *Solid playout* - LibreTime uses the open source Liquidsoap streaming language
for reliable and precise playback to multiple outputs. for reliable and precise playback to multiple outputs.
# B-Sides {#bsides}
* *Open source* - run LibreTime royalty-free, make changes to the code, and contribute to the project as you see fit, under the GNU AGPLv3 license. * *Open source* - run LibreTime royalty-free, make changes to the code, and contribute to the project as you see fit, under the GNU AGPLv3 license.
* *Multilingual* - supports over 15 languages both in the interface and inside file metadata * *Multilingual* - supports over 15 languages both in the interface and inside file metadata
* *Low system requirements* * *Low system requirements*

View File

@ -1,4 +1,7 @@
# FreeIPA configuration ---
layout: docs
title: FreeIPA Configuration
---
You can configure LibreTime to delegate all authentication to a FreeIPA server. You can configure LibreTime to delegate all authentication to a FreeIPA server.