No description
Find a file
2011-01-24 16:08:04 -08:00
beets fix count queries over empty results 2011-01-24 15:41:38 -08:00
beetsplug change BPD browser to use albumartist instead of artist 2011-01-24 16:08:04 -08:00
test fix count queries over empty results 2011-01-24 15:41:38 -08:00
.hgignore album-level distance function in lastid plugin 2010-09-14 14:42:51 -07:00
.hgtags Added tag 1.0b6 for changeset fad79b29263e 2011-01-20 20:02:37 -08: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 fix permissions on album art (#130) 2011-01-21 17:57:58 -08:00
README.rst fix escaping of / in paths on Windows 2010-09-27 16:56:40 -07:00
setup.py fix bug where magic "ftyp" string would cause a Mutagen exception (#129) 2011-01-21 15:11:47 -08: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
  (Distance: 0.016165)
   * 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, you can easily write Python programs
that manipulate your music for you. Report tracks encoded at less than
192kbps? Done. Find albums you're missing from bands you like? Convert
everything to Title Case once and for all? Done and done.

Beets also includes a music player that speaks the MPD protocol, so you can
play music in your beets library using a staggering variety of interfaces.


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