Handles low-level interfacing for files' tags. Wraps Mutagen to
Project description
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.
Synopsis
MediaFile is available on PyPI. Install it by typing pip install mediafile. It works on Python 2.7 and Python 3.4 or later. Then:
>>> from mediafile import MediaFile
>>> f = MediaFile('Lucy.mp3')
>>> f.title
u'Lucy in the Sky with Diamonds'
>>> f.artist = 'The Beatles'
>>> f.save()
Documentation
See the full documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mediafile-0.10.1.tar.gz
(563.5 kB
view details)
Built Distribution
File details
Details for the file mediafile-0.10.1.tar.gz
.
File metadata
- Download URL: mediafile-0.10.1.tar.gz
- Upload date:
- Size: 563.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 929642a17ee5023b9086221ce80cdc2c51d06021a890d4433b0bd5bd32f2b29f |
|
MD5 | 8a6698325770bce6fd59e834ecbde5f3 |
|
BLAKE2b-256 | b244f497b2816ba6abee4deb107d93b8742a1106c196f88cdfe72240270ba15c |
File details
Details for the file mediafile-0.10.1-py3-none-any.whl
.
File metadata
- Download URL: mediafile-0.10.1-py3-none-any.whl
- Upload date:
- Size: 21.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 774ff1dc79c02c95be44beb9f9f8f8ec43e63d698457ed641c695e15971921e8 |
|
MD5 | cedd295e0ae9466be94aa9089aeea2f6 |
|
BLAKE2b-256 | f9f9524b541a7af7bdcb6b3e2ddfd3a9162ecb403e945e018113cce45685f83a |