From 42d25abe0cac60f049087535fefa25f9cc7a0cb3 Mon Sep 17 00:00:00 2001 From: afkarxyz Date: Mon, 13 Apr 2026 23:30:43 +0700 Subject: [PATCH] .rename --- README.md | 10 +++++----- backend/amazon.go | 2 +- backend/qobuz.go | 2 +- backend/tidal.go | 4 ++-- frontend/src/components/AboutPage.tsx | 9 ++++----- frontend/src/components/Header.tsx | 2 +- frontend/src/components/Sidebar.tsx | 2 +- wails.json | 2 +- 8 files changed, 16 insertions(+), 17 deletions(-) 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 [![Announcements](https://img.shields.io/badge/ANNOUNCEMENTS-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/spotiflac) [![Chat](https://img.shields.io/badge/CHAT-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/spotiflac_chat) -### [Download](https://github.com/afkarxyz/SpotiFLAC/releases) +### [Download](https://github.com/spotbye/SpotiFLAC/releases) ![Image](https://github.com/user-attachments/assets/c2624ca5-8569-49f0-950e-4410b523cea1) ## 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" && (
- openExternal("https://github.com/spotiverse/SpotiFLAC-Next")}> + openExternal("https://github.com/spotbye/SpotiFLAC-Next")}>
SpotiFLAC Next @@ -251,7 +251,7 @@ export function AboutPage() {
)}
- openExternal("https://github.com/afkarxyz/SpotiDownloader")}> + openExternal("https://github.com/spotbye/SpotiDownloader")}>
SpotiDownloader @@ -382,11 +382,10 @@ export function AboutPage() { SpotubeDL{" "} - SpotubeDL + SpotubeDL.com - Download Spotify Tracks, Albums, Playlists as MP3/OGG/Opus - with High Quality. + Download Spotify Tracks, Albums, Playlists & Discography as MP3/OGG/Opus. diff --git a/frontend/src/components/Header.tsx b/frontend/src/components/Header.tsx index 6378151..9004e26 100644 --- a/frontend/src/components/Header.tsx +++ b/frontend/src/components/Header.tsx @@ -19,7 +19,7 @@ export function Header({ version, hasUpdate, releaseDate }: HeaderProps) { - diff --git a/frontend/src/components/Sidebar.tsx b/frontend/src/components/Sidebar.tsx index b6b35e1..13e88b1 100644 --- a/frontend/src/components/Sidebar.tsx +++ b/frontend/src/components/Sidebar.tsx @@ -40,7 +40,7 @@ export function Sidebar({ currentPage, onPageChange }: SidebarProps) { } }; const handleOpenIssues = () => { - openExternal("https://github.com/afkarxyz/SpotiFLAC/issues"); + openExternal("https://github.com/spotbye/SpotiFLAC/issues"); handleIssuesDialogChange(false); }; const getAnimatedItemHandlers = (iconRef: RefObject) => ({ diff --git a/wails.json b/wails.json index a6b85a0..ff85543 100644 --- a/wails.json +++ b/wails.json @@ -12,7 +12,7 @@ }, "info": { "productName": "SpotiFLAC", - "productVersion": "7.1.3", + "productVersion": "7.1.4", "copyright": "© 2026 afkarxyz" }, "wailsjsdir": "./frontend",