diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-07-30 23:05:52 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-31 01:53:27 +0700 |
commit | 2e634258dbb5b3f5d7791372a9540fd6b226a1d4 (patch) | |
tree | bcac66cacb3bfe3ba2eabed4b94cf58bda98592b /audio/coverlovin/README | |
parent | 4af80b4117755de05d696b000dfd59040e6563f4 (diff) |
audio/coverlovin: Added (Cover Art Downloader).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/coverlovin/README')
-rw-r--r-- | audio/coverlovin/README | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/audio/coverlovin/README b/audio/coverlovin/README new file mode 100644 index 0000000000000..f4d4ca8b7b89f --- /dev/null +++ b/audio/coverlovin/README @@ -0,0 +1,14 @@ +coverlovin (Cover Art Downloader). + +coverlovin is a CLI recursive directory album art downloader written in Python. + +Coverlovin is a Python module for collecting artist and album details from a directory +hierarchy and downloading cover art from Google Images. +It can be used both as a module and as a standalone application. + +CoverLovin employs Ned Batchelder's excellent id3reader.py module to obtain id3 tag info from mp3 files. +For convenience this module is included in Coverlovin tar.gz releases. + +So... simply get your covers with: + +$ coverlovin.py path-to-your-music-dir/ |