mirror of
https://github.com/afkarxyz/SpotiDownloader.git
synced 2026-04-26 03:16:00 +03:00
[PR #113] Improve token flow reliability, metadata fallback tagging, and proxy-aware networking #223
Labels
No labels
bug
documentation
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SpotiDownloader#223
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/afkarxyz/SpotiDownloader/pull/113
Author: @Laynholt
Created: 2/28/2026
Status: 🔄 Open
Base:
main← Head:main📝 Commits (10+)
beb1933Fix filename template in batch downloadsdc10f90Preserve boundary underscores in sanitized namesfe84f4fMerge branch 'main' of https://github.com/afkarxyz/SpotiDownloader4694338Add Edge fallback and force browser shutdown after token fetch7c24a5dFix batch downloads by auto-fetching and refreshing session token62d593aImprove genre metadata embedding with multi-source fallbacksee96786Add system proxy support for backend HTTP clientsb60b0a9Refine genre sourcing and remove duplicated year metadata2da7b5dUpdate ignore and dependency checksum files32aa88bFix playlist metadata track number resolution using track ID📊 Changes
29 files changed (+1253 additions, -208 deletions)
View changed files
📝
.gitignore(+6 -1)📝
app.go(+7 -2)➕
backend/chosic_genre.go(+191 -0)📝
backend/chrome_check.go(+46 -11)📝
backend/cover.go(+1 -1)📝
backend/ffmpeg.go(+1 -1)➕
backend/http_client.go(+35 -0)📝
backend/lyrics.go(+1 -1)📝
backend/metadata.go(+8 -1)📝
backend/musicbrainz.go(+128 -56)➕
backend/proxy_other.go(+12 -0)➕
backend/proxy_windows.go(+188 -0)📝
backend/songlink.go(+131 -15)📝
backend/spotfetch.go(+95 -20)📝
backend/spotfetch_api.go(+15 -3)📝
backend/spotidownloader.go(+66 -5)📝
backend/spotify_metadata.go(+28 -18)📝
backend/token_fetcher.go(+8 -3)📝
backend/uploader.go(+3 -3)📝
frontend/package.json.md5(+1 -1)...and 9 more files
📄 Description
Summary
This PR combines the latest reliability and metadata improvements across token fetching, batch downloads, tagging, and networking.
What changed
Added a Windows browser fallback for token extraction:
Fixed first-run batch download behavior when no token exists:
Improved metadata tagging for downloaded tracks:
Added proxy-aware HTTP behavior for backend requests:
HTTP_PROXY,HTTPS_PROXY,NO_PROXY).🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.