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://www.sacredchao.net/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://www.sacredchao.net/quodlibet/wiki/Guide.
The manual page contains a brief synopsis of command-line options, and search and foramtting pattern syntax. $ man -l ./quodlibet.1
====[ Requirements
==[ Source
Quod Libet depends on the Python runtime and associated libraries. Python (>= 2.4): http://www.python.org PyGTK (>= 2.8): http://www.pygtk.org PyGSt (>= 0.10): http://gstreamer.freedesktop.org/ Mutagen (>= 1.2): http://www.sacredchao.net/quodlibet/wiki/Development/Mutagen
The following formats all depend on ctypes, available at http://starship.python.net/crew/theller/ctypes/, as well as the libraries listed:
Musepack: http://www.musepack.net/index.php?pg=src
MOD/XM/IT: http://modplug-xmms.sourceforge.net/#download
MPEG-4 AAC: http://www.audiocoding.com/ (libmp4)
Wavpack: http://www.wavpack.com/
Internet Radio depends on GNOME-VFS or neonhttpsrc support in GStreamer.
Audio Feed support depends on GNOME-VFS or neonhttpsrc, and Universal Feed Parser from http://www.feedparser.org/.
iPod support depends on libgpod and its Python bindings, available from http://www.gtkpod.org/.
To compile the status icon and multimedia key support, run
$ make extensions
(You will also need the Tray Icon plugin to display the status icon.)
To install EF/QL system-wide, run
# make install
For more information, see http://www.sacredchao.net/quodlibet/wiki/Download.
