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.3.0.tar.gz
(504.2 kB
view details)
File details
Details for the file mediafile-0.3.0.tar.gz
.
File metadata
- Download URL: mediafile-0.3.0.tar.gz
- Upload date:
- Size: 504.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cbdb67907e65089c81d304002c8404798b630e609796b291503d0853edcc0da |
|
MD5 | ca08ad65fc9a17d10dc02d1175ce2732 |
|
BLAKE2b-256 | 03bb77a2ebb973155f746c978c3a0666a1c442b270043e6026c57879ac11b507 |