summaryrefslogtreecommitdiffstats
path: root/python/python-mediafile/README
diff options
context:
space:
mode:
author fourtysixandtwo2022-04-29 12:54:36 +0200
committer Willy Sudiarto Raharjo2022-04-30 08:51:56 +0200
commit718fbab13f814f5e0a3a8ca286594bb78ef3b732 (patch)
treee1e98d9e0ed8414043d9d57c18eb0f9224d4d9b3 /python/python-mediafile/README
parent104ed92aa1a68caa73f4c62d3784498696be7264 (diff)
downloadslackbuilds-718fbab13f814f5e0a3a8ca286594bb78ef3b732.tar.gz
python/python-mediafile: Added (read and write audio files' tags)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-mediafile/README')
-rw-r--r--python/python-mediafile/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/python/python-mediafile/README b/python/python-mediafile/README
new file mode 100644
index 0000000000..58e7c607ff
--- /dev/null
+++ b/python/python-mediafile/README
@@ -0,0 +1,6 @@
+python-mediafile: read and write audio files' tags in Python
+
+MediaFile is a simple interface to the metadata tags for many audio
+file formats. It wraps Mutagen, a high-quality library for low-level
+tag manipulation, with a high-level, format-independent interface for
+a common set of tags.