/usr/share/doc/exfalso/README is in exfalso 2.4-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 | Ex Falso / Quod Libet - A Music Library/Editor/Player
========================================================================
Quod Libet is a music management program. It provides several different ways
to view your audio library, as well as support for Internet radio and
audio feeds. It has extremely flexible metadata tag editing and searching
capabilities.
Ex Falso is a tag editor with the same tag editing interface as Quod Libet,
but it does not play files.
Supported file formats include Ogg Vorbis, MP3, FLAC, MOD/XM/IT, Musepack,
Wavpack, and MPEG-4 AAC.
To report bugs, suggest features, ask a question, get the latest version,
or help us out, visit http://code.google.com/p/quodlibet/.
====[ Using EF/QL
To run the programs, use
$ ./quodlibet.py
or
$ ./exfalso.py
After installing, you can just run `quodlibet' or `exfalso'.
For help, visit http://code.google.com/p/quodlibet/wiki/Guide.
The manual page contains a brief synopsis of command-line options,
and search and foramtting pattern syntax.
$ man -l ./man/quodlibet.1
====[ Requirements
==[ Source
Quod Libet depends on the Python runtime and associated libraries.
* Python (>= 2.4): http://www.python.org
* PyGTK (>= 2.10): http://www.pygtk.org
* PyGSt (>= 0.10.2): http://gstreamer.freedesktop.org/
* Mutagen (>= 1.10):
http://code.google.com/p/quodlibet/wiki/Mutagen
Particular audio formats depend on various GStreamer decoding elements,
as well as other Python modules. GStreamer splits their downloads into
good, bad, ugly, and ffmpeg packages; you probably want them all in
order to play as many formats as you can.
Format Decoder
------------------------------------------------------------------------
ASF/WMA ffmpeg http://ffmpeg.mplayerhq.hu
FLAC flacdec http://flac.sourceforge.net
Musepack musepackdec http://www.musepack.net/index.php?pg=src
MOD/XM/IT modplug http://modplug-xmms.sourceforge.net/
MP3 mad http://www.underbit.com/products/mad/
MPEG-4 AAC faad http://www.audiocoding.com
SPC700 spcdec
TrueAudio ttadec http://www.trueaudio.com
Ogg Speex speexdec http://www.speex.org
Ogg Vorbis vorbisdec ttp://www.vorbis.com
Wave wavparse
WavPack wavpackdec http://www.wavpack.com
Internet Radio depends on HTTP support in GStreamer; the most common way
to get this is to install the GNOME-VFS modules for GStreamer.
Audio Feed support depends on HTTP support and Universal Feed Parser
(http://www.feedparser.org/).
Many parts of Quod Libet benefit from D-Bus and its Python bindings
(http://dbus.freedesktop.org/). iPod support depends on libgpod
and its Python bindings (http://www.gtkpod.org/).
Quod Libet requires the PyGTK development libraries, intltool, and the
Python distutils suite to build and install. You can do this with
$ ./setup.py build
$ ./setup.py install
For more information, see
http://code.google.com/p/quodlibet/wiki/Guide_Requirements
|