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- amd64spotiflac-macos-bundle.zip- amd64 + arm64spotiflac-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- amd64SpotiFLAC-arm64v8.AppImage- arm64v8
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:
tar -xzf spotiflac-linux-bundle.tar.gz
chmod +x SpotiFLAC-*.AppImage