Chromaprint and its associated Acoustid Web service make up a
high-quality, open-source acoustic fingerprinting system. This package
provides Python bindings for both the fingerprinting algorithm library,
which is written in C but portable, and the Web service, which provides
fingerprint lookups.
including myself, bcallah, frantisek holop, Johan Huldtgren. ok abieber@
The purpose of beets is to get your music collection right once and for
all. It catalogs your collection, automatically improving its metadata
as it goes using the MusicBrainz database. Then it provides a bouquet of
tools for manipulating and accessing your music.
Features include:
- Fetch or calculate metadata: album art, lyrics, genres, tempos,
ReplayGain levels, or acoustic fingerprints.
- Get metadata from MusicBrainz, Discogs, or Beatport. Or guess metadata
using songs' filenames or their acoustic fingerprints.
- Transcode audio.
- Check your library for duplicate tracks and albums or for albums
that are missing tracks.
- Browse your music library graphically through a Web browser and play
it in any browser that supports HTML5 Audio.
using a README from another submission by Vladimir Seleznev. ok landry@
IRSSI support for Off-The-Record (http://www.cypherpunks.ca/otr/)
messaging, allowing you to have private conversations over instant
messaging by providing:
Encryption
* No one else can read your instant messages.
Authentication
* You are assured the correspondent is who you think it is.
Deniability
* The messages you send do not have digital signatures that are
checkable by a third party. Anyone can forge messages after a
conversation to make them look like they came from you. However,
during a conversation, your correspondent is assured the messages
he sees are authentic and unmodified.
Perfect forward secrecy
* If you lose control of your private keys, no previous conversation is
compromised.
Fix error: "Entity: line 1: parser error : Entity 'ark' not defined"
Found by diffing between
kde-l10n-pt-4.11.5/docs/kdeutils/ark/man-ark.1.docbook and
kde-l10n-pt_BR-4.11.5/docs/kdeutils/ark/man-ark.1.docbook
OK sthen@, zhuk@