From 4fc86ea6f67e49968d4d61234db0f9e3da7cec86 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Thu, 3 Dec 2020 12:19:44 -0500 Subject: [PATCH] Clarifying codeblocks --- docs/_docs/troubleshooting.md | 4 +++- docs/css/creative.min.css | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/_docs/troubleshooting.md b/docs/_docs/troubleshooting.md index cf263a8e9..bcaebbda5 100644 --- a/docs/_docs/troubleshooting.md +++ b/docs/_docs/troubleshooting.md @@ -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). diff --git a/docs/css/creative.min.css b/docs/css/creative.min.css index 5a0bb4400..8c3054531 100755 --- a/docs/css/creative.min.css +++ b/docs/css/creative.min.css @@ -232,6 +232,7 @@ text-align: right; code { color: #212529; font-size: .9rem; +text-decoration: underline dotted; } pre.highlight {