summaryrefslogtreecommitdiffstats
path: root/multimedia/beets/README
diff options
context:
space:
mode:
Diffstat (limited to 'multimedia/beets/README')
-rw-r--r--multimedia/beets/README25
1 files changed, 25 insertions, 0 deletions
diff --git a/multimedia/beets/README b/multimedia/beets/README
new file mode 100644
index 0000000000..2e0f93b951
--- /dev/null
+++ b/multimedia/beets/README
@@ -0,0 +1,25 @@
+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.
+
+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:
+
+- Fetch or calculate all the metadata you could possibly need: album
+ art, ReplayGain levels, or acoustic fingerprints.
+- Get metadata from MusicBrainz, Discogs, or Beatport. Or guess
+ metadata using songs' filenames or their acoustic fingerprints.
+- Transcode audio to any format you like.
+- Check your library for duplicate tracks and albums or for albums
+ that are missing tracks.
+- Browse your music library graphically through a Web browser and play
+ it in any browser that supports HTML5 Audio.
+- ...and lots more.
+
+If beets doesn't do what you want yet, writing your own plugin is
+shockingly simple if you know a little Python.