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

# mutagenerate

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.4.tar.gz (4.6 kB view hashes)

Uploaded Source

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