Changelog
- Added base color customization
- Added automatic ReplayGain tagging
- Added a Resume function to the Queue
- Added instant previews for base colors and themes
- Refined the Home page
- Refined the History page
- Replaced Copilot with ChatGPT
- Moved Queue data to the database
- Changed track list downloads to use the queue system
- Fixed various other bugs and made general improvements
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