diff options
author | Nick Smallbone <nick@smallbone.se> | 2020-03-14 06:29:35 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-14 06:29:35 +0700 |
commit | 0783ed2b6e2908389615fe51912dec9f92db2af7 (patch) | |
tree | 86558e18a44f8cd0906f88e3cceb691ea15eb46d /audio/quodlibet/README | |
parent | 298051ad05c63a769edee3d8ac680f87afb749e1 (diff) |
audio/quodlibet: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/quodlibet/README')
-rw-r--r-- | audio/quodlibet/README | 23 |
1 files changed, 19 insertions, 4 deletions
diff --git a/audio/quodlibet/README b/audio/quodlibet/README index b3a39057ff1e4..e4ebc59120dda 100644 --- a/audio/quodlibet/README +++ b/audio/quodlibet/README @@ -10,8 +10,23 @@ 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: + + * musicbrainzngs - for the musicbrainz plugin + * pyinotify - for the auto library update plugin + * webkit2gtk - for the lyrics window plugin |