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.4.0.tar.gz
(504.2 kB
view details)
File details
Details for the file mediafile-0.4.0.tar.gz
.
File metadata
- Download URL: mediafile-0.4.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.21.0 setuptools/46.0.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ca6236f77a10023c16bbcde6cf54e332030b674335d10b13f117c0ea1b0e24aa |
|
MD5 | 15fcb195d35a5fdb9119b241aa633694 |
|
BLAKE2b-256 | 3ec87865a69963a5026a36ea298b11da532a3d7d1ccc991619d3d5f35a2ca4c7 |