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.12.0.tar.gz
(563.5 kB
view details)
Built Distribution
File details
Details for the file mediafile-0.12.0.tar.gz
.
File metadata
- Download URL: mediafile-0.12.0.tar.gz
- Upload date:
- Size: 563.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.30.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d75d805a06ed56150dbcea76505e700f9809abd9e98f98117ae46f5df2ccf1d7 |
|
MD5 | 5574f709dce06eaef3cb5df843d90a3e |
|
BLAKE2b-256 | 276db30759aa51fed37da31d8628a36dc7c95f85329538dd5c5c8540db4a4af0 |
File details
Details for the file mediafile-0.12.0-py3-none-any.whl
.
File metadata
- Download URL: mediafile-0.12.0-py3-none-any.whl
- Upload date:
- Size: 22.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.30.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6b6fdb61bb151cd9d6a8a8821ce28adee604ede8a9a992f0d9dd3e835ef4899b |
|
MD5 | 75ac586bc8f910ac6d2b281f94415455 |
|
BLAKE2b-256 | f7bdcc250fbe08ec4ac7631bc991f91703945e089c2c73429954f5a51e62a402 |