No description
Find a file
mdecker 251a90e64d added -i switch to import command to disable fully automatic tagging of highly similar albums
the user will instead be prompted to confirm or change the match
2011-04-18 22:44:35 +02:00
beets added -i switch to import command to disable fully automatic tagging of highly similar albums 2011-04-18 22:44:35 +02:00
beetsplug clean up some log handler addtions 2011-04-15 12:30:12 -07:00
test multiple() function for sending many messages to next stage 2011-04-17 08:18:54 -07:00
.hgignore album-level distance function in lastid plugin 2010-09-14 14:42:51 -07:00
.hgtags Added tag 1.0b7 for changeset 5986215a08c2 2011-04-05 18:52:07 -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 fix crash when ~/.beetsconfig does not exist 2011-04-15 12:50:06 -07:00
README.rst use similarity in the README 2011-04-10 22:42:30 -07:00
setup.py add missing util package to setup.py 2011-04-17 20:30:27 +02: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, 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