Changelog
- Fixed crash issues
- Fixed spacing issues
- Fixed notification updates
- Fixed text parsing issues
- Fixed progress info fetching issues
- Fixed various bugs across the tools
- Added multilingual support
- Added an AI lyrics translator feature
- Added region info to the downloader
- Added date format options for metadata
- Added a new Metadata Enricher tool
- Added a new BPM & Key Analyzer tool
- Added a new ReplayGain & Loudness tool
- Added backup and restore functionality for settings
- Added Back, Forward, and Reload navigation buttons
- Moved the queue to an independent page
- Grouped tools by function
- Refined several components and tools
- Updated FFmpeg
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