low-level audio tag interface
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.2.0.tar.gz
(503.7 kB
view details)
File details
Details for the file mediafile-0.2.0.tar.gz
.
File metadata
- Download URL: mediafile-0.2.0.tar.gz
- Upload date:
- Size: 503.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/40.8.0 requests-toolbelt/0.9.1 tqdm/4.31.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a59ec09142fd352648596de18836af765c6e59b25e95fc2f5aa72b6f082b3ddf |
|
MD5 | f9720dd4604f9dac6c333b62462a3aaf |
|
BLAKE2b-256 | 3f8d34797ad7ada463eda8d9aa2db63c523e1d9ff7770732055424729684a062 |