A fast, zero-config CLI tool to download and sync playlists from Spotify, Apple Music, Tidal, YouTube, and SoundCloud.
Project description
SDM - SDM Downloads Music
sdm is a fast, lightweight, and zero-config CLI tool to download and sync Playlists, Albums, and Tracks from Spotify, Apple Music, Tidal, YouTube, and SoundCloud.
Why sdm?
Recently, Spotify restricted their Web API, requiring developers to have a Premium subscription, which broke popular open-source tools with 403 Forbidden errors.
sdm was built to completely bypass these restrictions. It uses native web scraping to extract flawless metadata directly from streaming services, pairs it with yt-dlp to fetch the highest-quality audio, and embeds the tags natively. No API keys required.
Features
- Universal Support: Spotify, Apple Music, Tidal, YouTube, and SoundCloud.
- Smart Syncing: Two-way mirroring. Run
sdm syncto fetch new tracks and clean up removed ones. - Multi-Format: Download in M4A (default), MP3, FLAC, or OPUS with native tags.
- Perfect Metadata: Embeds Track, Artist, Album, Cover Art, Track/Disc Numbers, Genre, and Release Year.
- Advanced Processing: Synced lyrics via LRCLIB, LUFS normalization, and SponsorBlock trimming.
Installation
pip install sdm-pycli
No additional software is required. sdm bundles everything it needs, including FFmpeg.
Usage
Open a terminal in the folder where you want your music saved, then run the commands below.
Playlist
To download a playlist, run
sdm download [playlistUrl]
Example:
sdm download https://open.spotify.com/playlist/37i9dQZF1E8NjgPSXnmGkI?si=O0kgUaFcQnatcvlZzS9yJw
Album
To download an album, run
sdm download [albumUrl]
Example:
sdm download https://open.spotify.com/album/6eUW0wxWtzkFdaEFsTJto6?si=nYD6g_tZQvuFsMzyKG2sRA
Track
To download a single track, run
sdm download [trackUrl]
Example:
sdm download https://open.spotify.com/track/4PTG3Z6ehGkBFwjybzWkR8?si=1d83934b63464e9e
Apple Music
Apple Music albums, playlists, and songs are also supported.
sdm download https://music.apple.com/us/album/starboy/1440871397
Sync
sdm remembers the source URL for each folder. To update a previously downloaded folder with any changes from the remote playlist, run
sdm sync [directory]
Example:
sdm sync "C:\Users\You\Music\My Playlist"
Inject
To import a local audio file into your playlist with official metadata and protect it from future sync deletions, run
sdm inject [filePath] [trackUrl]
Example:
sdm inject "C:\Users\You\Downloads\song.mp3" https://open.spotify.com/track/0VjIjW4GlUZAMYd2vXMi3b
Options & Flags
| Flag | Description |
|---|---|
-o, --output |
Save to a specific directory |
-f, --format |
Audio format: m4a, mp3, flac, opus (default: m4a) |
-w, --workers |
Number of concurrent downloads (default: 3) |
--lyrics |
Fetch and embed synced lyrics from LRCLIB |
--normalize |
Apply EBU R128 (-14 LUFS) volume normalization |
--sponsor-block |
Trim non-music sections from YouTube sources |
--dry-run |
Simulate a sync/download without making changes |
--no-delete |
Download new tracks but never delete local files |
--refresh-metadata |
Re-tag existing files with the latest metadata |
--cookies |
Pass browser cookies for age-restricted content |
Example with flags:
sdm download https://open.spotify.com/playlist/37i9dQZF1E8UXBoz02kGID -f flac --lyrics --normalize
Music Sourcing & Audio Quality
sdm fetches flawless metadata (tags, cover art, tracklists) directly from Spotify, Apple Music, and Tidal, but sources the actual audio streams from YouTube.
Unlike other tools that require your Premium credentials and risk permanent account bans by ripping directly from encrypted servers, sdm acts as a safe, unauthenticated metadata matcher. It reliably delivers DRM-free audio (up to 256kbps AAC or Opus) perfectly packaged to match the original release.
Legal Disclaimer
Users are responsible for their actions. We do not support unauthorized downloading of copyrighted material. sdm is open-source (MIT License) for educational and personal use only.
Important Notes:
- Spotify Playlists must be set to Public. Private playlists and personalized mixes will not work.
- Explicit Content: If YouTube blocks downloads, pass browser cookies with
--cookies firefox. Firefox is recommended.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file sdm_pycli-1.1.1.tar.gz.
File metadata
- Download URL: sdm_pycli-1.1.1.tar.gz
- Upload date:
- Size: 18.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8982154f4488a86ef4fe146aa251093ee101e65ed938bb86bdbf7d9d29c3b4af
|
|
| MD5 |
05b91a277ef100343800f755ba3b20fb
|
|
| BLAKE2b-256 |
3a8f358be65332f64b3e7901728a8d41ae524318f0145a04ef38f96efc1d4574
|
File details
Details for the file sdm_pycli-1.1.1-py3-none-any.whl.
File metadata
- Download URL: sdm_pycli-1.1.1-py3-none-any.whl
- Upload date:
- Size: 18.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ebfbbd7969953ae987391b42cb56d10d61c446e57b0c4a8c22c454be72017106
|
|
| MD5 |
062a57535ea11e737aa7f2fe12d48fb8
|
|
| BLAKE2b-256 |
c1315bded118bcb0481145b41293bbf3a37b2b29479d1ed8c8ab570efdf75b7c
|