Skip to content

v3.0.6

Choose a tag to compare

@github-actions github-actions released this 19 Aug 12:35
· 38 commits to main since this release

Changelog

Release Notes

New Features

  • None in this release.

Bug Fixes

  • Media Tagging & Cover Extraction (tagger.py): Resolved degradation issues affecting embedded cover art resolution, encoding, and compression quality during audio metadata processing.
  • Core Application Execution (app.py): Fixed unhandled exceptions and stabilized execution logic within the main application service layer.
  • Process Lifecycle & Initialization (launcher.py): Corrected startup routines, runtime parameter parsing, and process initialization workflows.

Maintenance

  • Build & Packaging Configuration (pyproject.toml): Updated build configuration, package definitions, and dependency specifications.
  • Frontend Presentation Layer (index.html): Refactored structural elements and updated view templates.
  • Static Analysis & Code Quality: Applied automated AST refactoring and code formatting via Ruff and Black to enforce strict style compliance; integrated static analysis remediations from automated code reviews.

WORKING APIs

Downloads

Windows macOS Linux

💻 Usage Instructions

Windows (PowerShell or CMD)

SpotiFLAC-Windows.exe [https://open.spotify.com/track/](https://open.spotify.com/track/)... ./out --service tidal

🍏 macOS

chmod +x SpotiFLAC-macOS
./SpotiFLAC-macOS [https://open.spotify.com/track/](https://open.spotify.com/track/)... ./out --service tidal

🐧 Linux

chmod +x SpotiFLAC-Linux-x86_64
./SpotiFLAC-Linux-x86_64 [https://open.spotify.com/track/](https://open.spotify.com/track/)... ./out --service tidal

(For ARM devices like Raspberry Pi, replace x86_64 with arm64)