No description
Find a file
2011-08-04 14:08:11 -07:00
beets move, rather than copying, when re-importing 2011-08-04 14:08:11 -07:00
beetsplug add a missing __future__ import in embedart 2011-07-10 12:07:52 -07:00
test move, rather than copying, when re-importing 2011-08-04 14:08:11 -07:00
.hgignore album-level distance function in lastid plugin 2010-09-14 14:42:51 -07:00
.hgtags Added tag 1.0b9 for changeset a256ec5b0b2d 2011-07-09 15:40:22 -07:00
beet misc. overdue code cleanup 2010-07-09 18:07:15 -07:00
LICENSE add readme and news files 2010-06-09 12:37:26 -07:00
MANIFEST.in give README an extension (for Github display) 2010-08-09 16:48:20 -07:00
NEWS NEWS note about re-importability (#135) 2011-08-04 12:26:38 -07:00
README.rst highlight plugins in README 2011-04-27 11:28:17 -07:00
setup.py add a missing __future__ import in embedart 2011-07-10 12:07:52 -07:00

Beets is the media library management system for obsessive-compulsive music
geeks.

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.
It then provides a bouquet of tools for manipulating and accessing your music.

Here's an example of beets' brainy tag corrector doing its thing::

  $ beet import ~/music/ladytron
  Tagging: Ladytron - Witching Hour
  (Similarity: 98.4%)
   * Last One Standing -> The Last One Standing
   * Beauty -> Beauty*2
   * White Light Generation -> Whitelightgenerator
   * All the Way -> All the Way...

Because beets is designed as a library, it can do almost anything you can
imagine for your music collection. Via `plugins`_, beets becomes a panacea:

- Embed and extract album art from files' metadata.
- Listen to your library with a music player that speaks the `MPD`_ protocol
  and works with a staggering variety of interfaces.
- Fetch lyrics for all your songs from databases on the Web.
- Manage your `MusicBrainz music collection`_.
- Analyze music files' metadata from the command line.

If beets doesn't do what you want yet, `writing your own plugin`_ is
shockingly simple if you know a little Python.

.. _plugins: http://code.google.com/p/beets/wiki/Plugins
.. _MPD: http://mpd.wikia.com/
.. _MusicBrainz music collection: http://musicbrainz.org/show/collection/
.. _writing your own plugin:
    http://code.google.com/p/beets/wiki/Plugins#Writing_Plugins

Read More
---------

Learn more about beets at `its Web site`_. Follow `@b33ts`_ on Twitter for
news and updates.

Check out the `Getting Started`_ guide to learn about installing and using
beets.

.. _its Web site: http://beets.radbox.org/
.. _Getting Started: http://code.google.com/p/beets/wiki/GettingStarted
.. _@b33ts: http://twitter.com/b33ts/

Authors
-------

Beets is by `Adrian Sampson`_.

.. _Adrian Sampson: mailto:adrian@radbox.org