From 06d22dc6b9a7e468d2061c9c66959c7964b0c7a8 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Wed, 20 May 2020 15:25:42 -0400 Subject: [PATCH] Removed help.md, merged radio-page and listen into tour --- docs/help.md | 11 ----------- docs/listen.md | 21 --------------------- docs/radio-page.md | 30 ------------------------------ docs/tour.md | 35 ++++++++++++++++++++++++++++++++++- 4 files changed, 34 insertions(+), 63 deletions(-) delete mode 100644 docs/help.md delete mode 100644 docs/listen.md delete mode 100644 docs/radio-page.md diff --git a/docs/help.md b/docs/help.md deleted file mode 100644 index eff8b214d..000000000 --- a/docs/help.md +++ /dev/null @@ -1,11 +0,0 @@ -# Help menu - -The first entry on LibreTime's **Help** menu offers a **Getting Started** guide -for new users. Further down, there is also a link to the online version of this - **User Manual**. - -![](img/Screenshot460-Help_page.png) - -You can visit the LibreTime online support forum at - to ask for help from the community -regarding your LibreTime setup. diff --git a/docs/listen.md b/docs/listen.md deleted file mode 100644 index 7af16b5c5..000000000 --- a/docs/listen.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -sidebar: mainmenus ---- - -In the Master Panel, beneath the **ON AIR** indicator, you will find the **LISTEN** button. - -![](img/listen-button.png) - -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) - -Beneath the drop-down menu for stream selection is an orange volume control bar. This volume control only adjusts the output level of the pop-up **Live Stream** window, not the output level of the LibreTime server itself. To adjust output level between muted and maximum, click on the corresponding place in the orange bar, with maximum level on the right side. Click on the left side speaker icon to mute the 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) - -When you have finished monitoring the streams, you can close the pop-up window in the normal way, depending on the browser you are using. In Firefox, you can close the window by clicking the **X** button in the top right corner. This action will not shut down the output from the LibreTime server, only the stream monitoring on your desktop computer or laptop. diff --git a/docs/radio-page.md b/docs/radio-page.md deleted file mode 100644 index ac8e34d37..000000000 --- a/docs/radio-page.md +++ /dev/null @@ -1,30 +0,0 @@ ---- -sidebar: mainmenus ---- - -# Radio page - -LibreTime includes a mini-site, which can be accessed at _localhost_ (for local installations) or -_libretime.example.com_ (for installations to a server on a domain). - -![](img/radio-page.png) - -The site includes your logo (set under Settings > General), the login button to the LibreTime interface, links for the schedule, station description, and podcast tabs, and a livestream player that runs of the stream from the built-in Icecast2 server. -The currently playing artist and track are displayed. - -![](img/radio-schedule.png) - -The schedule tab opens by default and shows a schedule for your station based on LibreTime's Calendar -for the next 7 days. All times are presented in 12 hour format. - -![](img/radio-about.png) - -The about tab includes your station name and a quick blurb about your station that can be set under Settings > General (more info [here](../general/index.md)). - -![](img/radio-podcast.png) - -Tracks published wind up here, and can be played back on-demand. This is a great place for putting episodes of shows that have already played out on stream. The Subscribe button allows for listeners to subscribe to your podcast's RSS feed in a podcast client of their choice, such as Apple Podcasts. - -![](img/radio-altbkgnd.png) - -The background of the radio page can be changed; see instructions [here](interface-customization). Image comes from [CATS ON SYNTHESIZERS IN SPACE](https://www.catsonsynthesizersinspace.com/). diff --git a/docs/tour.md b/docs/tour.md index 1c2999950..d228a7c7a 100644 --- a/docs/tour.md +++ b/docs/tour.md @@ -1 +1,34 @@ -# Interface Tour \ No newline at end of file +# Interface Tour + +## 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). +Image comes from [CATS ON SYNTHESIZERS IN SPACE](https://www.catsonsynthesizersinspace.com/).