From af203ae51f46a64635fbdcc921ba6805861a1efa Mon Sep 17 00:00:00 2001 From: Zarz Eleutherius <42882290+zarzet@users.noreply.github.com> Date: Sat, 7 Feb 2026 14:44:19 +0700 Subject: [PATCH 1/5] Update VirusTotal badge link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 097c9a5e..94eb3c29 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![GitHub All Releases](https://img.shields.io/github/downloads/zarzet/SpotiFLAC-Mobile/total?style=for-the-badge&refresh=1)](https://github.com/zarzet/SpotiFLAC-Mobile/releases) -[![VirusTotal](https://img.shields.io/badge/VirusTotal-Safe-brightgreen?style=for-the-badge&logo=virustotal)](https://www.virustotal.com/gui/file/f9268c450d823abbb148d90afed9d10f930012e2a4955e6a1c1f41c7df7c8e86/) +[![VirusTotal](https://img.shields.io/badge/VirusTotal-Safe-brightgreen?style=for-the-badge&logo=virustotal)](https://www.virustotal.com/gui/file/f6ba8fa4a572d69f6196f980733089cb741088e3ceb49d0bd3ceda5a694a2466/) [![Crowdin](https://img.shields.io/badge/HELP%20TRANSLATE%20ON-CROWDIN-%2321252b?style=for-the-badge&logo=crowdin)](https://crowdin.com/project/spotiflac-mobile)
From 38f949800631b0a0aef22ed371c3eaab090f5580 Mon Sep 17 00:00:00 2001 From: zarzet Date: Sun, 8 Feb 2026 02:26:03 +0700 Subject: [PATCH 2/5] docs: add API credits to README and SpotiSaver to about page --- README.md | 20 ++++++++++++++++++++ lib/l10n/app_localizations.dart | 12 ++++++++++++ lib/l10n/app_localizations_de.dart | 7 +++++++ lib/l10n/app_localizations_en.dart | 7 +++++++ lib/l10n/app_localizations_es.dart | 7 +++++++ lib/l10n/app_localizations_fr.dart | 7 +++++++ lib/l10n/app_localizations_hi.dart | 7 +++++++ lib/l10n/app_localizations_id.dart | 7 +++++++ lib/l10n/app_localizations_ja.dart | 7 +++++++ lib/l10n/app_localizations_ko.dart | 7 +++++++ lib/l10n/app_localizations_nl.dart | 7 +++++++ lib/l10n/app_localizations_pt.dart | 7 +++++++ lib/l10n/app_localizations_ru.dart | 7 +++++++ lib/l10n/app_localizations_tr.dart | 7 +++++++ lib/l10n/app_localizations_zh.dart | 7 +++++++ lib/l10n/arb/app_en.arb | 4 ++++ lib/screens/settings/about_page.dart | 7 +++++++ 17 files changed, 134 insertions(+) diff --git a/README.md b/README.md index 94eb3c29..b3d03fed 100644 --- a/README.md +++ b/README.md @@ -92,6 +92,26 @@ _If this software is useful and brings you value, consider supporting the projec [![Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/zarzet) Buy Me A Coffee +## API Credits + +SpotiFLAC wouldn't be possible without these amazing services and APIs. Huge thanks to the developers and maintainers behind them: + +| Service | Author | Used For | +|---------|--------|----------| +| [Squid.wtf](https://squid.wtf) | [@binimum](https://github.com/binimum) | Tidal & Qobuz download proxies | +| [DabMusic](https://dabmusic.xyz) | — | Qobuz streaming proxy | +| [Jumo DL](https://jumo-dl.pages.dev) | — | Qobuz download API fallback | +| [AfkarXYZ](https://github.com/afkarxyz) | AfkarXYZ | Amazon Music conversion API | +| [SongLink / Odesli](https://odesli.co) | Kurt Weiberth | Cross-platform track linking | +| [LRCLib](https://lrclib.net) | [@tranxuanthang](https://github.com/tranxuanthang) | Synchronized lyrics database | +| [IDHS](https://github.com/sjdonado/idonthavespotify) | [@sjdonado](https://github.com/sjdonado) | Track availability checking | +| [Binimum](https://music.binimum.org) | [@binimum](https://github.com/binimum) | Tidal API proxy | +| [QQDL](https://qqdl.site) | [@binimum](https://github.com/binimum) | Tidal API proxy endpoints | +| [HiFi](https://github.com/sachinsenal0x64) | [@sachinsenal0x64](https://github.com/sachinsenal0x64) | Original HiFi project, foundation of Tidal integration | +| [SpotiSaver](https://spotisaver.net) | — | Tidal Hi-Res FLAC streaming endpoints | + +And to all the contributors who maintain the proxy infrastructure that makes lossless music accessible. + ## Disclaimer This project is for **educational and private use only**. The developer does not condone or encourage copyright infringement. diff --git a/lib/l10n/app_localizations.dart b/lib/l10n/app_localizations.dart index ec52b2f2..b1803b39 100644 --- a/lib/l10n/app_localizations.dart +++ b/lib/l10n/app_localizations.dart @@ -988,6 +988,18 @@ abstract class AppLocalizations { /// **'The best Qobuz streaming API. Hi-Res downloads wouldn\'t be possible without this!'** String get aboutDabMusicDesc; + /// Name of SpotiSaver API service - DO NOT TRANSLATE + /// + /// In en, this message translates to: + /// **'SpotiSaver'** + String get aboutSpotiSaver; + + /// Credit for SpotiSaver API + /// + /// In en, this message translates to: + /// **'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'** + String get aboutSpotiSaverDesc; + /// App description in header card /// /// In en, this message translates to: diff --git a/lib/l10n/app_localizations_de.dart b/lib/l10n/app_localizations_de.dart index 9dd07683..6d720292 100644 --- a/lib/l10n/app_localizations_de.dart +++ b/lib/l10n/app_localizations_de.dart @@ -504,6 +504,13 @@ class AppLocalizationsDe extends AppLocalizations { String get aboutDabMusicDesc => 'Die beste Qobuz-Streaming-API. Hi-Res-Downloads wären ohne diese nicht möglich!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Lade Spotify-Titel in verlustfreier Qualität von Tidal, Qobuz und Amazon Music herunter.'; diff --git a/lib/l10n/app_localizations_en.dart b/lib/l10n/app_localizations_en.dart index ea8fce6c..1c40d1c5 100644 --- a/lib/l10n/app_localizations_en.dart +++ b/lib/l10n/app_localizations_en.dart @@ -491,6 +491,13 @@ class AppLocalizationsEn extends AppLocalizations { String get aboutDabMusicDesc => 'The best Qobuz streaming API. Hi-Res downloads wouldn\'t be possible without this!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Download Spotify tracks in lossless quality from Tidal, Qobuz, and Amazon Music.'; diff --git a/lib/l10n/app_localizations_es.dart b/lib/l10n/app_localizations_es.dart index b59ec00e..cac0be12 100644 --- a/lib/l10n/app_localizations_es.dart +++ b/lib/l10n/app_localizations_es.dart @@ -491,6 +491,13 @@ class AppLocalizationsEs extends AppLocalizations { String get aboutDabMusicDesc => 'The best Qobuz streaming API. Hi-Res downloads wouldn\'t be possible without this!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Download Spotify tracks in lossless quality from Tidal, Qobuz, and Amazon Music.'; diff --git a/lib/l10n/app_localizations_fr.dart b/lib/l10n/app_localizations_fr.dart index 04875b91..bb356584 100644 --- a/lib/l10n/app_localizations_fr.dart +++ b/lib/l10n/app_localizations_fr.dart @@ -491,6 +491,13 @@ class AppLocalizationsFr extends AppLocalizations { String get aboutDabMusicDesc => 'The best Qobuz streaming API. Hi-Res downloads wouldn\'t be possible without this!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Download Spotify tracks in lossless quality from Tidal, Qobuz, and Amazon Music.'; diff --git a/lib/l10n/app_localizations_hi.dart b/lib/l10n/app_localizations_hi.dart index 5c908694..d9368310 100644 --- a/lib/l10n/app_localizations_hi.dart +++ b/lib/l10n/app_localizations_hi.dart @@ -491,6 +491,13 @@ class AppLocalizationsHi extends AppLocalizations { String get aboutDabMusicDesc => 'The best Qobuz streaming API. Hi-Res downloads wouldn\'t be possible without this!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Download Spotify tracks in lossless quality from Tidal, Qobuz, and Amazon Music.'; diff --git a/lib/l10n/app_localizations_id.dart b/lib/l10n/app_localizations_id.dart index 365d322a..10de1bfd 100644 --- a/lib/l10n/app_localizations_id.dart +++ b/lib/l10n/app_localizations_id.dart @@ -496,6 +496,13 @@ class AppLocalizationsId extends AppLocalizations { String get aboutDabMusicDesc => 'API streaming Qobuz terbaik. Unduhan Hi-Res tidak akan mungkin tanpa ini!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Unduh lagu Spotify dalam kualitas lossless dari Tidal, Qobuz, dan Amazon Music.'; diff --git a/lib/l10n/app_localizations_ja.dart b/lib/l10n/app_localizations_ja.dart index 58764279..202afde0 100644 --- a/lib/l10n/app_localizations_ja.dart +++ b/lib/l10n/app_localizations_ja.dart @@ -487,6 +487,13 @@ class AppLocalizationsJa extends AppLocalizations { String get aboutDabMusicDesc => 'The best Qobuz streaming API. Hi-Res downloads wouldn\'t be possible without this!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Tidal、Qobuz、Amazon Music から Spotify のトラックをロスレス品質でダウンロードします。'; diff --git a/lib/l10n/app_localizations_ko.dart b/lib/l10n/app_localizations_ko.dart index 0ff5f74c..03e6fc57 100644 --- a/lib/l10n/app_localizations_ko.dart +++ b/lib/l10n/app_localizations_ko.dart @@ -491,6 +491,13 @@ class AppLocalizationsKo extends AppLocalizations { String get aboutDabMusicDesc => 'The best Qobuz streaming API. Hi-Res downloads wouldn\'t be possible without this!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Download Spotify tracks in lossless quality from Tidal, Qobuz, and Amazon Music.'; diff --git a/lib/l10n/app_localizations_nl.dart b/lib/l10n/app_localizations_nl.dart index bf4c104f..b92333a1 100644 --- a/lib/l10n/app_localizations_nl.dart +++ b/lib/l10n/app_localizations_nl.dart @@ -491,6 +491,13 @@ class AppLocalizationsNl extends AppLocalizations { String get aboutDabMusicDesc => 'The best Qobuz streaming API. Hi-Res downloads wouldn\'t be possible without this!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Download Spotify tracks in lossless quality from Tidal, Qobuz, and Amazon Music.'; diff --git a/lib/l10n/app_localizations_pt.dart b/lib/l10n/app_localizations_pt.dart index fd991528..717f7c68 100644 --- a/lib/l10n/app_localizations_pt.dart +++ b/lib/l10n/app_localizations_pt.dart @@ -491,6 +491,13 @@ class AppLocalizationsPt extends AppLocalizations { String get aboutDabMusicDesc => 'The best Qobuz streaming API. Hi-Res downloads wouldn\'t be possible without this!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Download Spotify tracks in lossless quality from Tidal, Qobuz, and Amazon Music.'; diff --git a/lib/l10n/app_localizations_ru.dart b/lib/l10n/app_localizations_ru.dart index 2e0e772f..3b01b38e 100644 --- a/lib/l10n/app_localizations_ru.dart +++ b/lib/l10n/app_localizations_ru.dart @@ -504,6 +504,13 @@ class AppLocalizationsRu extends AppLocalizations { String get aboutDabMusicDesc => 'Лучший API для стриминга Qobuz. Без него загрузка файлов в высоком разрешении была бы невозможна!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Скачайте треки Spotify в Lossless качестве из Tidal, Qobuz и Amazon Music.'; diff --git a/lib/l10n/app_localizations_tr.dart b/lib/l10n/app_localizations_tr.dart index c187b624..5c170f43 100644 --- a/lib/l10n/app_localizations_tr.dart +++ b/lib/l10n/app_localizations_tr.dart @@ -498,6 +498,13 @@ class AppLocalizationsTr extends AppLocalizations { String get aboutDabMusicDesc => 'En iyi Qobuz streaming API\'ı. Yüksek kalite indirmeler bunun sayesinde!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Spotify şarkılarını Tidal, Qobuz ve Amazon Music\'den yüksek kalitede indir.'; diff --git a/lib/l10n/app_localizations_zh.dart b/lib/l10n/app_localizations_zh.dart index b48d8511..313c60a8 100644 --- a/lib/l10n/app_localizations_zh.dart +++ b/lib/l10n/app_localizations_zh.dart @@ -491,6 +491,13 @@ class AppLocalizationsZh extends AppLocalizations { String get aboutDabMusicDesc => 'The best Qobuz streaming API. Hi-Res downloads wouldn\'t be possible without this!'; + @override + String get aboutSpotiSaver => 'SpotiSaver'; + + @override + String get aboutSpotiSaverDesc => + 'Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!'; + @override String get aboutAppDescription => 'Download Spotify tracks in lossless quality from Tidal, Qobuz, and Amazon Music.'; diff --git a/lib/l10n/arb/app_en.arb b/lib/l10n/arb/app_en.arb index 2417c0aa..2046373b 100644 --- a/lib/l10n/arb/app_en.arb +++ b/lib/l10n/arb/app_en.arb @@ -346,6 +346,10 @@ "@aboutDabMusic": {"description": "Name of Qobuz API service - DO NOT TRANSLATE"}, "aboutDabMusicDesc": "The best Qobuz streaming API. Hi-Res downloads wouldn't be possible without this!", "@aboutDabMusicDesc": {"description": "Credit for DAB Music API"}, + "aboutSpotiSaver": "SpotiSaver", + "@aboutSpotiSaver": {"description": "Name of SpotiSaver API service - DO NOT TRANSLATE"}, + "aboutSpotiSaverDesc": "Tidal Hi-Res FLAC streaming endpoints. A key piece of the lossless puzzle!", + "@aboutSpotiSaverDesc": {"description": "Credit for SpotiSaver API"}, "aboutAppDescription": "Download Spotify tracks in lossless quality from Tidal, Qobuz, and Amazon Music.", "@aboutAppDescription": {"description": "App description in header card"}, diff --git a/lib/screens/settings/about_page.dart b/lib/screens/settings/about_page.dart index 751b8537..baa6035b 100644 --- a/lib/screens/settings/about_page.dart +++ b/lib/screens/settings/about_page.dart @@ -123,6 +123,13 @@ class AboutPage extends StatelessWidget { title: context.l10n.aboutDabMusic, subtitle: context.l10n.aboutDabMusicDesc, onTap: () => _launchUrl('https://dabmusic.xyz'), + showDivider: true, + ), + _AboutSettingsItem( + icon: Icons.music_note_outlined, + title: context.l10n.aboutSpotiSaver, + subtitle: context.l10n.aboutSpotiSaverDesc, + onTap: () => _launchUrl('https://spotisaver.net'), showDivider: false, ), ], From 029ab8ea4736102463eece3c7ec26913c34105f3 Mon Sep 17 00:00:00 2001 From: Zarz Eleutherius <42882290+zarzet@users.noreply.github.com> Date: Sun, 8 Feb 2026 02:30:22 +0700 Subject: [PATCH 3/5] Update VirusTotal badge link in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3d03fed..329916a0 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![GitHub All Releases](https://img.shields.io/github/downloads/zarzet/SpotiFLAC-Mobile/total?style=for-the-badge&refresh=1)](https://github.com/zarzet/SpotiFLAC-Mobile/releases) -[![VirusTotal](https://img.shields.io/badge/VirusTotal-Safe-brightgreen?style=for-the-badge&logo=virustotal)](https://www.virustotal.com/gui/file/f6ba8fa4a572d69f6196f980733089cb741088e3ceb49d0bd3ceda5a694a2466/) +[![VirusTotal](https://img.shields.io/badge/VirusTotal-Safe-brightgreen?style=for-the-badge&logo=virustotal)](https://www.virustotal.com/gui/file/dec9c96672ab80e6bf6b7a66786e612f5404446c341eb0311b4cc78fe10c96a1) [![Crowdin](https://img.shields.io/badge/HELP%20TRANSLATE%20ON-CROWDIN-%2321252b?style=for-the-badge&logo=crowdin)](https://crowdin.com/project/spotiflac-mobile)
From a2efe7243d55336955774bc93481a2ed02a4e653 Mon Sep 17 00:00:00 2001 From: zarzet Date: Sun, 8 Feb 2026 02:26:03 +0700 Subject: [PATCH 4/5] docs: add API credits to README and SpotiSaver to about page --- README.md | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 329916a0..4cca6c3d 100644 --- a/README.md +++ b/README.md @@ -92,26 +92,6 @@ _If this software is useful and brings you value, consider supporting the projec [![Ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/zarzet) Buy Me A Coffee -## API Credits - -SpotiFLAC wouldn't be possible without these amazing services and APIs. Huge thanks to the developers and maintainers behind them: - -| Service | Author | Used For | -|---------|--------|----------| -| [Squid.wtf](https://squid.wtf) | [@binimum](https://github.com/binimum) | Tidal & Qobuz download proxies | -| [DabMusic](https://dabmusic.xyz) | — | Qobuz streaming proxy | -| [Jumo DL](https://jumo-dl.pages.dev) | — | Qobuz download API fallback | -| [AfkarXYZ](https://github.com/afkarxyz) | AfkarXYZ | Amazon Music conversion API | -| [SongLink / Odesli](https://odesli.co) | Kurt Weiberth | Cross-platform track linking | -| [LRCLib](https://lrclib.net) | [@tranxuanthang](https://github.com/tranxuanthang) | Synchronized lyrics database | -| [IDHS](https://github.com/sjdonado/idonthavespotify) | [@sjdonado](https://github.com/sjdonado) | Track availability checking | -| [Binimum](https://music.binimum.org) | [@binimum](https://github.com/binimum) | Tidal API proxy | -| [QQDL](https://qqdl.site) | [@binimum](https://github.com/binimum) | Tidal API proxy endpoints | -| [HiFi](https://github.com/sachinsenal0x64) | [@sachinsenal0x64](https://github.com/sachinsenal0x64) | Original HiFi project, foundation of Tidal integration | -| [SpotiSaver](https://spotisaver.net) | — | Tidal Hi-Res FLAC streaming endpoints | - -And to all the contributors who maintain the proxy infrastructure that makes lossless music accessible. - ## Disclaimer This project is for **educational and private use only**. The developer does not condone or encourage copyright infringement. @@ -128,6 +108,15 @@ You are solely responsible for: The software is provided "as is", without warranty of any kind. The author assumes no liability for any bans, damages, or legal issues arising from its use. +## API Credits + +- **Tidal**: [hifi-api](https://github.com/binimum/hifi-api), [music.binimum.org](https://music.binimum.org), [qqdl.site](https://qqdl.site), [squid.wtf](https://squid.wtf), [spotisaver.net](https://spotisaver.net) +- **Qobuz**: [dabmusic.xyz](https://dabmusic.xyz), [squid.wtf](https://squid.wtf), [jumo-dl](https://jumo-dl.pages.dev) +- **Amazon**: [AfkarXYZ](https://github.com/afkarxyz) +- **Lyrics**: [LRCLib](https://lrclib.net) +- **Track Linking**: [SongLink / Odesli](https://odesli.co), [IDHS](https://github.com/sjdonado/idonthavespotify) + + > [!TIP] > > **Star Us**, You will receive all release notifications from GitHub without any delay ~ From d71b2a9ab805eedb5b030b50d255752183a2abfb Mon Sep 17 00:00:00 2001 From: Zarz Eleutherius <42882290+zarzet@users.noreply.github.com> Date: Sun, 8 Feb 2026 02:48:29 +0700 Subject: [PATCH 5/5] Update README to remove Search Source and enhance Telegram links --- README.md | 20 ++------------------ 1 file changed, 2 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 4cca6c3d..54b9381b 100644 --- a/README.md +++ b/README.md @@ -24,15 +24,6 @@ Download music in true lossless FLAC from Tidal, Qobuz & Amazon Music — no acc

-## Search Source - -SpotiFLAC supports multiple search sources for finding music metadata: - -| Source | Setup | -|--------|-------| -| **Deezer** (Default) | No setup required | -| **Extensions** | Install additional search providers from the Store | - ## Extensions Extensions allow the community to add new music sources and features without waiting for app updates. When a streaming service API changes or a new source becomes available, extensions can be updated independently. @@ -54,15 +45,8 @@ Download music in true lossless FLAC from Tidal, Qobuz & Amazon Music for Window ## Telegram -

- - Telegram Channel - - - - Telegram Community - -

+[![Telegram Channel](https://img.shields.io/badge/CHANNEL-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/spotiflac) +[![Telegram Community](https://img.shields.io/badge/COMMUNITY-2CA5E0?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/spotiflac_chat) ## FAQ