Skip to content

Instantly share code, notes, and snippets.

@andriilive
Last active August 28, 2023 18:07
Show Gist options
  • Save andriilive/195fd89580de21bf47ce96f4a0cec2ff to your computer and use it in GitHub Desktop.
Save andriilive/195fd89580de21bf47ce96f4a0cec2ff to your computer and use it in GitHub Desktop.
SpotDL & Apple Music Sync

SpotDL & Apple Music Sync

Prepare Music App

Disable copy files

CleanShot 2023-07-25 at 23 55 56@2x

Enable Wifi / Auto Sync

CleanShot 2023-07-26 at 03 05 59@2x

Launch

export SPOT_FOLDER="/Users/$USER/Music/spotdl"
export SPOT_LIST="https://open.spotify.com/playlist/2fP7o2fEKTYFpyvnQKJiGT?si=9d353cc6709b49c4"
curl -fsSL https://gist.githubusercontent.com/andriilive/195fd89580de21bf47ce96f4a0cec2ff/raw/syncm.sh | bash

Apple Shortcut

https://www.icloud.com/shortcuts/26bd7bf7e1b249f8a45eab4fe4ca069c

# SPOT_FOLDER="/Users/$USER/Music/spotdl"
# SPOT_LIST="https://open.spotify.com/playlist/2fP7o2fEKTYFpyvnQKJiGT?si=9d353cc6709b49c4"
cd $SPOT_FOLDER
spotdl sync "$SPOT_LIST" --save-file ./downloads.spotdl
open . -a Music
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment