Skip to main content

Mutagenerate is a python module which tries to extend as much as possible id3 tags based on tags already set and public web resources

Project description

https://travis-ci.org/gtnx/mutagenerate.svg?branch=master

Expanding automatically id3 tags using available web resources (Amazon for instance). Based on mutagen.

Motivation

You may have songs with very few tags (only title & artist for example) and you want to have more info so that your music database is the most complete. For instance, having normalized genres will allow you to easily build playslists. Time is precious and filling manually those info seems a monkey work to you. The goal of this package is to build automatically this info with reasonnable error rate.

Ideas

In many cases, having the title & the artist is not ambiguous and is enough to gather other tags by querying available web resources. Amazon have a huge database and querying it with those two info often gives you the good result in first position.

The package queries Amazon and then gather the following info:

  • Genre

  • Album

  • Cover

  • Amazon url

Usage

Using binary

mid3generate.py --filename "My Song.mp3"

Using library

from mutagen.id3 import ID3
from mutagenerate.core import AmazonSource

mp3 = ID3("My Song.mp3")
AmazonSource().generate_and_save(mp3, update=False, yes=True)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mutagenerate-0.1.6.tar.gz (4.7 kB view details)

Uploaded Source

File details

Details for the file mutagenerate-0.1.6.tar.gz.

File metadata

File hashes

Hashes for mutagenerate-0.1.6.tar.gz
Algorithm Hash digest
SHA256 b31bcf674d02330e8e76efb1652638adb90e949a0f686bcf01ae6603542dbfb7
MD5 a84e9a5d4b294850760c0824f6d6ea98
BLAKE2b-256 b11b19a3dceda2ac76e80d0cb2dfc56d04cae01d650ee8f3555a9209e22418f0

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page