Starting to update FAQ page, continuing to fix links
This commit is contained in:
parent
e24f36ffc0
commit
5e45a3b74d
|
@ -1,7 +1,7 @@
|
|||
title: LibreTime
|
||||
description: An open source radio automation server made for (and by) low-power FM stations and the rest of us.
|
||||
logo: 144px.png
|
||||
baseurl: "/" # The subpath of your site, e.g. /blog
|
||||
baseurl: "/libretime" # The subpath of your site, e.g. /blog
|
||||
url: "https://libretime.org" # The base hostname & protocol for your site, e.g. http://example.com
|
||||
|
||||
layouts_dir: _layouts
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
---
|
||||
layout: article
|
||||
title: Icecast and Shoutcast Stream Configuration
|
||||
git: icecast-shoutcast.md
|
||||
title: Icecast Configuration
|
||||
category: admin
|
||||
---
|
||||
|
|
@ -4,11 +4,17 @@ title: Playlists and Smartblocks
|
|||
category: interface
|
||||
---
|
||||
|
||||
> **About Autoloading Playlists**
|
||||
>
|
||||
> Libretime will schedule tracks from a selected playlist an hour before a show is
|
||||
> scheduled to air. This is a great way to automatically schedule weekly shows which are received
|
||||
> via. podcasts.
|
||||
|
||||
### Creating a new playlist
|
||||
|
||||
You can create a new playlist on the toolbar of the **Playlists** page.
|
||||
|
||||

|
||||

|
||||
|
||||
Enter a **Name** and **Description** for the playlist, then click the **Save** button. Setting good quality metadata here will help you find the playlist using the search box later, so you should be as descriptive as possible.
|
||||
|
||||
|
@ -28,7 +34,7 @@ If you want to edit the playlist content or metadata later, you can find it by *
|
|||
|
||||
### Creating a Smartblock
|
||||
|
||||

|
||||

|
||||
|
||||
Smart blocks are automatically filled with media files from the LibreTime library, according to the criteria that you specify. This feature is intended to save staff time, compared to selecting items for a playlist manually, and can be used to schedule shows that operate in a consistent format.
|
||||
|
||||
|
@ -38,19 +44,20 @@ Fill out the smart block's **Name**, **Search Criteria**, and **Limit to** secti
|
|||
|
||||
If you have a large number of files which meet the criteria that you specify, you may wish to limit the duration of the smart block using the **Limit to** field, so that it fits within the show you have in mind. Select **hours**, **minutes** or **items** from the drop-down menu, and click the **Generate** button again, if it is a static smart block. Then click the **Save** button.
|
||||
|
||||
> Note: Smart Blocks by default will never overflow the Time Limit. For instance if you set a time limit of 1 hour. It will add tracks to the schedule until it can't add any more tracks without exceeding the hour. This is to prevent tracks from being cut-off because they exceed the time limit of a show.
|
||||
>
|
||||
> If you want a smartblock to schedule tracks until it is longer than the Time Limit you can check "Allow last track to exceed time limit". This will make LibreTime add tracks that meet the criteria until it equals or is longer than the time limit. This is helpful for avoiding dead air on shows that are being autoscheduled.
|
||||
> Note: Smart Blocks by default will not overflow the length of a scheduled show.
|
||||
> This is to prevent tracks from being cut-off because they exceed the time limit of a show.
|
||||
> If you want a smartblock to schedule tracks until it is longer than the Time Limit you can check **"Allow last track to exceed time limit"**
|
||||
> (helpful for avoiding dead air on autoscheduled shows).
|
||||
|
||||

|
||||

|
||||
|
||||
You can also set the **smart block type**. A **Static** smart block will save the criteria and generate the block content immediately. This enables you to edit the contents of the block in the **Library** page before adding it to a show. A **Dynamic** smart block will only save the criteria, and the specific content will be generated at the time the block is added to a show. After that, the content of the show can be changed or re-ordered in the **Now Playing** page.
|
||||
|
||||
Click the **plus button** on the left to add OR criteria, such as **Creator** containing *beck* OR *jimi*. To add AND criteria, such as **Creator** containing *jimi* AND BPM in the range *120* to *130*, click the **plus button** on the right. (The criteria are not case sensitive). Click **Preview** to see the results.
|
||||
|
||||
> If you see the message *0 files meet the criteria*, it might mean that the files in the Library have not been tagged with the correct metadata. See the chapter [Preparing media](preparing-media) for tips on tagging content.
|
||||
> If you see the message **0 files meet the criteria**, it might mean that the files in the Library have not been tagged with the correct metadata. See the chapter [Preparing media](/docs/preparing-media) for tips on tagging content.
|
||||
|
||||

|
||||

|
||||
|
||||
If you don't like the ordering which is generated, click the **Shuffle** button, or drag and drop the smart block contents into the order that you prefer. You can also remove items or add new items manually from the Library. Changes to static smart block contents are saved automatically when you add items, remove or re-order them, or click the **Generate** button. Click the **Save** button in the upper right corner to save any changes to smart block criteria.
|
||||
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
---
|
||||
layout: article
|
||||
title: Settings
|
||||
git: settings.md
|
||||
category: admin
|
||||
---
|
||||
|
||||
|
||||
## General Settings
|
||||
|
||||

|
||||

|
||||
|
||||
On the **Settings** menu, click **General** to set your **Station Name**. This
|
||||
text is shown in your web browser's title bar when your station staff are logged
|
||||
into LibreTime, and optionally in stream metadata. You can also set a **Station
|
||||
Description** and **Station Logo** here.
|
||||
|
||||

|
||||

|
||||
|
||||
The **Default Interface Language** drop-down menu sets the default localization
|
||||
for your LibreTime instance, and the **Station Timezone** drop-down menu can be
|
||||
|
@ -50,12 +50,12 @@ podcast to LibreTime. This can also be done manually by the generate smartblock
|
|||
and playlist button under a podcasts settings which is why it is disabled by
|
||||
default.
|
||||
|
||||

|
||||

|
||||
|
||||
You can enable live, read-only access to the LibreTime schedule calendar for
|
||||
your station's public website with the **Public LibreTime API** option, if you
|
||||
wish. (There is more about this feature in the
|
||||
[*Exporting the schedule*](exporting-the-schedule) chapter, in the
|
||||
[*Exporting the schedule*](/docs/playout-history) chapter, in the
|
||||
*Advanced Configuration* section of this book).
|
||||
|
||||
The **Allowed CORS URLs** is intended to deal with situations where you want a
|
||||
|
@ -71,7 +71,7 @@ The **Tune-In Settings** section is intended for stations that have partnered
|
|||
with TuneIn to automatically push their now playing metadata to TuneIn. This
|
||||
hasn't been tested and also requires special credentials from TuneIn.
|
||||
|
||||

|
||||

|
||||
|
||||
The **Dangerous Options** section provides an administrator the ability to erase
|
||||
the entire LibreTime library.
|
||||
|
@ -79,13 +79,13 @@ the entire LibreTime library.
|
|||
When you are done remember click the **Save** button at the top or bottom of the
|
||||
form.
|
||||
|
||||

|
||||

|
||||
|
||||
Individual LibreTime users can choose another interface localization when they
|
||||
log in, or set personal preferences for localization and time zone by clicking
|
||||
their username on the right side of the menu bar.
|
||||
|
||||

|
||||

|
||||
|
||||
----
|
||||
|
||||
|
@ -120,7 +120,7 @@ The second checkbox under Global Settings enables the sending of **Icecast Vorbi
|
|||
|
||||
The **Stream Label** radio button allows you to set the metadata that will be sent with direct streams; *Artist* and *Title*, *Show*, *Artist* and *Title*, or *Station name* and *Show name*.
|
||||
|
||||

|
||||

|
||||
|
||||
The **Off Air Metadata** field configures the text that will be sent to any configured streaming servers, and from there on to media players, when Airtime is not streaming any output.
|
||||
|
||||
|
@ -144,7 +144,7 @@ Input streams must have a **Port** for the remote broadcaster to connect to, whi
|
|||
|
||||
To avoid further confusion, it is also recommended that you set a different **Mount Point** (the specific filename for broadcasters and listeners to connect to) from that used on your public Icecast or SHOUTcast server.
|
||||
|
||||

|
||||

|
||||
|
||||
If your Airtime server is behind a firewall, and you wish remote broadcasters to connect input streams to it across the public Internet, you may need to click the **Override** link to set a **Connection URL** which is available from outside your local area network. This URL might be based on the domain name assigned to the router which forwards the appropriate port to your Airtime server. Then click **OK** to save the new connection URL.
|
||||
|
||||
|
@ -152,11 +152,11 @@ If your Airtime server is behind a firewall, and you wish remote broadcasters to
|
|||
|
||||
In the Master Panel, available input source streams are shown with an orange line connecting the source to the switch, which you could think of like a patch cable connecting a source to a broadcast mixer. When that switch is active, another orange line connects the switch to the On Air indicator, like a patch cable connecting a mixer to a transmitter.
|
||||
|
||||

|
||||

|
||||
|
||||
If you have checked the **Auto Switch On** box in the Stream Settings page, the **Master Source** switch will move automatically to the active position, on the left, when an authenticated master source connects to Airtime. Otherwise, you can activate the switches manually by clicking the left side of each switch, or deactivate them by clicking the right side. The switches do not have to be dragged with the mouse, in the way that a switch on a hardware mixer would be pushed sideways. **Show Source** live input streams can also be manually activated or deactivated in the same way. If neither the show source or master source is active then LibreTime will default to what is scheduled to play in the Calendar.
|
||||
|
||||

|
||||

|
||||
|
||||
If you have the **Auto Switch Off** box checked LibreTime will resume scheduled playback whenever a stream disconnects. Otherwise you will need to slide to disable a source after a DJ stops streaming.
|
||||
|
||||
|
@ -170,37 +170,19 @@ On the right side of the page, you can configure up to three independent output
|
|||
|
||||
To configure another stream, click the bar with the stream number to expand its box, and make sure **Enabled** is checked. Enter at least the streaming **Server** IP address or domain name, and **Port** details. The default port for Icecast and SHOUTcast servers is 8000.
|
||||
|
||||

|
||||

|
||||
|
||||
Click **Additional Options** to expand a box in which you can enter the usernames, passwords and metadata to send to the streaming server. The default **Username** for Icecast servers is *source*, and if this the name in use on your streaming server, you can leave this field empty. The **Admin User** and **Admin Password** settings are optional, and are used to query the streaming server for audience numbers by the **Listener Stats** page on the **System** menu.
|
||||
|
||||
You can also set the specific **Mount Point** that listeners will connect to here. Then click one of the **Save** buttons in the upper or lower right corner of the page to update the Airtime server's settings.
|
||||
|
||||

|
||||

|
||||
|
||||
Airtime supports output to Icecast in Ogg Vorbis, Ogg Opus, MP3 and AAC formats. When selecting a SHOUTcast server from the **Service Type** drop-down menu, you are restricted to using MP3 or AAC formats only, so the choice of Ogg Vorbis and Opus formats is greyed out in the **Stream Type** drop-down menu. The SHOUTcast username for stream sources is fixed, so you do not need to enter this value under **Additional Options**, but you will usually have to enter a password.
|
||||
|
||||

|
||||

|
||||
|
||||
Any connection problems between Liquidsoap and Icecast or SHOUTcast are shown on the Stream Settings page. For example, if you enter the wrong password, you will see an *Authentication Required* error message. To fix this, enter the correct password in the **Additional Options** box, and click the **Save** button. If the streaming server is down for any reason, or you have entered an incorrect **Server** name or **Port** number, you will see the message *Can not connect to the streaming server*.
|
||||
|
||||

|
||||
|
||||
------
|
||||
|
||||
|
||||
## The Status page {#status}
|
||||
|
||||
On the **Settings** menu, the **Status** page provides an overview of the health and resource usage of the various
|
||||
services that make up a LibreTime system. If all is well, you will only see green check mark icons in the
|
||||
**Status** column. This page also shows how much **Disk Space** you have used on the disk partition containing the media storage folder.
|
||||
|
||||

|
||||
|
||||
If any of the check mark icons in the **Status** column have changed to a red warning sign, contact your system
|
||||
administrator for assistance. (The chapter [Troubleshooting](troubleshooting) contains some tips). LibreTime will
|
||||
do its best to restart any failing services, but sometimes manual intervention may be required; for example, in the case of hardware failure.
|
||||
|
||||
If you have run out of storage space, a LibreTime user with *admin* privileges could log in and delete media files
|
||||
that are no longer required from the **Library**. Alternatively, you could ask your system administrator to install additional storage capacity.
|
||||

|
||||
|
||||
|
|
|
@ -0,0 +1,18 @@
|
|||
---
|
||||
layout: article
|
||||
title: System Status
|
||||
category: admin
|
||||
---
|
||||
|
||||
On the **Settings** menu, the **Status** page provides an overview of the health and resource usage of the various
|
||||
services that make up a LibreTime system. If all is well, you will only see green check mark icons in the
|
||||
**Status** column. This page also shows how much **Disk Space** you have used on the disk partition containing the media storage folder.
|
||||
|
||||

|
||||
|
||||
If any of the check mark icons in the **Status** column have changed to a red warning sign, contact your system
|
||||
administrator for assistance. (The chapter [Troubleshooting](/docs/troubleshooting) contains some tips). LibreTime will
|
||||
do its best to restart any failing services, but sometimes manual intervention may be required; for example, in the case of hardware failure.
|
||||
|
||||
If you have run out of storage space, a LibreTime user with *admin* privileges could log in and delete media files
|
||||
that are no longer required from the **Library**. Alternatively, you could ask your system administrator to install additional storage capacity.
|
152
docs/faq.html
152
docs/faq.html
|
@ -34,30 +34,13 @@ layout: default
|
|||
<div class="row">
|
||||
<div class="col-lg-4 mb-4 mb-lg-3 order-lg-2">
|
||||
<div class="js-sticky-sidebar">
|
||||
<div class="list-group mb-4" id="faq" role="tablist">
|
||||
<a class="list-group-item list-group-item-action active" id="faq-purchase" data-toggle="tab" href="#faq-purchase-content" role="tab" aria-controls="faq-purchase-content" aria-selected="true">
|
||||
<i class="fa fa-fw fa-shopping-basket mr-1"></i> Purchase
|
||||
</a>
|
||||
|
||||
<a class="list-group-item list-group-item-action" id="faq-installation" data-toggle="tab" href="#faq-installation-content" role="tab" aria-controls="faq-installation-content" aria-selected="false">
|
||||
<i class="fa fa-save fa-adjust mr-1"></i> Installation
|
||||
</a>
|
||||
|
||||
<a class="list-group-item list-group-item-action" id="faq-update" data-toggle="tab" href="#faq-update-content" role="tab" aria-controls="faq-update-content" aria-selected="false">
|
||||
<i class="fa fa-fw fa-layer-group mr-1"></i> Update
|
||||
</a>
|
||||
|
||||
<a class="list-group-item list-group-item-action" id="faq-contribute" data-toggle="tab" href="#faq-contribute-content" role="tab" aria-controls="faq-contribute-content" aria-selected="false">
|
||||
<i class="fab fa-fw fa-github mr-1"></i> Contribute
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<!-- Call To Action -->
|
||||
<a class="card border-0 bg-primary link-white text-white mb-4" href="https://github.com/LibreTime/libretime/releases">
|
||||
<div class="card-body z-index-1">
|
||||
<div class="d-flex align-items-center">
|
||||
<i class="fab fa-github fa-3x mr-4"></i>
|
||||
<p class="mb-0">Stay up to date for any updates and contributions!</p>
|
||||
<p class="mb-0">Stay up to date for any abouts and contributions!</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -74,8 +57,9 @@ layout: default
|
|||
|
||||
<div class="col-lg-8 pr-lg-6 order-lg-1">
|
||||
<div class="tab-content" id="faqTabContent">
|
||||
<div class="tab-pane fade show active" id="faq-purchase-content" role="tabpanel" aria-labelledby="faq-purchase">
|
||||
<div class="tab-pane fade show active" id="faq-troubleshooting-content" role="tabpanel" aria-labelledby="faq-troubleshooting">
|
||||
<div class="accordion" id="accordionExample-001">
|
||||
|
||||
<div class="card border-bottom mb-3">
|
||||
<div class="card-header accordion-header d-flex align-items-center" id="headingOne-001" data-toggle="collapse" data-target="#collapseOne-001" aria-expanded="true" aria-controls="collapseOne-001" role="region">
|
||||
<h6 class="mb-0">What is Docs UI Kit?</h6>
|
||||
|
@ -150,134 +134,14 @@ layout: default
|
|||
|
||||
<div class="card border-bottom mb-3">
|
||||
<div class="card-header accordion-header d-flex align-items-center collapsed" id="headingEight-001" data-toggle="collapse" data-target="#collapseEight-001" aria-expanded="false" aria-controls="collapseEight-001" role="region">
|
||||
<h6 class="mb-0">How many pages includes Docs UI Kit?</h6>
|
||||
<h6 class="mb-0">How do I uninstall Libretime?</h6>
|
||||
<i class="fas fa-angle-down accordion-control ml-auto text-primary"></i>
|
||||
</div>
|
||||
<div id="collapseEight-001" class="collapse" aria-labelledby="headingEight-001" data-parent="#accordionExample-001">
|
||||
<div class="card-body">Docs UI Kit comes with 10+ example pages.</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade" id="faq-installation-content" role="tabpanel" aria-labelledby="faq-installation">
|
||||
<div class="accordion" id="accordionExample-002">
|
||||
<div class="card border-bottom mb-3">
|
||||
<div class="card-header accordion-header d-flex align-items-center" id="headingOne-002" data-toggle="collapse" data-target="#collapseOne-002" aria-expanded="true" aria-controls="collapseOne-002" role="region">
|
||||
<h6 class="mb-0">Installation Group Item #1</h6>
|
||||
<i class="fas fa-angle-down accordion-control ml-auto text-primary"></i>
|
||||
</div>
|
||||
|
||||
<div id="collapseOne-002" class="collapse show" aria-labelledby="headingOne-002" data-parent="#accordionExample-002">
|
||||
<div class="card-body">
|
||||
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card border-bottom mb-3">
|
||||
<div class="card-header accordion-header d-flex align-items-center collapsed" id="headingTwo-002" data-toggle="collapse" data-target="#collapseTwo-002" aria-expanded="false" aria-controls="collapseTwo-002" role="region">
|
||||
<h6 class="mb-0">Installation Group Item #2</h6>
|
||||
<i class="fas fa-angle-down accordion-control ml-auto text-primary"></i>
|
||||
</div>
|
||||
<div id="collapseTwo-002" class="collapse" aria-labelledby="headingTwo-002" data-parent="#accordionExample-002">
|
||||
<div class="card-body">
|
||||
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card border-bottom mb-3">
|
||||
<div class="card-header accordion-header d-flex align-items-center collapsed" id="headingThree-002" data-toggle="collapse" data-target="#collapseThree-002" aria-expanded="false" aria-controls="collapseThree-002" role="region">
|
||||
<h6 class="mb-0">Installation Group Item #3</h6>
|
||||
<i class="fas fa-angle-down accordion-control ml-auto text-primary"></i>
|
||||
</div>
|
||||
<div id="collapseThree-002" class="collapse" aria-labelledby="headingThree-002" data-parent="#accordionExample-002">
|
||||
<div class="card-body">
|
||||
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade" id="faq-update-content" role="tabpanel" aria-labelledby="faq-update">
|
||||
<div class="accordion" id="accordionExample-003">
|
||||
<div class="card border-bottom mb-3">
|
||||
<div class="card-header accordion-header d-flex align-items-center" id="headingOne-003" data-toggle="collapse" data-target="#collapseOne-003" aria-expanded="true" aria-controls="collapseOne-003" role="region">
|
||||
<h6 class="mb-0">Update Group Item #1</h6>
|
||||
<i class="fas fa-angle-down accordion-control ml-auto text-primary"></i>
|
||||
</div>
|
||||
|
||||
<div id="collapseOne-003" class="collapse show" aria-labelledby="headingOne-003" data-parent="#accordionExample-003">
|
||||
<div class="card-body">
|
||||
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card border-bottom mb-3">
|
||||
<div class="card-header accordion-header d-flex align-items-center collapsed" id="headingTwo-003" data-toggle="collapse" data-target="#collapseTwo-003" aria-expanded="false" aria-controls="collapseTwo-003" role="region">
|
||||
<h6 class="mb-0">Update Group Item #2</h6>
|
||||
<i class="fas fa-angle-down accordion-control ml-auto text-primary"></i>
|
||||
</div>
|
||||
<div id="collapseTwo-003" class="collapse" aria-labelledby="headingTwo-003" data-parent="#accordionExample-003">
|
||||
<div class="card-body">
|
||||
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card border-bottom mb-3">
|
||||
<div class="card-header accordion-header d-flex align-items-center collapsed" id="headingThree-003" data-toggle="collapse" data-target="#collapseThree-003" aria-expanded="false" aria-controls="collapseThree-003" role="region">
|
||||
<h6 class="mb-0">Update Group Item #3</h6>
|
||||
<i class="fas fa-angle-down accordion-control ml-auto text-primary"></i>
|
||||
</div>
|
||||
<div id="collapseThree-003" class="collapse" aria-labelledby="headingThree-003" data-parent="#accordionExample-003">
|
||||
<div class="card-body">
|
||||
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="tab-pane fade" id="faq-contribute-content" role="tabpanel" aria-labelledby="faq-contribute">
|
||||
<div class="accordion" id="accordionExample-004">
|
||||
<div class="card border-bottom mb-3">
|
||||
<div class="card-header accordion-header d-flex align-items-center" id="headingOne-004" data-toggle="collapse" data-target="#collapseOne-004" aria-expanded="true" aria-controls="collapseOne-004" role="region">
|
||||
<h6 class="mb-0">Gitlab Group Item #1</h6>
|
||||
<i class="fas fa-angle-down accordion-control ml-auto text-primary"></i>
|
||||
</div>
|
||||
|
||||
<div id="collapseOne-004" class="collapse show" aria-labelledby="headingOne-004" data-parent="#accordionExample-004">
|
||||
<div class="card-body">
|
||||
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card border-bottom mb-3">
|
||||
<div class="card-header accordion-header d-flex align-items-center collapsed" id="headingTwo-004" data-toggle="collapse" data-target="#collapseTwo-004" aria-expanded="false" aria-controls="collapseTwo-004" role="region">
|
||||
<h6 class="mb-0">Gitlab Group Item #2</h6>
|
||||
<i class="fas fa-angle-down accordion-control ml-auto text-primary"></i>
|
||||
</div>
|
||||
<div id="collapseTwo-004" class="collapse" aria-labelledby="headingTwo-004" data-parent="#accordionExample-004">
|
||||
<div class="card-body">
|
||||
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="card border-bottom mb-3">
|
||||
<div class="card-header accordion-header d-flex align-items-center collapsed" id="headingThree-004" data-toggle="collapse" data-target="#collapseThree-004" aria-expanded="false" aria-controls="collapseThree-004" role="region">
|
||||
<h6 class="mb-0">Gitlab Group Item #3</h6>
|
||||
<i class="fas fa-angle-down accordion-control ml-auto text-primary"></i>
|
||||
</div>
|
||||
<div id="collapseThree-004" class="collapse" aria-labelledby="headingThree-004" data-parent="#accordionExample-004">
|
||||
<div class="card-body">
|
||||
Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus terry richardson ad squid. 3 wolf moon officia aute, non cupidatat skateboard dolor brunch. Food truck quinoa nesciunt laborum eiusmod. Brunch 3 wolf moon tempor, sunt aliqua put a bird on it squid single-origin coffee nulla assumenda shoreditch et. Nihil anim keffiyeh helvetica, craft beer labore wes anderson cred nesciunt sapiente ea proident. Ad vegan excepteur butcher vice lomo. Leggings occaecat craft beer farm-to-table, raw denim aesthetic synth nesciunt you probably haven't heard of them accusamus labore sustainable VHS.
|
||||
</div>
|
||||
<div class="card-body">Hopefully it wasn't something that we did, but if you need to uninstall LibreTime for any reason, cd to the directory of the installer and run <code>sudo ./uninstall</code>.
|
||||
If allowed, the installer will **permanently** delete all databases and media uploaded to LibreTime.
|
||||
<p>If it was something we did, please <a href="https://github.com/LibreTime/libretime/issues" target="_blank">open an issue request</a> on our Github.
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue