No description
Find a file
Adrian Sampson c20ce11a8c update album art embed plugin for new API
--HG--
rename : beetsplug/embedcoverart.py => beetsplug/embedart.py
2011-04-21 00:01:34 -07:00
beets update album art embed plugin for new API 2011-04-21 00:01:34 -07:00
beetsplug update album art embed plugin for new API 2011-04-21 00:01:34 -07:00
test basic album art unit test 2011-04-20 23:36:43 -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 print "(unknown album)" when no tags are present 2011-04-19 23:30:35 -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