mirror of
https://github.com/glomatico/amdecrypt.git
synced 2026-04-26 23:05:58 +03:00
Apple Music Decrypt
| .github/workflows | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| main.go | ||
| README.md | ||
amdecrypt
A CLI tool for decrypting Apple Music songs in conjunction with a wrapper server.
Based on apple-music-alac-downloader.
📋 Prerequisites
Must be added to your system's PATH:
📦 Installation
- Download the latest binary for your platform from the releases page
- Extract the archive
- Add the binary to your system's PATH
🚀 Usage
This tool is designed to be called by other programs rather than used directly. For example, gamdl will automatically invoke amdecrypt when needed.
Manual Usage
If needed, you can also run it directly from the command line:
amdecrypt <agentIp> <mp4decryptPath> <id> <key> <inputPath> <outputPath>
Arguments
| Argument | Description |
|---|---|
agentIp |
IP address of the wrapper server |
mp4decryptPath |
Path to the mp4decrypt binary |
id |
Track ID |
key |
FairPlay Streaming Key |
inputPath |
Path to the encrypted file |
outputPath |
Path for the decrypted output |
⚠️ Disclaimer
This tool was mostly created with AI assistance.