diff --git a/README.md b/README.md index 665777e..04d232a 100644 --- a/README.md +++ b/README.md @@ -10,23 +10,23 @@ Get Spotify tracks in true FLAC from Tidal, Qobuz & Amazon Music — no account [](https://t.me/spotiflac) [](https://t.me/spotiflac_chat) -### [Download](https://github.com/afkarxyz/SpotiFLAC/releases) +### [Download](https://github.com/spotbye/SpotiFLAC/releases)  ## Other projects -### [SpotiFLAC Next](https://github.com/afkarxyz/SpotiFLAC-Next) +### [SpotiFLAC Next](https://github.com/spotbye/SpotiFLAC-Next) Get Spotify tracks in true Lossless from Tidal, Qobuz, Amazon Music, Deezer & Apple Music — no account required. -### [SpotiDownloader](https://github.com/afkarxyz/SpotiDownloader) +### [SpotiDownloader](https://github.com/spotbye/SpotiDownloader) Get Spotify tracks, albums, playlists and discography in MP3 and FLAC. -### [SpotubeDL](https://spotubedl.com) +### [SpotubeDL.com](https://spotubedl.com) -Download Spotify Tracks, Albums, Playlists as MP3/OGG/Opus with High Quality. +Download Spotify Tracks, Albums, Playlists & Discography as MP3/OGG/Opus. ### [SpotiFLAC (Mobile)](https://github.com/zarzet/SpotiFLAC-Mobile) diff --git a/backend/amazon.go b/backend/amazon.go index 7c33917..a0b8ed2 100644 --- a/backend/amazon.go +++ b/backend/amazon.go @@ -400,7 +400,7 @@ func (a *AmazonDownloader) DownloadByURL(amazonURL, outputDir, quality, filename Publisher: spotifyPublisher, Composer: spotifyComposer, Separator: metadataSeparator, - Description: "https://github.com/afkarxyz/SpotiFLAC", + Description: "https://github.com/spotbye/SpotiFLAC", ISRC: isrc, Genre: mbMeta.Genre, } diff --git a/backend/qobuz.go b/backend/qobuz.go index c5f9e7a..b2b7735 100644 --- a/backend/qobuz.go +++ b/backend/qobuz.go @@ -537,7 +537,7 @@ func (q *QobuzDownloader) DownloadTrackWithISRC(isrc, outputDir, quality, filena Publisher: spotifyPublisher, Composer: spotifyComposer, Separator: metadataSeparator, - Description: "https://github.com/afkarxyz/SpotiFLAC", + Description: "https://github.com/spotbye/SpotiFLAC", ISRC: isrc, UPC: upc, Genre: mbMeta.Genre, diff --git a/backend/tidal.go b/backend/tidal.go index cd8fa1c..af5fe31 100644 --- a/backend/tidal.go +++ b/backend/tidal.go @@ -559,7 +559,7 @@ func (t *TidalDownloader) DownloadByURL(tidalURL, outputDir, quality, filenameFo Publisher: spotifyPublisher, Composer: spotifyComposer, Separator: metadataSeparator, - Description: "https://github.com/afkarxyz/SpotiFLAC", + Description: "https://github.com/spotbye/SpotiFLAC", ISRC: isrc, Genre: mbMeta.Genre, } @@ -724,7 +724,7 @@ func (t *TidalDownloader) DownloadByURLWithFallback(tidalURL, outputDir, quality Publisher: spotifyPublisher, Composer: spotifyComposer, Separator: metadataSeparator, - Description: "https://github.com/afkarxyz/SpotiFLAC", + Description: "https://github.com/spotbye/SpotiFLAC", ISRC: isrc, Genre: mbMeta.Genre, } diff --git a/frontend/src/components/AboutPage.tsx b/frontend/src/components/AboutPage.tsx index 68ca93d..2b1fd56 100644 --- a/frontend/src/components/AboutPage.tsx +++ b/frontend/src/components/AboutPage.tsx @@ -197,7 +197,7 @@ export function AboutPage() { {activeTab === "projects" && (