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