Added youtube tutorials to docs
This commit is contained in:
parent
d4784355ee
commit
28cd9f6d51
17 changed files with 58 additions and 3 deletions
|
@ -11,8 +11,13 @@ LibreTime is Free/Libre and Open Source Software (FLOSS). Among other things, th
|
||||||
|
|
||||||
LibreTime is a fork of AirTime due to stalled development of the FLOSS version. For background on this, see this [open letter to the Airtime community](https://gist.github.com/hairmare/8c03b69c9accc90cfe31fd7e77c3b07d).
|
LibreTime is a fork of AirTime due to stalled development of the FLOSS version. For background on this, see this [open letter to the Airtime community](https://gist.github.com/hairmare/8c03b69c9accc90cfe31fd7e77c3b07d).
|
||||||
|
|
||||||
|
If you are end-user of an already installed LibreTime instance we have a number of [tutorials](manual/tutorials/index.md) that can help you learn how to use the software.
|
||||||
|
|
||||||
Getting Started
|
We also have [how-to guides](manual/howtos) that contain step-by-step instructions for various common tasks.
|
||||||
|
|
||||||
|
There are currently no companies offering turn-key LibreTime hosting so if you are interested in running it you will need to have some familiarity with running a linux server. You can always reach out to help from the community at our [forum](http://discourse.libretime.org)
|
||||||
|
|
||||||
|
Getting Started (for Developers and Admins)
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
The easiest way to check out LibreTime for yourself is to run a local instance in a virtual machine. Assuming you already have Git, Vagrant and Virtualbox installed, just run:
|
The easiest way to check out LibreTime for yourself is to run a local instance in a virtual machine. Assuming you already have Git, Vagrant and Virtualbox installed, just run:
|
||||||
|
@ -20,10 +25,9 @@ The easiest way to check out LibreTime for yourself is to run a local instance i
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/libretime/libretime.git
|
git clone https://github.com/libretime/libretime.git
|
||||||
cd libretime
|
cd libretime
|
||||||
vagrant up ubuntu-trusty
|
vagrant up ubuntu-bionic
|
||||||
```
|
```
|
||||||
|
|
||||||
If everything works out, you will find LibreTime on [port 8080](http://localhost:8080), icecast on [port 8000](http://localhost:8000) and the docs on [port 8888](http://localhost:8888).
|
If everything works out, you will find LibreTime on [port 8080](http://localhost:8080), icecast on [port 8000](http://localhost:8000) and the docs on [port 8888](http://localhost:8888).
|
||||||
|
|
||||||
Of course, this setup isn't appropriate for production use. For that, check out our [installation instructions](install.md). More information on the vagrant setup are in [the docs](vagrant.md).
|
Of course, this setup isn't appropriate for production use. For that, check out our [installation instructions](install.md). More information on the vagrant setup are in [the docs](vagrant.md).
|
||||||
|
|
||||||
|
|
1
docs/manual/howtos/index.md
Normal file
1
docs/manual/howtos/index.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
How-To
|
2
docs/manual/tutorials/autodj.md
Normal file
2
docs/manual/tutorials/autodj.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to Setup Genre based AutoDJ - Youtube Video
|
||||||
|
[](https://www.youtube-nocookie.com/embed/XNVIDnczrOk "How to Setup Genre based AutoDJ")
|
2
docs/manual/tutorials/autoloading-podcast.md
Normal file
2
docs/manual/tutorials/autoloading-podcast.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to Set Up an Podcast to Play with Autoloading Playlist - Youtube Video
|
||||||
|
[](https://www.youtube-nocookie.com/embed/g-4UcD8qvR8 "How to Set Up an Podcast to Play with Autoloading Playlist")
|
2
docs/manual/tutorials/build-schedule.md
Normal file
2
docs/manual/tutorials/build-schedule.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to Build Your Schedule - Youtube Video
|
||||||
|
[](https://www.youtube-nocookie.com/embed/EfNhl-yQcn8 "How to build your schedule")
|
2
docs/manual/tutorials/filler.md
Normal file
2
docs/manual/tutorials/filler.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to Upload use Smartblocks to Fill Time Between Shows - Youtube Video
|
||||||
|
[](https://www.youtube-nocookie.com/embed/kNT9R80Q42I "How to Upload use Smartblocks to Fill Time Between Shows ")
|
22
docs/manual/tutorials/index.md
Normal file
22
docs/manual/tutorials/index.md
Normal file
|
@ -0,0 +1,22 @@
|
||||||
|
##Tutorials##
|
||||||
|
|
||||||
|
This page contains links to number of screencast tutorials.
|
||||||
|
Please provide any feedback on this [discourse forum post](https://discourse.libretime.org/t/new-tutorials-available-on-libretime-wiki/270/2).
|
||||||
|
There are also a number of tutorials in Spanish on [Vimeo](https://vimeo.com/user90812787)
|
||||||
|
|
||||||
|
## DJ tutorials
|
||||||
|
* [How to upload and schedule tracks on your show](upload-tracks)
|
||||||
|
* [How to upload a promo](upload-promo)
|
||||||
|
* [How to livestream with butt](livestream.md)
|
||||||
|
## Program Manager tutorials
|
||||||
|
* [Building a schedule](build-schedule.md)
|
||||||
|
* [How to set up an automatic top of the hour ID with intro playlist feature](top-of-hour-id.md)
|
||||||
|
* [How to schedule a podcast to play the newest episode on an automatic basis](autoloading-podcast.md)
|
||||||
|
* [How to setup a Auto DJ to play music from certain genres for unscheduled shows](autodj.md)
|
||||||
|
* [Preventing dead air between shows without cutting off tracks](filler.md)
|
||||||
|
* [How to schedule automatic underwriting/advertising announcements](underwriting.md)
|
||||||
|
* [How to schedule a repeating webstream with a linked show](webstream-link.md)
|
||||||
|
## Admin tutorials
|
||||||
|
* [Installing LibreTime from Git on a stand-alone VPS](install-vps.md)
|
||||||
|
* [Securing icecast and customizing stream settings ](stream-settings.md)
|
||||||
|
* [How to install player and calendar widgets on your website](widgets.md)
|
2
docs/manual/tutorials/install-vps.md
Normal file
2
docs/manual/tutorials/install-vps.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to Install LibreTime on a VPS- Youtube Video
|
||||||
|
[](https://www.youtube-nocookie.com/embed/Djo_55LgjXE "How to Install LibreTime on a VPS")
|
2
docs/manual/tutorials/livestream.md
Normal file
2
docs/manual/tutorials/livestream.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to Livestream Your Show - Youtube Video
|
||||||
|
[](https://www.youtube-nocookie.com/embed/4GLsU9hPTtM "How to Livestream Your Show")
|
2
docs/manual/tutorials/stream-settings.md
Normal file
2
docs/manual/tutorials/stream-settings.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to Customize the Stream Settings - YouTube link
|
||||||
|
[](https://www.youtube-nocookie.com/embed/QPNo52Fc0ck "How to upload a promo")
|
2
docs/manual/tutorials/top-of-hour-id.md
Normal file
2
docs/manual/tutorials/top-of-hour-id.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to set up an automatic top of the hour ID with intro playlist feature - Youtube Video
|
||||||
|
[](https://www.youtube-nocookie.com/embed/IXHmiqri4PI "How to set up an automatic top of the hour ID with intro playlist feature")
|
2
docs/manual/tutorials/underwriting.md
Normal file
2
docs/manual/tutorials/underwriting.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to schedule underwriting announcements or ad spots - Youtube Video
|
||||||
|
[](https://www.youtube-nocookie.com/embed/F7rMut7Trb4 "How to schedule underwriting announcements")
|
2
docs/manual/tutorials/upload-promo.md
Normal file
2
docs/manual/tutorials/upload-promo.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to Upload a Promo - Youtube Video
|
||||||
|
[](https://www.youtube-nocookie.com/embed/IC0cn3LaAXs "How to upload a promo")
|
2
docs/manual/tutorials/upload-tracks.md
Normal file
2
docs/manual/tutorials/upload-tracks.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to Upload Tracks and Schedule Your Show - Youtube Video
|
||||||
|
[](https://www.youtube-nocookie.com/embed/TJtWUzAlP08 "How to upload tracks")
|
2
docs/manual/tutorials/webstream-link.md
Normal file
2
docs/manual/tutorials/webstream-link.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to schedule a webstream with linked calendar - Youtube Video
|
||||||
|
[](https://www.youtube-nocookie.com/embed/Ha3X6aYdY04 "How to schedule a webstream with linked calendar")
|
2
docs/manual/tutorials/widgets.md
Normal file
2
docs/manual/tutorials/widgets.md
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
How to Upload a Promo - Youtube Video
|
||||||
|
[](https://www.youtube-nocookie.com/embed/IC0cn3LaAXs "How to upload a promo")
|
|
@ -17,6 +17,8 @@ pages:
|
||||||
- 'Home': index.md
|
- 'Home': index.md
|
||||||
- 'What is LibreTime?': manual/index.md
|
- 'What is LibreTime?': manual/index.md
|
||||||
- 'Features': features.md
|
- 'Features': features.md
|
||||||
|
- 'Tutorials' : manual/tutorials/index.md
|
||||||
|
- 'How-Tos' : manual/howtos/index.md
|
||||||
- 'F.A.Q.': faq.md
|
- 'F.A.Q.': faq.md
|
||||||
- 'Rights and Royalties': manual/rights-and-royalties/index.md
|
- 'Rights and Royalties': manual/rights-and-royalties/index.md
|
||||||
- 'Using LibreTime':
|
- 'Using LibreTime':
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue