Skip to content

Releases: spotbye/SpotiFLAC

v7.1.8

08 Jun 23:13

Choose a tag to compare

Changelog

  • Added WAV, AIFF, and Opus formats to the audio converter
  • Added flag icons to the dropdown menu
  • Added a new tool: Lyrics Manager
  • Added custom Qobuz instances
  • Added an update info popup
  • Added a stop button
  • Updated the FFmpeg URL
  • Improved status checking
  • Improved explicit content information
  • Implemented download rate limiting

Downloads

Windows macOS Linux Linux ARM

  • SpotiFLAC.exe - Windows
  • SpotiFLAC.dmg - macOS
  • SpotiFLAC.AppImage - Linux AMD64
  • SpotiFLAC-ARM.AppImage - Linux ARM64
Linux Requirements

The AppImage requires webkit2gtk-4.1 to be installed on your system:

Ubuntu/Debian:

sudo apt install libwebkit2gtk-4.1-0

Arch Linux:

sudo pacman -S webkit2gtk-4.1

Fedora:

sudo dnf install webkit2gtk4.1

After installing the dependency, make the AppImage executable:

chmod +x SpotiFLAC.AppImage
./SpotiFLAC.AppImage

For ARM64:

chmod +x SpotiFLAC-ARM.AppImage
./SpotiFLAC-ARM.AppImage

v7.1.7

19 May 23:02

Choose a tag to compare

Changelog

  • Added Patreon support links
  • Updated several icons and URLs
  • Improved the status page
  • Separated the support page
  • Changed “About” to “Other Projects”
  • Categorized settings on the Settings page
  • Fixed the Qobuz API

Downloads

  • SpotiFLAC.exe - Windows
  • SpotiFLAC.dmg - macOS
  • SpotiFLAC.AppImage - Linux AMD64
  • SpotiFLAC-ARM.AppImage - Linux ARM64
Linux Requirements

The AppImage requires webkit2gtk-4.1 to be installed on your system:

Ubuntu/Debian:

sudo apt install libwebkit2gtk-4.1-0

Arch Linux:

sudo pacman -S webkit2gtk-4.1

Fedora:

sudo dnf install webkit2gtk4.1

After installing the dependency, make the AppImage executable:

chmod +x SpotiFLAC.AppImage
./SpotiFLAC.AppImage

For ARM64:

chmod +x SpotiFLAC-ARM.AppImage
./SpotiFLAC-ARM.AppImage

v7.1.6

26 Apr 01:18

Choose a tag to compare

Changelog

  • Added an option to add custom HiFi API instances (Tidal downloader)
  • Added a feature to use custom fonts from Google Fonts #802
  • Added an option to check existing files using ISRC
  • Added volume control for audio preview
  • Added track left info #805
  • Improved status checks
  • Fixed the ffmpeg popup bug on macOS
  • Fixed the Tidal downloader when the API response is lossy
  • Fixed the Qobuz and Amazon Music downloaders #800 #809 #810 #811 #813 #815 #817

Downloads

  • SpotiFLAC.exe - Windows
  • SpotiFLAC.dmg - macOS
  • SpotiFLAC.AppImage - Linux AMD64
  • SpotiFLAC-ARM.AppImage - Linux ARM64
Linux Requirements

The AppImage requires webkit2gtk-4.1 to be installed on your system:

Ubuntu/Debian:

sudo apt install libwebkit2gtk-4.1-0

Arch Linux:

sudo pacman -S webkit2gtk-4.1

Fedora:

sudo dnf install webkit2gtk4.1

After installing the dependency, make the AppImage executable:

chmod +x SpotiFLAC.AppImage
./SpotiFLAC.AppImage

For ARM64:

chmod +x SpotiFLAC-ARM.AppImage
./SpotiFLAC-ARM.AppImage

v7.1.5

19 Apr 16:25

Choose a tag to compare

Changelog

  • Added Tidal variants
  • Updated API URLs #791
  • Restored the Linux build to .AppImage #781
  • Improved status checks #789
  • Fixed the vertical scrollbar alignment with the title bar
  • Fixed the Tidal service #784
  • Removed SpotiDownloader from the About page

Downloads

  • SpotiFLAC.exe - Windows
  • SpotiFLAC.dmg - macOS
  • SpotiFLAC.AppImage - Linux AMD64
  • SpotiFLAC-ARM.AppImage - Linux ARM64
Linux Requirements

The AppImage requires webkit2gtk-4.1 to be installed on your system:

Ubuntu/Debian:

sudo apt install libwebkit2gtk-4.1-0

Arch Linux:

sudo pacman -S webkit2gtk-4.1

Fedora:

sudo dnf install webkit2gtk4.1

After installing the dependency, make the AppImage executable:

chmod +x SpotiFLAC.AppImage
./SpotiFLAC.AppImage

For ARM64:

chmod +x SpotiFLAC-ARM.AppImage
./SpotiFLAC-ARM.AppImage

v7.1.4

14 Apr 01:06

Choose a tag to compare

Changelog

  • Added composer metadata
  • Added new metadata: UPC
  • Added a new variable: ISRC
  • Added a playlist owner variable
  • Added a build for Linux arm64v8 #655
  • Added user IP/country information
  • Added clickable URLs in the availability check
  • Added a popup with suggested solutions when fetch fails
  • Added rate limiting for genre embedding from MusicBrainz #751
  • Added a setting to redownload files with a numeric suffix
  • Added a feature where variables with IDs can now be clicked to fetch
  • Updated ffmpeg to v8.1 and added auto-detection if installed on the system
  • Unified status checks
  • Improved info fetching
  • Improved recent fetches history
  • Fixed issues with the Qobuz API #772
  • Removed the SpotFetch API #743 #754 #759

Downloads

  • spotiflac-windows.zip - amd64
  • spotiflac-macos-bundle.zip - amd64 + arm64
  • spotiflac-linux-bundle.tar.gz - amd64 + arm64v8
Linux Requirements

The AppImage requires webkit2gtk-4.1 to be installed on your system:

Choose the correct AppImage after extracting the bundle:

  • SpotiFLAC-amd64.AppImage - amd64
  • SpotiFLAC-arm64v8.AppImage - arm64v8

Ubuntu/Debian:

sudo apt install libwebkit2gtk-4.1-0

Arch Linux:

sudo pacman -S webkit2gtk-4.1

Fedora:

sudo dnf install webkit2gtk4.1

After installing the dependency, make the AppImage executable:

tar -xzf spotiflac-linux-bundle.tar.gz
chmod +x SpotiFLAC-*.AppImage

v7.1.3

02 Apr 11:50

Choose a tag to compare

Changelog

  • Added website link
  • Added new metadata: “Spotify track URL”
  • Added new link resolver settings
  • Added batch feature to the audio quality analyzer #717
  • Improved the About page
  • Improved download speed
  • Improved status checking speed
  • Simplified the “Open Folder” button
  • Updated the icon

Downloads

  • SpotiFLAC.exe - Windows
  • SpotiFLAC.dmg - macOS
  • SpotiFLAC.AppImage - Linux
Linux Requirements

The AppImage requires webkit2gtk-4.1 to be installed on your system:

Ubuntu/Debian:

sudo apt install libwebkit2gtk-4.1-0

Arch Linux:

sudo pacman -S webkit2gtk-4.1

Fedora:

sudo dnf install webkit2gtk4.1

After installing the dependency, make the AppImage executable:

chmod +x SpotiFLAC.AppImage
./SpotiFLAC.AppImage

v7.1.2

25 Mar 14:25

Choose a tag to compare

Changelog

  • Added support for M4A/AAC and MP3 formats in the Audio Quality Analyzer
  • Added real-time fetching of all tracks in the discography
  • Added a warning popup before creating a GitHub issue
  • Added audio source information to download history
  • Added a discography filter on the artist page
  • Added a FLAC thumbnail icon for macOS
  • Added a new Audio Resampler tool
  • Fixed Spotify rate limit issues #710 #704 #695 #679 #676 #665 #647
  • Improved the Audio Quality Analyzer
  • Changed the background color of the download progress info

Downloads

  • SpotiFLAC.exe - Windows
  • SpotiFLAC.dmg - macOS
  • SpotiFLAC.AppImage - Linux
Linux Requirements

The AppImage requires webkit2gtk-4.1 to be installed on your system:

Ubuntu/Debian:

sudo apt install libwebkit2gtk-4.1-0

Arch Linux:

sudo pacman -S webkit2gtk-4.1

Fedora:

sudo dnf install webkit2gtk4.1

After installing the dependency, make the AppImage executable:

chmod +x SpotiFLAC.AppImage
./SpotiFLAC.AppImage

v7.1.1

10 Mar 20:24

Choose a tag to compare

Changelog

  • Simplified bug reports and feature requests
  • Removed the Deezer API
  • Cleaned up the sidebar layout
  • Added support information for crypto donations
  • Replaced several duplicate icons
  • Added a filter in search mode
  • Added support for downloading playlist and album covers
  • Added an API status check function
  • Removed several unstable APIs
  • Fixed issues with separate lyrics and cover downloads
  • Added a separator setting (semicolon/comma) #615
  • Added a new Qobuz API
  • Improved lyric search accuracy
  • Added a button to open the config folder
  • Fixed the preview issue #592

Downloads

  • SpotiFLAC.exe - Windows
  • SpotiFLAC.dmg - macOS
  • SpotiFLAC.AppImage - Linux
Linux Requirements

The AppImage requires webkit2gtk-4.1 to be installed on your system:

Ubuntu/Debian:

sudo apt install libwebkit2gtk-4.1-0

Arch Linux:

sudo pacman -S webkit2gtk-4.1

Fedora:

sudo dnf install webkit2gtk4.1

After installing the dependency, make the AppImage executable:

chmod +x SpotiFLAC.AppImage
./SpotiFLAC.AppImage

v7.1.0

25 Feb 07:49

Choose a tag to compare

Changelog

  • Followed the Go Modules Reference #478
  • Fixed the Use First Artist Only bug for lyrics and cover art #479
  • Fixed overly long descriptions in artist info
  • Added the {date} variable #413
  • Fixed the ffmpeg download source #503
  • Added genre metadata
  • Added a direct lyrics download source from the Spotify web player
  • Removed deprecated APIs and added new ones
  • Added support for 192kHz quality #391
  • Added audio source debugging #475
  • Added a new audio source: Deezer
  • Fixed a bug in download history quality information
  • Added support for folder input in the audio converter #512
  • Added sorting by Failed Downloads #519
  • Added a Download Discography button https://github.com/afkarxyz/SpotiFLAC/pull/493

Downloads

  • SpotiFLAC.exe - Windows
  • SpotiFLAC.dmg - macOS
  • SpotiFLAC.AppImage - Linux
Linux Requirements

The AppImage requires webkit2gtk-4.1 to be installed on your system:

Ubuntu/Debian:

sudo apt install libwebkit2gtk-4.1-0

Arch Linux:

sudo pacman -S webkit2gtk-4.1

Fedora:

sudo dnf install webkit2gtk4.1

After installing the dependency, make the AppImage executable:

chmod +x SpotiFLAC.AppImage
./SpotiFLAC.AppImage

v7.0.9

11 Feb 18:16

Choose a tag to compare

Changelog

  • Fixed missing artist and publisher metadata #473
  • Fixed an issue where lyric embedding failed
  • Fixed an issue where “Use First Artist Only” was not working
  • Added Spotify URL validation
  • Added a suggestion to use the SpotFetch API when fetching fails #467
  • Added ISRC metadata #472

Downloads

  • SpotiFLAC.exe - Windows
  • SpotiFLAC.dmg - macOS
  • SpotiFLAC.AppImage - Linux
Linux Requirements

The AppImage requires webkit2gtk-4.1 to be installed on your system:

Ubuntu/Debian:

sudo apt install libwebkit2gtk-4.1-0

Arch Linux:

sudo pacman -S webkit2gtk-4.1

Fedora:

sudo dnf install webkit2gtk4.1

After installing the dependency, make the AppImage executable:

chmod +x SpotiFLAC.AppImage
./SpotiFLAC.AppImage