summaryrefslogtreecommitdiffstats
path: root/audio/quodlibet/README
diff options
context:
space:
mode:
Diffstat (limited to 'audio/quodlibet/README')
-rw-r--r--audio/quodlibet/README26
1 files changed, 22 insertions, 4 deletions
diff --git a/audio/quodlibet/README b/audio/quodlibet/README
index b3a39057ff..9ded78f4c0 100644
--- a/audio/quodlibet/README
+++ b/audio/quodlibet/README
@@ -10,8 +10,26 @@ as Quod Libet.
Operon is a command line music tagger.
-Optional dependencie: musicbrainzngs
+The user guide is available online at:
-There's an option to use XINE backend instead to avoid
-installing gst-plugins-*. See latest guide here:
-https://quodlibet.readthedocs.io/en/latest/guide/playback/backends.html
+https://quodlibet.readthedocs.io/en/quodlibet-3.9/guide/
+
+To build a user guide for offline use, install Sphinx and
+sphinx-rtd-theme, and run:
+
+DOCS=yes ./quodlibet.SlackBuild
+
+Quod Libet supports both GStreamer and XINE as audio backends.
+If you use XINE, you do not need the gst-plugins-* dependencies.
+See this link for how to switch to the XINE backend:
+
+https://quodlibet.readthedocs.io/en/quodlibet-3.9/guide/playback/backends.html
+
+Optional dependencies:
+
+ * gst-plugins-bad-nonfree, gst-plugins-ugly - for extra audio codecs
+ * libmodplug - for MOD file support
+ * musicbrainzngs - for the musicbrainz plugin
+ * pyinotify - for the auto library update plugin
+ * webkit2gtk4 - for the lyrics window plugin
+ * paho-mqtt - for the MQTT plugin