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.

Install

pip install autotagger

Usage

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

Input/Paste songs manually

autotagger -i 251480659

You can copy file paths by right click on songs in finder and choose Copy Path

images/r-origin-copy-path.png
autotagger -u https://itunes.apple.com/us/album/schole-compilation-vol.-1/id251480659

You can use url instead of album id either

Pass songs from pipeline

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

Add -p option to enable this feature.

Clear other tags

autotagger -i 251480659 -c

Add -c to clear other tags.

Download artwork

autotagger -i 251480659 -a

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

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

Uploaded Source

Built Distribution

autotagger-0.1.0-py2-none-any.whl (7.4 kB view hashes)

Uploaded Python 2

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