• v7.0.3 f4ef35d48e

    v7.0.3 Stable

    kerem released this 2026-02-10 17:18:22 +03:00 | 26 commits to main since this release

    📅 Originally published on GitHub: Tue, 10 Feb 2026 15:04:07 GMT
    🏷️ Git tag created: Tue, 10 Feb 2026 14:18:22 GMT

    Changelog

    • Fixed issue where screenshot/video uploads failed in bug reports and feature requests
    • Fixed disc info number issue
    • Fixed empty entries issue
    • Fixed metadata tagging failure
    • Fixed pagination issue on the history page
    • Fixed minor bugs on the audio converter page
    • Fixed year issues in lyrics and cover metadata
    • Added category tabs in Settings
    • Added fetch feature via afkarxyz API for Spotify-blocked regions
    • Added export feature for failed download tracks
    • Added option to create playlists with or without folders
    • Added feature to generate .m3u8 files for playlists and albums
    • Added Download Queue Filter (Tip: click the info icon to filter)
    • Added option to use only the first artist
    • Added automatic ffmpeg detection on the system

    Downloads

    • SpotiDownloader.exe - Windows
    • SpotiDownloader-Intel.dmg - macOS Intel
    • SpotiDownloader.dmg - macOS Apple Silicon
    • SpotiDownloader.AppImage - Linux

    Requirements

    Linux Requirements

    The AppImage requires webkit2gtk-4.1 and Chromium/ChromeDriver to be installed:

    Ubuntu/Debian:

    sudo apt install libwebkit2gtk-4.1-0
    sudo apt install chromium-browser chromium-chromedriver
    

    Arch Linux:

    sudo pacman -S webkit2gtk-4.1 chromium
    

    Fedora:

    sudo dnf install webkit2gtk4.1 chromium chromedriver
    

    After installing dependencies, make the AppImage executable:

    chmod +x SpotiDownloader.AppImage
    ./SpotiDownloader.AppImage
    
    macOS Requirements

    ChromeDriver is required for token fetching.

    If Homebrew is not installed, install it first:

    /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
    

    Then install ChromeDriver:

    brew install --cask chromedriver
    

    After installation, you may need to allow ChromeDriver in System Preferences > Security & Privacy.

    If ChromeDriver still doesn't work, install Chrome browser:
    https://www.google.com/chrome

    Windows Requirements

    Chrome browser should be installed. ChromeDriver will be automatically managed.

    Downloads