(upstream git commit 7470834ac6613c2e22626f9511384f025f16768e)
Fix an issue with byte switching. The preprocessor directive used to
determine the endianess of the system only worked on Linux resulting in
voice running over TCP only when umurmur runs on other platforms.
(adapted from upstream git commit 27da14ea2abe5680ddfcffbf2a59be5f5a67cecd)
taglib-ruby is based on the excellent TagLib C++ library, which is
fast, full-featured and mature.
In contrast to other bindings, this one wraps the full C++ API, not
only the minimal C API. This means that all tag data can be accessed,
e.g. cover art of ID3v2 or custom fields of Ogg Vorbis comments.
taglib-ruby currently supports the following:
* Reading/writing common tag data of all formats that TagLib supports
* Reading/writing ID3v1 and ID3v2 including ID3v2.4 and Unicode
* Reading/writing Ogg Vorbis comments
* Reading/writing MP4 tags (.m4a)
* Reading audio properties (e.g. bitrate) of the above formats
OK jasper@
Quod Libet is a GTK+-based audio player written in Python, using the Mutagen
tagging library. It's designed around the idea that you know how to organize
your music better than we do. It lets you make playlists based on regular
expressions (don't worry, regular searches work too). It lets you display
and edit any tags you want in the file, for all the file formats it supports.
Unlike some, Quod Libet will scale to libraries with tens of thousands
of songs. It also supports most of the features you'd expect from a modern
media player: Unicode support, advanced tag editing, Replay Gain, podcasts
& internet radio, album art support and all major audio formats.
If you're just looking for a tag editor without the player, Ex Falso
and operon are also included; these are GUI and command-line tag editors
using the same back-end as Quod Libet.
Opusfile provides application developers with a high-level API for
decoding and seeking in .opus files.
From Sergey Bronnikov; composite ok from landry@ and sthen@
- tools: Don't crash in misconfigured envs, fall back to utf-8
- mp3: Return correct mimetype for MP2 files
- id3: deterministic sorting of frames
- AIFF support
This is the official python client for the Discogs API, and allows beets
to query the Discogs DB instead of the Musicbrainz one.
From maintainer Johan Hultdgren, thanks!
ok sthen@