Skip to main content

Tag .mp3 and .m4a audio files from iTunes data automatically.

Project description

Tag .mp3 and .m4a audio files from iTunes data automatically.

There are various standards in audio file tagging, and the fields they contain are huge mess, but since most of them are not being used by us normal people, to make things simpler, I chose 8 essential and common fields pragmatically:

  • Title

  • Album

  • Artist

  • Album Artist

  • Genre

  • Release Date

  • Track Number

  • Disc Number

By default, autotagger will only work with these 8 fields, anything not included will be ignored.

autotagger is currently tested under Mac OS X with Python 2.7.10, if you find anything wrong with this program, feel free to submit an issue.

TODO:

  • [ ] append album artwork in tracks

Installation

pip install autotagger

Usage

autotagger combines audio files with iTunes data, it uses track number (and disc number, if exists) to identify a song and match it with iTunes data. In short, the progress could be summarized in three steps:

  • Find the url of your album on iTunes, for example.

  • Make sure every song you want to tag has track number (and disc number, if its a multi-CD album) set properly. You can use a ID3 tagging tool like meta on OS X or mp3tag on Windows to achieve that.

  • Run autotagger command with data above.

autotagger --help to see detailed information about command line options.

Input/Paste songs manually

Use -u to indicate the iTunes album url:

autotagger -u https://itunes.apple.com/us/album/schole-compilation-vol.-1/id251480659

After running this command, autotagger will ask you to enter the file paths, you can copy them by right click on songs in finder and choose Copy Path

images/r-origin-copy-path.png

Then paste them in the terminal, and hit enter to continue.

You can also album id instead of url to make it clearer:

autotagger -i 251480659

Pass songs from pipeline

If you can get the song names from other command’s output, you can use pipeline mode to feed the input, add -p option to enable this feature:

find album -type f -name '*.mp3' | autotagger -i 251480659 -p

Clear other tags

If you want the songs to be tagged just the 8 fields other than anything else, add -c to enable that. By adding this option, only the 8 fields will be contained in the processed songs, any other fields will be removed.

autotagger -i 251480659 -c

Download artwork

Add -a option to download artwork, note this option will make the command stop tagging songs.

autotagger -i 251480659 -a

Screenshots

autotagger -i 251480659

images/r-origin-simple.png

find album -type f -name '*.mp3' | autotagger -i 251480659 -p

images/r-origin-pipeline.png

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

autotagger-0.1.6.tar.gz (7.4 kB view details)

Uploaded Source

Built Distribution

autotagger-0.1.6-py2-none-any.whl (9.7 kB view details)

Uploaded Python 2

File details

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

File metadata

  • Download URL: autotagger-0.1.6.tar.gz
  • Upload date:
  • Size: 7.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for autotagger-0.1.6.tar.gz
Algorithm Hash digest
SHA256 a7b8143b92c407281604cc078c1bda54613e0b81db6fa236eb50dc1e94d65325
MD5 54dd7b81d740a75c23e820a2b0a82e50
BLAKE2b-256 a2382b9737078b7554e33c9bcd0f536d01fcefd9399e012bb7593e713b5b09d2

See more details on using hashes here.

File details

Details for the file autotagger-0.1.6-py2-none-any.whl.

File metadata

File hashes

Hashes for autotagger-0.1.6-py2-none-any.whl
Algorithm Hash digest
SHA256 4dc9857a014c00e1eebee229d80cc8e8dec116e881a6577d180818238d918ba6
MD5 6b8c7329187a25839a853d9fffa4627a
BLAKE2b-256 9ca293624a79d9e9751f6f7152462e848ffcf14fc12728f36519b632380601ec

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