Skip to content

v7.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 18 Jul 05:38

Changelog

  • Added system verification
  • Added search by Label/Publisher
  • Added automatic audio conversion
  • Added automatic audio resampling
  • Added Dolby Atmos support for Tidal
  • Added custom embedded metadata support
  • Added a Paste button to the search bar
  • Added a hybrid system for existing file checks
  • Fixed responsive window issues
  • Fixed the underscore issue in folder names
  • Refined the Status tab
  • Refined the Support Me page
  • Optimized FFmpeg
  • Merged Search mode and Link mode

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