From 718fbab13f814f5e0a3a8ca286594bb78ef3b732 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 29 Apr 2022 11:54:36 +0100 Subject: python/python-mediafile: Added (read and write audio files' tags) Signed-off-by: Dave Woodfall Signed-off-by: Willy Sudiarto Raharjo --- python/python-mediafile/slack-desc | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 python/python-mediafile/slack-desc (limited to 'python/python-mediafile/slack-desc') diff --git a/python/python-mediafile/slack-desc b/python/python-mediafile/slack-desc new file mode 100644 index 0000000000000..a093b680c6d0e --- /dev/null +++ b/python/python-mediafile/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +python-mediafile: python-mediafile (read and write audio files' tags in Python) +python-mediafile: +python-mediafile: MediaFile is a simple interface to the metadata tags for many audio +python-mediafile: file formats. It wraps Mutagen, a high-quality library for low-level +python-mediafile: tag manipulation, with a high-level, format-independent interface for +python-mediafile: a common set of tags. +python-mediafile: +python-mediafile: +python-mediafile: Homepage: https://github.com/beetbox/mediafile +python-mediafile: +python-mediafile: -- cgit v1.2.3