No description
Find a file
Adrian Sampson e3fe9712d5 fetchart fixes for image resizing (#64)
Fixed a number of issues with the changes to fetchart:
- Remove redundant fetches. This was making the Amazon source download every
  image twice even when art resizing was not enabled!
- Restore local_only switch in plugin hook, which got lost in the shuffle at
  some point.
- Don't replace the original image file in-place; use a temporary file instead.
  This would clobber the original source image on the filesystem with the
  downscaled version!
2012-11-01 00:09:35 -07:00
beets artresizer (#64): helper functions, not classes 2012-10-31 23:33:59 -07:00
beetsplug fetchart fixes for image resizing (#64) 2012-11-01 00:09:35 -07:00
docs changelog and light style fixes for #64 2012-10-31 17:52:21 -07:00
extra remove Tomahawk resolver 2012-08-24 20:39:55 -07:00
test fetchart fixes for image resizing (#64) 2012-11-01 00:09:35 -07:00
.gitignore Add .tox to .gitignore 2012-06-24 00:42:45 -07:00
.hgignore hg-compatible tox config 2012-06-24 13:06:34 -07:00
.hgtags Added tag 1.0b15 for changeset 618201431990 2012-07-26 09:35:28 -07:00
.travis.yml Travis: only test master branch 2012-09-09 23:30:45 -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 clean up genre canonicalization (#264) 2011-12-01 12:14:11 -08:00
README.rst readme: fix readthedocs.org links 2012-10-18 21:43:50 +06:00
setup.py fetchart: fix extension-less files from CAA 2012-08-02 09:46:57 -07:00
tox.ini hg-compatible tox config 2012-06-24 13:06:34 -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.
- Clean up crufty tags left behind by other, less-awesome tools.
- Browse your music library graphically through a Web browser and play it in any
  browser that supports `HTML5 Audio`_.

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

.. _plugins: http://beets.readthedocs.org/en/latest/plugins/
.. _MPD: http://mpd.wikia.com/
.. _MusicBrainz music collection: http://musicbrainz.org/show/collection/
.. _writing your own plugin:
    http://beets.readthedocs.org/en/latest/plugins/#writing-plugins
.. _HTML5 Audio:
    http://www.w3.org/TR/html-markup/audio.html

Read More
---------

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

You can install beets by typing ``pip install beets``. (Or, to live on the
cutting edge, type ``pip install beets==dev`` for the `latest source`_.) Check
out the `Getting Started`_ guide to learn more about installing and using beets.

.. _its Web site: http://beets.radbox.org/
.. _Getting Started: http://beets.readthedocs.org/en/latest/guides/main.html
.. _@b33ts: http://twitter.com/b33ts/
.. _latest source: https://github.com/sampsyo/beets/tarball/master#egg=beets-dev

Authors
-------

Beets is by `Adrian Sampson`_.

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