summaryrefslogtreecommitdiffstats
path: root/multimedia/beets/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-01-20 17:39:47 +0100
committer Erik Hanson <erik@slackbuilds.org>2014-01-29 23:20:28 -0600
commit2e03105e54b52b93ad9d4d329f30f5853cf4b30c (patch)
treeafc23e27bb4c8e48b1eb735d699e42d207483a55 /multimedia/beets/README
parent275d1249b6e689c2aa146e936b7b48b35c13e905 (diff)
downloadslackbuilds-2e03105e54b52b93ad9d4d329f30f5853cf4b30c.tar.gz
slackbuilds-2e03105e54b52b93ad9d4d329f30f5853cf4b30c.tar.xz
multimedia/beets: Added (music tagger and library organizer).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
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.