1Metadata-Version: 2.1
2Name: beets
3Version: 1.4.9
4Summary: music tagger and library organizer
5Home-page: http://beets.io/
6Author: Adrian Sampson
7Author-email: adrian@radbox.org
8License: MIT
9Description: .. image:: http://img.shields.io/pypi/v/beets.svg
10            :target: https://pypi.python.org/pypi/beets
11
12        .. image:: http://img.shields.io/codecov/c/github/beetbox/beets.svg
13            :target: https://codecov.io/github/beetbox/beets
14
15        .. image:: https://travis-ci.org/beetbox/beets.svg?branch=master
16            :target: https://travis-ci.org/beetbox/beets
17
18
19        beets
20        =====
21
22        Beets is the media library management system for obsessive-compulsive music
23        geeks.
24
25        The purpose of beets is to get your music collection right once and for all.
26        It catalogs your collection, automatically improving its metadata as it goes.
27        It then provides a bouquet of tools for manipulating and accessing your music.
28
29        Here's an example of beets' brainy tag corrector doing its thing::
30
31          $ beet import ~/music/ladytron
32          Tagging:
33              Ladytron - Witching Hour
34          (Similarity: 98.4%)
35           * Last One Standing      -> The Last One Standing
36           * Beauty                 -> Beauty*2
37           * White Light Generation -> Whitelightgenerator
38           * All the Way            -> All the Way...
39
40        Because beets is designed as a library, it can do almost anything you can
41        imagine for your music collection. Via `plugins`_, beets becomes a panacea:
42
43        - Fetch or calculate all the metadata you could possibly need: `album art`_,
44          `lyrics`_, `genres`_, `tempos`_, `ReplayGain`_ levels, or `acoustic
45          fingerprints`_.
46        - Get metadata from `MusicBrainz`_, `Discogs`_, and `Beatport`_. Or guess
47          metadata using songs' filenames or their acoustic fingerprints.
48        - `Transcode audio`_ to any format you like.
49        - Check your library for `duplicate tracks and albums`_ or for `albums that
50          are missing tracks`_.
51        - Clean up crufty tags left behind by other, less-awesome tools.
52        - Embed and extract album art from files' metadata.
53        - Browse your music library graphically through a Web browser and play it in any
54          browser that supports `HTML5 Audio`_.
55        - Analyze music files' metadata from the command line.
56        - Listen to your library with a music player that speaks the `MPD`_ protocol
57          and works with a staggering variety of interfaces.
58
59        If beets doesn't do what you want yet, `writing your own plugin`_ is
60        shockingly simple if you know a little Python.
61
62        .. _plugins: http://beets.readthedocs.org/page/plugins/
63        .. _MPD: http://www.musicpd.org/
64        .. _MusicBrainz music collection: http://musicbrainz.org/doc/Collections/
65        .. _writing your own plugin:
66            http://beets.readthedocs.org/page/dev/plugins.html
67        .. _HTML5 Audio:
68            http://www.w3.org/TR/html-markup/audio.html
69        .. _albums that are missing tracks:
70            http://beets.readthedocs.org/page/plugins/missing.html
71        .. _duplicate tracks and albums:
72            http://beets.readthedocs.org/page/plugins/duplicates.html
73        .. _Transcode audio:
74            http://beets.readthedocs.org/page/plugins/convert.html
75        .. _Discogs: http://www.discogs.com/
76        .. _acoustic fingerprints:
77            http://beets.readthedocs.org/page/plugins/chroma.html
78        .. _ReplayGain: http://beets.readthedocs.org/page/plugins/replaygain.html
79        .. _tempos: http://beets.readthedocs.org/page/plugins/acousticbrainz.html
80        .. _genres: http://beets.readthedocs.org/page/plugins/lastgenre.html
81        .. _album art: http://beets.readthedocs.org/page/plugins/fetchart.html
82        .. _lyrics: http://beets.readthedocs.org/page/plugins/lyrics.html
83        .. _MusicBrainz: http://musicbrainz.org/
84        .. _Beatport: https://www.beatport.com
85
86        Install
87        -------
88
89        You can install beets by typing ``pip install beets``. Then check out the
90        `Getting Started`_ guide.
91
92        .. _Getting Started: http://beets.readthedocs.org/page/guides/main.html
93
94        Contribute
95        ----------
96
97        Check out the `Hacking`_ page on the wiki for tips on how to help out.
98        You might also be interested in the `For Developers`_ section in the docs.
99
100        .. _Hacking: https://github.com/beetbox/beets/wiki/Hacking
101        .. _For Developers: http://docs.beets.io/page/dev/
102
103        Read More
104        ---------
105
106        Learn more about beets at `its Web site`_. Follow `@b33ts`_ on Twitter for
107        news and updates.
108
109        .. _its Web site: http://beets.io/
110        .. _@b33ts: http://twitter.com/b33ts/
111
112        Authors
113        -------
114
115        Beets is by `Adrian Sampson`_ with a supporting cast of thousands. For help,
116        please visit our `forum`_.
117
118        .. _forum: https://discourse.beets.io
119        .. _Adrian Sampson: http://www.cs.cornell.edu/~asampson/
120
121Platform: ALL
122Classifier: Topic :: Multimedia :: Sound/Audio
123Classifier: Topic :: Multimedia :: Sound/Audio :: Players :: MP3
124Classifier: License :: OSI Approved :: MIT License
125Classifier: Environment :: Console
126Classifier: Environment :: Web Environment
127Classifier: Programming Language :: Python
128Classifier: Programming Language :: Python :: 2
129Classifier: Programming Language :: Python :: 2.7
130Classifier: Programming Language :: Python :: 3
131Classifier: Programming Language :: Python :: 3.4
132Classifier: Programming Language :: Python :: 3.5
133Classifier: Programming Language :: Python :: 3.6
134Classifier: Programming Language :: Python :: 3.7
135Classifier: Programming Language :: Python :: 3.8
136Classifier: Programming Language :: Python :: Implementation :: CPython
137Provides-Extra: embedart
138Provides-Extra: embyupdate
139Provides-Extra: gmusic
140Provides-Extra: import
141Provides-Extra: thumbnails
142Provides-Extra: lyrics
143Provides-Extra: bpd
144Provides-Extra: discogs
145Provides-Extra: plexupdate
146Provides-Extra: lastimport
147Provides-Extra: replaygain
148Provides-Extra: chroma
149Provides-Extra: lastgenre
150Provides-Extra: web
151Provides-Extra: beatport
152Provides-Extra: kodiupdate
153Provides-Extra: sonosupdate
154Provides-Extra: fetchart
155Provides-Extra: mpdstats
156Provides-Extra: metasync
157Provides-Extra: absubmit
158