Skip to main content

A tool for appending metadata to music files from Apple Music.

Project description

Download Music with yt-dlp

First download your album using yt-dlp from youtube music.

# For short create an alias
yt-dlp -cw -o "%(title)s.%(ext)s" -x --audio-quality "0"
alias domus='yt-dlp -cw -o "music/%(title)s.%(ext)s" -x --audio-quality "0"'

Then using ammg embed the metadata from apple.

ammg get -i <album_id> -o Music music

A bash function:

domuspp() {
    domus "$1";
    ammg get -i "$2" -o Music music | less;
}

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

ammg-0.1.0.tar.gz (33.1 kB view hashes)

Uploaded Source

Built Distribution

ammg-0.1.0-py3-none-any.whl (35.0 kB view hashes)

Uploaded Python 3

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