Clarifying codeblocks
This commit is contained in:
parent
ecf04f894b
commit
4fc86ea6f6
|
@ -34,13 +34,15 @@ sudo systemctl status libretime-liquidsoap
|
|||
|
||||
If the service isn't wanting to restart, look at its status for clues as to why it stopped working.
|
||||
|
||||
> If you find yourself constantly needing to restart a service, there's a chance it was never set to autostart on system boot. Use `sudo systemctl enable servicename` to fix this problem.
|
||||
|
||||
## 3. Basic troubleshooting
|
||||
|
||||
If you have one of these issues, please try to resolve it with the instructions below before moving on in the
|
||||
troubleshooting checklist.
|
||||
|
||||
- **File not importing successfully?** Libretime has been known to work with MP3 and WAV files, encoded using 41,100 Hz. Variable Bit Rate (VBR) files are currently hit or miss with the importer. Please convert your file to an MP3 or WAV at 41,100 Hz. and try uploading again.
|
||||
- **Podcast hosted by Anchor.fm not importing?** There is no known work-around at this time. Please ask your producers to provide their show files manually or check with the show's distributer?
|
||||
- **Podcast hosted by Anchor.fm not importing?** There is no known work-around at this time. Ask your producers to provide their show files manually or check with the show's distributer.
|
||||
- **Tracks won't publish?** We know the Publish screen is broken and we're working on it. A potential work-around is to use an external podcast host like [Anchor.fm](https://www.anchor.fm) or [Blubrry](https://blubrry.com/).
|
||||
- **Can't hear any sound coming from your soundcard (for analog audio output)?** If you are using ALSA as your audio driver, use `alsamixer` to see the current volume your system is set to. If stil nothing, go to **Settings** > **Streams** and make sure **Hardware Audio Output** is checked. If you need to play a tone to help you troubleshoot, you can use `speaker-test` (does not come installed with Libretime).
|
||||
|
||||
|
|
|
@ -232,6 +232,7 @@ text-align: right;
|
|||
code {
|
||||
color: #212529;
|
||||
font-size: .9rem;
|
||||
text-decoration: underline dotted;
|
||||
}
|
||||
|
||||
pre.highlight {
|
||||
|
|
Loading…
Reference in New Issue