More organization of pages
This commit is contained in:
parent
f831155a65
commit
10ca6b6d78
|
@ -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
|
||||
|
|
|
@ -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. |
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue