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

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

Uploaded Source

File details

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

File metadata

  • Download URL: mutagenerate-0.1.5.tar.gz
  • Upload date:
  • Size: 4.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for mutagenerate-0.1.5.tar.gz
Algorithm Hash digest
SHA256 614868a48f0bcb63b16eec897d84ac185b2119af195c589c11f66ada11a573cf
MD5 4c59fe077aec06d604dc0606709641df
BLAKE2b-256 dc8280b8a22641528b3958d4c45e3e876fad72fa7ceb658df69b57257b6e49dc

See more details on using hashes here.

Supported by

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