From 99d74edbeeb0701cebc88e6c51496d87ce7b613f Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Thu, 28 May 2020 10:49:28 -0400 Subject: [PATCH] Reworking site to reflect main features @paddatrapper --- docs/_data/nav.yml | 21 +++++------ docs/_layouts/splash.html | 10 +++--- docs/{dashboard.md => library.md} | 0 docs/listen.md | 35 ------------------- docs/listener-stats.md | 5 +++ docs/microsite.md | 15 ++++++++ ...nradio-unescoguide.md => ota-broadcast.md} | 0 docs/{history.md => playout-history.md} | 0 8 files changed, 36 insertions(+), 50 deletions(-) rename docs/{dashboard.md => library.md} (100%) delete mode 100644 docs/listen.md create mode 100644 docs/microsite.md rename docs/{learnradio-unescoguide.md => ota-broadcast.md} (100%) rename docs/{history.md => playout-history.md} (100%) diff --git a/docs/_data/nav.yml b/docs/_data/nav.yml index 4774637fd..fd9d870e4 100644 --- a/docs/_data/nav.yml +++ b/docs/_data/nav.yml @@ -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 diff --git a/docs/_layouts/splash.html b/docs/_layouts/splash.html index df4e69652..a37063cb6 100644 --- a/docs/_layouts/splash.html +++ b/docs/_layouts/splash.html @@ -167,7 +167,7 @@
- +
- +
@@ -257,7 +257,7 @@
- Contribute to Libretime + Contribute to Libretime Get Support on Discourse diff --git a/docs/dashboard.md b/docs/library.md similarity index 100% rename from docs/dashboard.md rename to docs/library.md diff --git a/docs/listen.md b/docs/listen.md deleted file mode 100644 index 070a9224d..000000000 --- a/docs/listen.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -layout: docs ---- - -## Listen - -![](img/listen-button.png) - -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. - -![](img/Screenshot477-Live_stream_chooser.png) - -> Note: the volume controls in the Listen window only affect what you hear on your computer, not LibreTime's main output - -![](img/Screenshot478-Live_stream_mute.png)  - -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. - -![](img/Screenshot479-Live_stream_share.png) - -## Radio page - -![](img/radio-page.png) - -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). diff --git a/docs/listener-stats.md b/docs/listener-stats.md index f80ed3309..b498606d8 100644 --- a/docs/listener-stats.md +++ b/docs/listener-stats.md @@ -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. ![](img/Screenshot483-Listener_Stats.png) diff --git a/docs/microsite.md b/docs/microsite.md new file mode 100644 index 000000000..48cf914d2 --- /dev/null +++ b/docs/microsite.md @@ -0,0 +1,15 @@ +--- +layout: docs +title: Built-in Microsite +--- + +## Radio page + +![](img/radio-page.png) + +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). diff --git a/docs/learnradio-unescoguide.md b/docs/ota-broadcast.md similarity index 100% rename from docs/learnradio-unescoguide.md rename to docs/ota-broadcast.md diff --git a/docs/history.md b/docs/playout-history.md similarity index 100% rename from docs/history.md rename to docs/playout-history.md