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/README | |
| 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/README')
| -rw-r--r-- | python/python-mediafile/README | 6 |
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. |
