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 3.7 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.13.0.tar.gz
(562.2 kB
view details)
Built Distribution
File details
Details for the file mediafile-0.13.0.tar.gz
.
File metadata
- Download URL: mediafile-0.13.0.tar.gz
- Upload date:
- Size: 562.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | de71063e1bffe9733d6ccad526ea7dac8a9ce760105827f81ab0cb034c729a6d |
|
MD5 | 64955f415233169322686687bedbca7c |
|
BLAKE2b-256 | 86437726b251c591044b4ae2734049260e7a37c7e5b97a3fe1002443f9a3e829 |
File details
Details for the file mediafile-0.13.0-py3-none-any.whl
.
File metadata
- Download URL: mediafile-0.13.0-py3-none-any.whl
- Upload date:
- Size: 21.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: python-requests/2.32.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | cd8d183d0e0671b5203a86e92cf4e3338ecc892a1ec9dcd7ec0ed87779e514cb |
|
MD5 | e26d0ea0e7e509bdec672f3f7988b090 |
|
BLAKE2b-256 | 9fb0363b4d1443a593398f9d3784f406385f075e8fd0991c35356e73fc37638a |