This deployment requires that you have an instance of wrapper-manager available.
Download and install Termux. Give it storage permissions(termux-setup-storage)
Then execute the following commands to install Debian:
pkg update && pkg install proot-distro
pd i debianEnter the Debian environment(pd login debian)
apt update && apt install pipx git -y && pipx install poetry && pipx ensurepath && source ~/.bashrc
git clone https://github.com/WorldObservationLog/AppleMusicDecrypt
cd AppleMusicDecrypt
bash ./tools/install-deps.sh
poetry env use /usr/bin/python3 && poetry install
cp config.example.toml config.toml
nano config.tomlFor Android users, some configurations need to be modified.
[instance]
url = "wm.wol.moe" # Or use another wrapper-manager instance
secure = true
[download]
parallelNum = 2 # The recommended value is half of maxRunningTasks
maxRunningTasks = 4 # This value depends on the memory size of the device and is not recommended to be higher than 8
dirPathFormat = "/sdcard/Music/{album_artist}/{album}"
playlistDirPathFormat = "/sdcard/Music/playlists/{playlistName}"poetry run python main.py
pd login debian
cd AppleMusicDecrypt
git checkout -f && git pull
poetry update
cp config.example.toml config.toml
nano config.toml