diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-04-29 11:54:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-04-30 13:51:56 +0700 |
commit | 718fbab13f814f5e0a3a8ca286594bb78ef3b732 (patch) | |
tree | e1e98d9e0ed8414043d9d57c18eb0f9224d4d9b3 /python/python-mediafile/slack-desc | |
parent | 104ed92aa1a68caa73f4c62d3784498696be7264 (diff) |
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/slack-desc')
-rw-r--r-- | python/python-mediafile/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
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: |