Laden Sie Ihre Spotify-Wiedergabelisten und -Songs zusammen mit Albumcover und Metadaten herunter
Der schnellste, einfachste und genaueste Befehlszeilen-Musik-Downloader
spotDL wird neu gestaltet! Das bedeutet, dass wir derzeit keine neuen Funktionsanfragen annehmen. Sie können mit uns auf unserem Discord sprechen, wenn Sie weitere Fragen haben.
Damit spotDL funktioniert, muss YouTube Music in Ihrem Land verfügbar sein. Dies liegt daran, dass wir YouTube Music zum Filtern von Suchergebnissen verwenden. Sie können überprüfen, ob YouTube Music in Ihrem Land verfügbar ist, indem Sie YouTube Music besuchen.
brew install ffmpeg
sudo apt install ffmpeg
Empfohlene stabile Version:
pip install spotdl
Entwicklerversion: (NICHT STABIL)
pip install https://codeload.github.com/spotDL/spotify-downloader/zip/dev
Wenn Sie Probleme bei der Installation von spotdl haben, schauen Sie sich die erweiterte Installationsanleitung hier an oder bitten Sie auf unserem Discord-Server um Hilfe
curl -L https://raw.githubusercontent.com/spotDL/spotify-downloader/master/termux/setup_spotdl.sh | sh
Für spotDL gibt es ein Arch User Repository (AUR)-Paket.
spotdl [trackUrl]
Beispiel:
spotdl https://open.spotify.com/track/0VjIjW4GlUZAMYd2vXMi3b
spotdl [albumUrl]
Beispiel:
spotdl https://open.spotify.com/album/4yP0hdKOZPNshxUOjY0cZj
spotdl [playlistUrl]
Beispiel:
spotdl https://open.spotify.com/playlist/37i9dQZF1E8UXBoz02kGID
spotdl [artistUrl]
Beispiel:
spotdl https://open.spotify.com/artist/1fZAAHNWdSM5gqbi9o5iEA
spotdl ' [songQuery] '
Beispiel:
spotdl ' The Weeknd - Blinding Lights '
Hinweis: Dies ist nicht genau und führt häufig zu Fehlern.
spotdl [pathToTrackingFile]
Beispiel:
spotdl ' The Weeknd - Blinding Lights.spotdlTrackingFile '
Hinweis:
.spotdlTrackingFile
s werden automatisch erstellt, wenn ein Download beginnt, und nach Abschluss gelöscht
spotdl [songQuery1] [albumUrl] [songQuery2] ... (order does not matter)
Beispiel:
spotdl ' The Weeknd - Blinding Lights ' https://open.spotify.com/playlist/37i9dQZF1E8UXBoz02kGID ...
Hinweis: spotDL lädt bis zu 4 Songs parallel herunter. Für ein schnelleres Erlebnis laden Sie also Alben und Playlists statt Titel herunter.
spotdl " YouTubeURL|SpotifyURL "
Beispiel:
spotdl " https://www.youtube.com/watch?v=EO7XnC1YpVo|https://open.spotify.com/track/4fzsfWzRhPawzqhX8Qt9F3 "
Hinweis: URLs müssen durch
|
getrennt werden und richtig zitiert ex. „YouTubeURL|SpotifyUrl“
spotdl [songUrl] --output-format mp3/m4a/flac/opus/ogg/wav
Beispiel:
spotdl [songUrl] --output-format opus
spotdl [songUrl] --ffmpeg path/to/your/ffmpeg.exe
Beispiel:
spotdl [songUrl] --ffmpeg C: f fmpeg b in f fmpeg.exe
spotdl [playlistUrl] --m3u
Beispiel:
spotdl https://open.spotify.com/playlist/37i9dQZF1E8UXBoz02kGID --m3u
spotdl [songUrl] --use-youtube
Beispiel:
spotdl https://open.spotify.com/track/4fzsfWzRhPawzqhX8Qt9F3 --use-youtube
spotdl [songUrl] --dt [number]
Beispiel:
spotdl https://open.spotify.com/track/4fzsfWzRhPawzqhX8Qt9F3 --dt 8
spotdl [songUrl] --st [number]
Beispiel:
spotdl https://open.spotify.com/track/4fzsfWzRhPawzqhX8Qt9F3 --st 8
spotdl [songUrl] --ignore-ffmpeg-version
pipx
Isolierte Umgebungsalternative Für Benutzer, die mit pipx
nicht vertraut sind, kann es zum Ausführen von Skripten verwendet werden, ohne das spotDL-Paket und alle Abhängigkeiten global mit pip zu installieren. (Der spotDL-Installationsschritt wird effektiv übersprungen)
Zuerst müssen Sie pipx
installieren, indem Sie Folgendes ausführen:
python3 -m pip install --user pipx
python3 -m pipx ensurepath
Als Nächstes können Sie direkt mit der Ausführung von spotDL fortfahren:
pipx run spotdl ...