Quod Libet (software)
{{Short description|Free and open source audio player}}
{{Use dmy dates|date=May 2015}}
{{Infobox software
| name = Quod Libet
| logo = Quodlibet logo.svg
| screenshot = Quodlibet_3.0.png
| caption = Screenshot of Quod Libet's paned main browser window (dark theme).
| developer = Quod Libet Team{{cite web
| url = https://code.google.com/p/quodlibet/people/list
| title = Quod Libet Team page
| access-date = 20 August 2011}}
| released = {{Start date and age|2004|10|30|df=yes}}{{cite web
| url = https://quodlibet.readthedocs.org/en/latest/changelog.html
| title = Changelog}}
| latest release version = {{wikidata|property|preferred|references|edit|Q1621193|P348|P548=Q2804309}}
| latest release date = {{wikidata|qualifier|preferred|single|Q1621193|P348|P548=Q2804309|P577}}
| latest preview version = {{wikidata|property|preferred|references|edit|Q1621193|P348|P548=Q51930650}}
| latest preview date = {{wikidata|qualifier|preferred|single|Q1621193|P348|P548=Q51930650|P577}}
| repo = {{URL|https://github.com/quodlibet/quodlibet/}}
| programming language = Python (PyGObject)
| operating system = Windows, macOS, Linux
| size = {{Plainlist|
- Windows: 36.6 MB
- macOS: 41.0 MB
- Linux: 4.23 MB}}
| genre = Audio player
| license = GPL-2.0-or-later{{cite web
| url = https://quodlibet.readthedocs.org/en/latest/license.html
| title = Quod Libet License page
| access-date = 21 May 2013}}
| website = {{URL|https://quodlibet.readthedocs.org}}
}}
Quod Libet is a cross-platform free and open-source audio player, tag editor and library organizer. The main design philosophy is that the user knows how they want to organize their music best; the software is therefore built to be fully customizable and extensible using regular expressions and boolean logic. Quod Libet is based on GTK and written in Python, and uses the Mutagen tagging library.
Quod Libet is very scalable, able to handle libraries with tens of thousands of songs. It provides a full feature set including support for Unicode, regular expression searching, key bindings to multimedia keys, fast but powerful tag editing, and a variety of plugins.
Quod Libet is available on most Linux distributions, macOS and Windows, requiring only PyGObject, Python, and an Open Sound System (OSS), ALSA or JACK compatible audio device. The XFCE desktop ISO image provided by the Debian project installs Quod Libet as the default audio player.{{Cite web |url=https://cdimage.debian.org/debian-cd/current-live/i386/iso-hybrid/debian-live-9.5.0-i386-xfce.packages |title=Archived copy |access-date=5 October 2018 |archive-date=5 October 2018 |archive-url=https://web.archive.org/web/20181005194858/https://cdimage.debian.org/debian-cd/current-live/i386/iso-hybrid/debian-live-9.5.0-i386-xfce.packages |url-status=dead }}
Quod Libet's tag-editing and library organization features are also available through a standalone program, Ex Falso, which is based on the same code and libraries as Quod Libet.
Features
File:Ex Falso Screenshot.png, allows any tag to be changed as well as any file to be renamed or moved.]]
=Audio playback=
- Can deal with various audio back-ends via the plug-in architecture of GStreamer
- Supports ReplayGain with smart selection based on either a single track or full album, based on the current view and play order
- 'Real' shuffle mode- entire playlist played before repeating
- Ratings weighted random playback setting
- Configurable play queue
=Tag editing=
- Complete Unicode support
- Changes to multiple files at once, even if files are in different formats
- Ability to tag files based on filenames with fully configurable formats
- Customizable renaming of files based on their tags and a user-supplied format
- Human readable tag references, e.g.
or
rather than%a
or%t
, with support for "if not-null x else y" logic (e.g.
) - Fast track renumbering
- Add / edit bookmarks within files
=Audio library=
- Audio Feeds / Podcast support
- Authenticated SoundCloud support
- Can save play counts
- Can download and save lyrics
- Fast refreshing of the entire library based on changed files
- Internet Radio / SHOUTcast support
- Configurable song rating
=User interface=
File:Quodlibet-screenshot-custom-display.jpg
- Configurable interface to suit user preferences; Pango markup is used so that the user can display tags in any way desired in the player
- Launch additional "browsers" to keep different or multiple views on the library
- Drag-n-drop support throughout the interface.
- Tray icon with full player control
- Automatically recognize and display tags from many uncommon tags
- Customisable Aggregation across albums or playlists (min, max, average, sum, Bayesian average)
- Multiple ways to browse the library:
- Progressive search - the library is filtered as searches are typed
- Queries support boolean logic, numerical / date-based expressions, regular expressions, and synthetic tags, that are derived internally (e.g. play count, rating, inclusion in a playlist).
- Playlists with integration throughout the player
- Paned browser, using any fully customizable tags (e.g. genre, date, album artist...), allowing the user to [drill down] through their library as they prefer
- View by album list with cover art
- View by file-system directory, which includes songs not in your library
=File formats=
Include MP3, Ogg Vorbis, Opus, FLAC, ALAC, Musepack, MOD/XM/IT, WMA, Wavpack, MPEG-4 AAC
= Unix-like control and query mechanisms =
- Status information is available from the command line{{cite web |url=https://quodlibet.readthedocs.org/en/latest/features.html |title=Quod Libet feature page |access-date=21 May 2013}}
- Control of the player using a named pipe (FIFO) is possible{{cite web |url=https://quodlibet.readthedocs.org/en/latest/guide/interacting.html#the-unix-way |title=Quod Libet extending guide}}
- Text-based files available with current song information
= Plugins =
Quod Libet is currently bundled with over 80 Python-based plugins, including:
- Automatic tagging via MusicBrainz and CDDB
- Download and preview album art from a variety of online sources
- On-screen display pop-ups
- Last.fm/AudioScrobbler submission
- Tag character encoding conversion
- Intelligent title-casing of tags
- Finding duplicate or near-duplicate songs across the entire library
- Scan and save Replay Gain values across multiple albums at once (using GStreamer)
- D-Bus-based Multimedia Shortcut Keys
- Integrate with Sonos systems and Logitech Squeezebox
- Export playlists to common formats (PLS, M3U, XSPF)
- Publish to MQTT queues
See also
{{Commons category|Quod Libet}}
{{Portal|Free and open-source software}}
References
{{Reflist}}
External links
- {{Official website|https://quodlibet.readthedocs.io}}
- {{GitHub|https://github.com/quodlibet/quodlibet}}
- [https://wiki.archlinux.org/title/Quod_Libet Quod Libet] on ArchWiki
- [https://bitbucket.org/lazka/quodlibet Quod Libet] on Bitbucket
- [https://packages.debian.org/sid/quodlibet Debian Package information page]
{{Media player (application software)|free}}
{{GTK}}
Category:Applications using D-Bus
Category:Audio software with JACK support
Category:Audio player software that uses GTK
Category:Cross-platform free software
Category:Free software programmed in Python
Category:MacOS multimedia software
Category:Software that uses PyGObject
Category:Tag editors for Linux
Category:Windows multimedia software