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

24 lines
584 B

5 months ago
[language]
language = "zh-CN"
languageForGenre = "en_US"
[[devices]]
host = "127.0.0.1"
port = 58526
agentPort = 10020
fridaPath = "/system/bin/frida-server"
suMethod = "su -c"
[download]
atmosConventToM4a = false
songNameFormat = "{disk}-{tracknum:02d} {title}"
dirPathFormat = "downloads/{artist}/{album}"
saveLyrics = true
saveCover = true
coverFormat = "jpg"
afterDownloaded = ""
[metadata]
embedMetadata = ["title", "artist", "album", "album_artist", "composer",
"genre", "created", "track", "tracknum", "disk", "lyrics", "cover", "copyright",
"record_company", "upc", "isrc"]