Files
AppleMusicDecrypt/config.toml
WorldObservationLog 6d36521005 Initial commit
2024-05-04 15:58:59 +08:00

24 lines
584 B
TOML

[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"]