Apple Music decryption tool, based on zhaarey/apple-music-alac-atmos-downloader
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AppleMusicDecrypt/config.toml

31 lines
693 B

[region]
defaultStorefront = "jp"
language = "zh_CN"
5 months ago
[[devices]]
host = "127.0.0.1"
port = 58526
agentPort = 10020
suMethod = "su -c"
[download]
proxy = ""
parallelNum = 1
codecAlternative = true
codecPriority = ["alac", "ec3", "ac3", "aac"]
atmosConventToM4a = true
5 months ago
songNameFormat = "{disk}-{tracknum:02d} {title}"
dirPathFormat = "downloads/{album_artist}/{album}"
5 months ago
saveLyrics = true
saveCover = true
coverFormat = "jpg"
afterDownloaded = ""
[metadata]
embedMetadata = ["title", "artist", "album", "album_artist", "composer",
5 months ago
"genre", "created", "track", "tracknum", "disk", "lyrics", "cover", "copyright",
"record_company", "upc", "isrc"]
[mitm]
host = "127.0.0.1"
port = "11080"