chore: clean docs html code (#1920)
This commit is contained in:
parent
86b7a34263
commit
fc98b617cf
28
README.md
28
README.md
|
@ -77,19 +77,33 @@ Become a financial contributor and help us sustain our community on
|
|||
|
||||
#### Individuals
|
||||
|
||||
<a href="https://opencollective.com/libretime"><img src="https://opencollective.com/libretime/individuals.svg?width=890"></a>
|
||||
<a href="https://opencollective.com/libretime">
|
||||
<img src="https://opencollective.com/libretime/individuals.svg?width=890">
|
||||
</a>
|
||||
|
||||
#### Organizations
|
||||
|
||||
[Support](https://opencollective.com/libretime/contribute) this project with
|
||||
your organization. Your logo will show up here with a link to your website.
|
||||
|
||||
<a href="https://opencollective.com/libretime/organization/0/website"><img src="https://opencollective.com/libretime/organization/0/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/libretime/organization/1/website"><img src="https://opencollective.com/libretime/organization/1/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/libretime/organization/2/website"><img src="https://opencollective.com/libretime/organization/2/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/libretime/organization/3/website"><img src="https://opencollective.com/libretime/organization/3/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/libretime/organization/4/website"><img src="https://opencollective.com/libretime/organization/4/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/libretime/organization/5/website"><img src="https://opencollective.com/libretime/organization/5/avatar.svg"></a>
|
||||
<a href="https://opencollective.com/libretime/organization/0/website">
|
||||
<img src="https://opencollective.com/libretime/organization/0/avatar.svg">
|
||||
</a>
|
||||
<a href="https://opencollective.com/libretime/organization/1/website">
|
||||
<img src="https://opencollective.com/libretime/organization/1/avatar.svg">
|
||||
</a>
|
||||
<a href="https://opencollective.com/libretime/organization/2/website">
|
||||
<img src="https://opencollective.com/libretime/organization/2/avatar.svg">
|
||||
</a>
|
||||
<a href="https://opencollective.com/libretime/organization/3/website">
|
||||
<img src="https://opencollective.com/libretime/organization/3/avatar.svg">
|
||||
</a>
|
||||
<a href="https://opencollective.com/libretime/organization/4/website">
|
||||
<img src="https://opencollective.com/libretime/organization/4/avatar.svg">
|
||||
</a>
|
||||
<a href="https://opencollective.com/libretime/organization/5/website">
|
||||
<img src="https://opencollective.com/libretime/organization/5/avatar.svg">
|
||||
</a>
|
||||
|
||||
## License
|
||||
|
||||
|
|
|
@ -26,9 +26,14 @@ configured in the LibreTime **Streams** page, on LibreTime's **System** menu.
|
|||
|
||||
## B.U.T.T. (Broadcast Using This Tool)
|
||||
|
||||
<html>
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/4GLsU9hPTtM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</html>
|
||||
<iframe
|
||||
width="560"
|
||||
height="315"
|
||||
src="https://www.youtube-nocookie.com/embed/4GLsU9hPTtM"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
|
||||
### Setup
|
||||
|
||||
|
|
|
@ -14,9 +14,14 @@ Podcast feeds coming from Anchor.fm have been known to have a similar issue.
|
|||
|
||||
The podcast interfaces provides you with the ability to generate [Smartblocks](./playlists.md) that can be used in conjunction with autoloading playlists to schedule the newest episode of a podcast without human intervention.
|
||||
|
||||
<html>
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/g-4UcD8qvR8" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</html>
|
||||
<iframe
|
||||
width="560"
|
||||
height="315"
|
||||
src="https://www.youtube-nocookie.com/embed/g-4UcD8qvR8"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
|
||||
### Podcasts dashboard
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ LibreTime expects file tag metadata to be stored in the international _UTF-8_ ch
|
|||
|
||||
The program **mid3iconv** (part of the **python-mutagen** package in Debian and Ubuntu) can be used to batch convert the metadata character set of files on the command line. You can install **python-mutagen** with the `sudo apt-get install python-mutagen`.
|
||||
|
||||
<span id="Convert_MP3_Tags_using_mid3iconv" class="mw-headline"> For example, to preview the conversion of tags from Windows-1251 </span><span id="Convert_MP3_Tags_using_mid3iconv" class="mw-headline">(CP1251)</span><span id="Convert_MP3_Tags_using_mid3iconv" class="mw-headline"> character set to UTF-8 for a whole archive of MP3 files, you could use the command: </span>
|
||||
For example, to preview the conversion of tags from Windows-1251 (CP1251) character set to UTF-8 for a whole archive of MP3 files, you could use the command:
|
||||
|
||||
```bash
|
||||
find . -name "*.mp3" -print0 | xargs -0 mid3iconv -e CP1251 -d -p
|
||||
|
|
|
@ -2,7 +2,14 @@
|
|||
title: Scheduling shows
|
||||
---
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/TJtWUzAlP08" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe
|
||||
width="560"
|
||||
height="315"
|
||||
src="https://www.youtube-nocookie.com/embed/TJtWUzAlP08"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
|
||||
Log in using your username and password using the link in the upper right corner. (If you just installed
|
||||
LibreTime, your username/password is admin/admin.)
|
||||
|
|
|
@ -104,7 +104,14 @@ their username on the right side of the menu bar.
|
|||
|
||||
## Stream settings
|
||||
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/QPNo52Fc0ck" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
<iframe
|
||||
width="560"
|
||||
height="315"
|
||||
src="https://www.youtube-nocookie.com/embed/QPNo52Fc0ck"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
|
||||
### Global settings
|
||||
|
||||
|
|
|
@ -2,9 +2,14 @@
|
|||
title: Webstreams
|
||||
---
|
||||
|
||||
<html>
|
||||
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/Ha3X6aYdY04" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
|
||||
</html>
|
||||
<iframe
|
||||
width="560"
|
||||
height="315"
|
||||
src="https://www.youtube-nocookie.com/embed/Ha3X6aYdY04"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowfullscreen
|
||||
></iframe>
|
||||
|
||||
## Adding a webstream
|
||||
|
||||
|
|
Loading…
Reference in New Issue