mirror of
https://github.com/AmarnathCJD/Spot-DL.git
synced 2026-04-27 06:25:52 +03:00
[PR #5] [CLOSED] Broken PR, please ignore #4
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Spot-DL#4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/AmarnathCJD/Spot-DL/pull/5
Author: @ghost
Created: 1/12/2026
Status: ❌ Closed
Base:
k← Head:k📝 Commits (10+)
a922220Update README.md3c770c1Merge branch 'master' of https://github.com/amarnathcjd/SpotifyDownloader227e447Update s.pyc7c2e4cHandle lyrics retrieval failure gracefully in get_track function8882a68Merge branch 'master' of https://github.com/amarnathcjd/SpotifyDownloader8a4fbedUpdate README.mdd17bd7aUpdate README.mdd01f30bRename m.py to lyrics_to_lrc.pybd01adcRename s.py to auth.pyb2eeec9Add search_track function and handler for querying tracks from Spotify API📊 Changes
65 files changed (+4608 additions, -22788 deletions)
View changed files
➕
.cache(+1 -0)📝
.gitignore(+5 -1)📝
README.md(+48 -6)➕
album_utils.py(+89 -0)➕
artist_utils.py(+48 -0)➕
audio_utils.py(+26 -0)➕
auth.py(+20 -0)➕
config.toml(+12 -0)📝
decrypt.py(+62 -54)➕
filesystem_utils.py(+13 -0)➕
libspot/__init__.py(+34 -0)➕
libspot/audio/__init__.py(+912 -0)➕
libspot/audio/decoders.py(+122 -0)➕
libspot/audio/decrypt.py(+45 -0)➕
libspot/audio/format.py(+37 -0)➕
libspot/audio/storage.py(+139 -0)➕
libspot/cache.py(+18 -0)📝
libspot/core.py(+1054 -598)📝
libspot/crypto.py(+10 -5)➕
libspot/dealer.py(+11 -0)...and 45 more files
📄 Description
Changes
New arguments:
--albumdownload a specific album, can be combined with--artistto refine the search--artistdownload all albums by an artist--urldownload by Spotify album/artist URL--audio-formatchoose between ogg/mp3Names, urls, directories:
<artist>/<album>/...Config file:
config.tomlwas added for:spotify_api_iddeveloper API key, required for searchesspotify_api_secretdeveloper API secret, required for searcheslibrary_pathexport path for downloaded albumstrack_sleeptime to sleep between tracksalbum_sleeptime to sleep between albumsOriginal code:
python main.pyUsage
python main.py --album "Album Name" --artist "Artist Name"python main.py --artist "Artist Name"python main.py --url https://open.spotify.com/album/...🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.