diff options
author | Pouria Rezaei <Pouria.rz@outlook.com> | 2021-04-02 17:41:01 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-04-03 08:48:31 +0700 |
commit | 888680b7de35904734c288395e31f85d998f1fa9 (patch) | |
tree | 9dec79284d7f66c09c07b8cd0a1488cebbe87b1d /python/python3-hsaudiotag3k/README | |
parent | c5c52895959bedf7ddf82e69fbe47bc4929ead71 (diff) | |
download | slackbuilds-888680b7de35904734c288395e31f85d998f1fa9.tar.gz |
python/python3-hsaudiotag3k: Added (hsaudiotag Python3 library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-hsaudiotag3k/README')
-rw-r--r-- | python/python3-hsaudiotag3k/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/python/python3-hsaudiotag3k/README b/python/python3-hsaudiotag3k/README new file mode 100644 index 0000000000..ce90bc30a4 --- /dev/null +++ b/python/python3-hsaudiotag3k/README @@ -0,0 +1,9 @@ +hsaudiotag is a pure Python library that lets you read metadata +(bitrate, sample rate, duration and tags) from mp3, mp4, wma, ogg, +flac and aiff files. +It can only read tags, not write to them, but unlike more complete +libraries (like Mutagen), it is BSD licensed, making it suitable for +most projects. +It is also backed by a nifty test suite. + +By ~red |