No description
Find a file
Adrian Sampson fe892cc268 attempt at managing album info table in Python instead of with triggers
I think this is the end of the road for the design that treats albums as a
lightweight hanger-on to items. That is, we attempted to keep the interface
strictly item-focused; album information was created and deleted on the fly in
response to creation and deletion of items. I now believe that this was
ultimately a bad idea and can only lead to unexpected behavior and complex
implementation. It's time to start over.
2010-07-14 11:55:19 -07:00
beets attempt at managing album info table in Python instead of with triggers 2010-07-14 11:55:19 -07:00
beetsplug undefined variable reported by pylint 2010-07-09 18:16:40 -07:00
test attempt at managing album info table in Python instead of with triggers 2010-07-14 11:55:19 -07:00
.hgtags Added tag 1.0b1 for changeset c367859a82b9 2010-07-08 09:47:32 -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 fixed manifest inclusion of text files 2010-06-09 21:43:45 -07:00
NEWS replace :s with -s instead of _s in path names 2010-07-11 19:12:50 -07:00
README improve readme/description using ReST; add trove classifiers 2010-07-08 10:43:55 -07:00
setup.py remove outdated references to beets.player module 2010-07-09 18:12:18 -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
  (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`_.

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


Authors
-------

Beets is by `Adrian Sampson`_.

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