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- WindowsSpotiFLAC.dmg- macOSSpotiFLAC.AppImage- Linux AMD64SpotiFLAC-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-0Arch Linux:
sudo pacman -S webkit2gtk-4.1Fedora:
sudo dnf install webkit2gtk4.1After installing the dependency, make the AppImage executable:
chmod +x SpotiFLAC.AppImage
./SpotiFLAC.AppImageFor ARM64:
chmod +x SpotiFLAC-ARM.AppImage
./SpotiFLAC-ARM.AppImage