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.8.0.tar.gz
(552.7 kB
view details)
Built Distribution
mediafile-0.8.0-py3-none-any.whl
(21.4 kB
view details)
File details
Details for the file mediafile-0.8.0.tar.gz
.
File metadata
- Download URL: mediafile-0.8.0.tar.gz
- Upload date:
- Size: 552.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d7d2b90d932cb515aeffaf8dfcc70474cd6cc1e748e6aaf5e649a7200300eb46 |
|
MD5 | 4a54966cb93e0707919801eec64524ce |
|
BLAKE2b-256 | 63883a4c88d95123720478abc39f97a39196b3395f52a382b1ee6ad691589bc2 |
File details
Details for the file mediafile-0.8.0-py3-none-any.whl
.
File metadata
- Download URL: mediafile-0.8.0-py3-none-any.whl
- Upload date:
- Size: 21.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.26.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 23c06a14c9b302407e20d50933e48caf245e716f75791e0c4ace4a4e00df17f2 |
|
MD5 | 30b1c697e812b027b1b41837b108df09 |
|
BLAKE2b-256 | bc7002dde9c70c2f45da828dd148a3f55e2a61379a9902846f18fe55016ecc51 |