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.11.0.tar.gz
(563.3 kB
view details)
Built Distribution
File details
Details for the file mediafile-0.11.0.tar.gz
.
File metadata
- Download URL: mediafile-0.11.0.tar.gz
- Upload date:
- Size: 563.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2771ae95a31b773635c1446957cf5cd91d29967b9606f8c8c6accba1715c5eaf |
|
MD5 | 09d7a17271f4cbacd1850a14c7474e7b |
|
BLAKE2b-256 | 143d38eddf0e993eea0726cd6ad9dc6be9fdb55509d1ff2ab985c2866520e975 |
File details
Details for the file mediafile-0.11.0-py3-none-any.whl
.
File metadata
- Download URL: mediafile-0.11.0-py3-none-any.whl
- Upload date:
- Size: 21.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.28.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 88aa75595f5ff568173b914de0677ba58586c5babe319fb04ca68651a4a931df |
|
MD5 | 3094c3fdb6e74828ff62db6be6b73d46 |
|
BLAKE2b-256 | 5adbf08befa54604a8192fbd4fc009f99585c693f43bd175f73162695978ee30 |