Reworking site to reflect main features @paddatrapper
This commit is contained in:
parent
3bb37c3d4f
commit
99d74edbee
|
@ -22,16 +22,20 @@ docsnav:
|
|||
- page:
|
||||
- section: Using LibreTime
|
||||
contents:
|
||||
- page: AM/FM Broadcast Setup
|
||||
url: ota-broadcast
|
||||
- page: Broadcasting Live
|
||||
url: live-broadcast
|
||||
- page: Dashboard and Calendar
|
||||
url: dashboard
|
||||
- page: Listen To Your Stream
|
||||
url: listen
|
||||
- page: Managing Users
|
||||
- page: Intelligent Library
|
||||
url: library
|
||||
- page: Built-in Microsite
|
||||
url: microsite
|
||||
- page: User Management
|
||||
url: users
|
||||
- page: Playlists and Smartblocks
|
||||
url: playlists-smartblocks
|
||||
- page: Playout History & Auditing
|
||||
url: playout-history
|
||||
- page: Podcasts and Webstreams
|
||||
url: podcasts-webstreams
|
||||
- page: Preparing Media
|
||||
|
@ -40,6 +44,8 @@ docsnav:
|
|||
url: scheduling-shows
|
||||
- page: Settings
|
||||
url: settings
|
||||
- page: Streaming Listener Statistics
|
||||
url: listener-stats
|
||||
- section: Advanced Configuration
|
||||
contents:
|
||||
- page: Backing up LibreTime
|
||||
|
@ -56,11 +62,6 @@ docsnav:
|
|||
contents:
|
||||
- page: Basic Troubleshooting
|
||||
url: troubleshooting
|
||||
- section: Radio Broadcasting 101
|
||||
contents:
|
||||
- page: UNESCO Public Radio Guide
|
||||
url: learnradio-unescoguide
|
||||
- page:
|
||||
- section: Appendix
|
||||
contents:
|
||||
- page: HD Audio Modules
|
||||
|
|
|
@ -167,7 +167,7 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a class="portfolio-box" href="img/portfolio/stream-stats.jpg">
|
||||
<a class="portfolio-box" href="listener-stats">
|
||||
<img class="img-fluid" src="img/portfolio/stream-stats.jpg" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
|
@ -191,19 +191,19 @@
|
|||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a class="portfolio-box" href="img/portfolio/builtin-microsite.jpg">
|
||||
<a class="portfolio-box" href="microsite">
|
||||
<img class="img-fluid" src="img/portfolio/builtin-microsite.jpg" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
<div class="project-category text-faded">
|
||||
Built-in Website/Microsite
|
||||
Built-in Microsite
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-lg-4 col-sm-6">
|
||||
<a class="portfolio-box" href="img/portfolio/playout-history.jpg">
|
||||
<a class="portfolio-box" href="playout-history">
|
||||
<img class="img-fluid" src="img/portfolio/playout-history.jpg" alt="">
|
||||
<div class="portfolio-box-caption">
|
||||
<div class="portfolio-box-caption-content">
|
||||
|
@ -257,7 +257,7 @@
|
|||
<div class="row">
|
||||
<div class="col-lg-4">
|
||||
|
||||
<a class="btn btn-light btn-xl sr-button btn-outline-full-width" target="_blank" target="_blank" href="https://github.com/libretime/libretime">Contribute to Libretime</a>
|
||||
<a class="btn btn-light btn-xl sr-button btn-outline-full-width" target="_blank" target="_blank" href="contribute">Contribute to Libretime</a>
|
||||
|
||||
<a class="btn btn-light btn-xl sr-button btn-outline-full-width" target="_blank" target="_blank" href="https://discourse.libretime.org/">Get Support on Discourse</a>
|
||||
|
||||
|
|
|
@ -1,35 +0,0 @@
|
|||
---
|
||||
layout: docs
|
||||
---
|
||||
|
||||
## Listen
|
||||
|
||||

|
||||
|
||||
In the Master Panel, beneath the **ON AIR** indicator, you will find the **LISTEN** button. This button opens a
|
||||
pop-up **Live stream** window, which enables you to monitor the streams that have been configured previously
|
||||
in the **Streams** page on the **System** menu. In the **Live stream** window, a drop-down menu enables you to
|
||||
switch between the streams which are currently available. Both the streaming server and name of the stream are
|
||||
shown. Your station logo is shown in the top left corner of the window, if you have uploaded one via
|
||||
the **Preferences** page on the **System** menu.
|
||||
|
||||

|
||||
|
||||
> Note: the volume controls in the Listen window only affect what you hear on your computer, not LibreTime's main output
|
||||
|
||||

|
||||
|
||||
To display the URL of the stream you are monitoring, so that you can copy and paste it into an email or web page, click the **Share** button. Click the **X** icon to the right of the URL to return to the drop-down menu of available streams.
|
||||
|
||||

|
||||
|
||||
## Radio page
|
||||
|
||||

|
||||
|
||||
LibreTime includes a mini-site, which can be accessed at _serverIP_ (for local installations), or
|
||||
_libretime.yourdomain.com_ or _cloudvmIP_ (for installations to a server on a domain). The site includes your
|
||||
logo and station description (set under Settings > General), the login button to the LibreTime interface, the schedule for the next seven days,
|
||||
podcast tabs, and a live feed of your station with the currently playing artist and track displayed.
|
||||
|
||||
The background of the radio page can be changed; see instructions [here](interface-customization).
|
|
@ -1,3 +1,8 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Streaming Listener Statistics
|
||||
---
|
||||
|
||||
The Listener Stats page on the Analytics menu shows graphs of listener connections to the configured streaming servers for the selected date and time range. On the right side, a green **Status** indicator shows **OK** if the connection to the streaming server is active.
|
||||
|
||||

|
||||
|
|
|
@ -0,0 +1,15 @@
|
|||
---
|
||||
layout: docs
|
||||
title: Built-in Microsite
|
||||
---
|
||||
|
||||
## Radio page
|
||||
|
||||

|
||||
|
||||
LibreTime includes a mini-site, which can be accessed at _serverIP_ (for local installations), or
|
||||
_libretime.yourdomain.com_ or _cloudvmIP_ (for installations to a server on a domain). The site includes your
|
||||
logo and station description (set under Settings > General), the login button to the LibreTime interface, the schedule for the next seven days,
|
||||
podcast tabs, and a live feed of your station with the currently playing artist and track displayed.
|
||||
|
||||
The background of the radio page can be changed; see instructions [here](interface-customization).
|
Loading…
Reference in New Issue