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- 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