Changelog
- Added API cooldown information
- Added Dolby Atmos support for Amazon Music
- Added automatic log file generation
- Added automatic separate cover downloads
- Added automatic queue stopping when the API enters cooldown
- Enhanced logging with more detailed information
- Enhanced the selection feature
- Improved file and folder naming
- Improved the Lyrics Manager
- Improved settings
- Fixed Spotify fetching issues that would frequently fail
- Fixed the duplicate selection issue in discographies
- Fixed filename sanitization issues on Unix systems
- Fixed the issue where sources weren't being saved
- Switched to TagLib as the tag engine
- Changed the link resolver
- Removed the old Qobuz API
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