• V1.7.5 fb47cc502d

    V1.7.5 Stable

    kerem released this 2026-03-12 18:36:40 +03:00 | 5 commits to main since this release

    📅 Originally published on GitHub: Thu, 12 Mar 2026 15:41:55 GMT
    🏷️ Git tag created: Thu, 12 Mar 2026 15:36:40 GMT

    Smarter YouTube Downloads

    When the YouTube Music extension is installed, the app now prioritizes it to find tracks more accurately than SongLink, especially for new releases.

    Songs-Only Search Filter

    The YouTube Music extension now features server-side filtering. This ensures you only get official songs, keeping music videos and covers out of your results.

    Downloads
  • V1.7.0 97cbbb6788

    V1.7.0 Stable

    kerem released this 2026-02-01 12:51:43 +03:00 | 9 commits to main since this release

    📅 Originally published on GitHub: Sun, 01 Feb 2026 09:52:50 GMT
    🏷️ Git tag created: Sun, 01 Feb 2026 09:51:43 GMT

    Full Changelog: https://github.com/Amonoman/YT-Music-SpotiFLAC/compare/V1.6.1...V1.7.0

    Downloads
  • V1.6.1 abc0cfefc9

    V1.6.1 Stable

    kerem released this 2026-01-21 16:20:59 +03:00 | 12 commits to main since this release

    📅 Originally published on GitHub: Wed, 21 Jan 2026 13:22:57 GMT
    🏷️ Git tag created: Wed, 21 Jan 2026 13:20:59 GMT

    Added

    Discography download with options: All, Albums Only, Singles Only, or Select Albums
    Artist navigation from album screen (tap artist name)
    Home feed sections with pull-to-refresh
    YT Music Quick Picks swipeable UI
    gobackend.getLocalTime() API for extensions
    Track duration in home feed items
    Release date badge in album info card

    Downloads
  • Minor 3884fc8e39

    minor Stable

    kerem released this 2026-01-17 12:54:30 +03:00 | 16 commits to main since this release

    📅 Originally published on GitHub: Thu, 15 Jan 2026 14:46:59 GMT
    🏷️ Git tag created: Thu, 15 Jan 2026 14:45:23 GMT

    What's Changed

    Downloads
  • Working ce9ee160f6

    Working Stable

    kerem released this 2026-01-15 00:01:53 +03:00 | 30 commits to main since this release

    📅 Originally published on GitHub: Wed, 14 Jan 2026 21:29:37 GMT
    🏷️ Git tag created: Wed, 14 Jan 2026 21:01:53 GMT

    Major Backend Overhaul for the YouTube Music Extension

    This PR introduces a substantial upgrade to the YouTube Music extension backend, adding more than 1,300 lines of new code focused on stability, metadata accuracy, and feature completeness.

    Advanced Parsing Engine

    • Fully rewritten parsers (parseItemExtended, parseCollectionItem)
    • Correct handling of complex YouTube Music response structures such as flexColumns, nested runs, and multiple renderer types
    • More resilient extraction logic across all item types

    Metadata Enrichment

    • Integration of the Odesli (song.link) API
    • Automatic retrieval of ISRC codes and external platform links (Spotify, Tidal, Deezer)
    • Improved track‑matching reliability

    Robust Networking Layer

    • New safeFetch implementation with:
      • Automatic retries
      • Exponential backoff
      • User‑Agent rotation
    • Stronger protection against rate limiting and transient network issues

    Full “Browse” Endpoint Support

    • Major improvements to getAlbum, getPlaylist, and getArtist
    • Utilizes the native YouTube Music browse endpoint structure
    • Optimized for the latest UI and response formats

    Smart Fallback Mechanisms

    • Graceful fallbacks for thumbnails, artist names, and album metadata
    • Ensures consistent data availability even when primary fields are missing

    Enhanced Debugging and Logging

    • Expanded logging system with dedicated log levels: info, warn, error, debug
    • Improved transparency and easier troubleshooting

    Thanks to so much for contributing and testing @zarzet .

    Downloads
  • Non-Working-v2 ae6c96303f

    Non-Working-v2 Pre-release

    kerem released this 2026-01-14 20:11:10 +03:00 | 35 commits to main since this release

    📅 Originally published on GitHub: Wed, 14 Jan 2026 17:20:09 GMT
    🏷️ Git tag created: Wed, 14 Jan 2026 17:11:10 GMT

    Release Notes — YouTube Music (Auron) v1.2.1

    • Compatibility: Updated for SpotiFLAC 3.0 (sandboxed extensions, file permission support).
    • Parsing: Much more robust recursive parser covering onResponseReceivedCommands, appendContinuationItemsAction, twoColumnSearchResultsRenderer, and other YouTube response shapes.
    • URL Safety: Strict URL sanitization only absolute http(s):// URLs are passed to the host; other URL‑like fields are nulled.
    • Thumbnails: Normalized and resized thumbnails; invalid thumbnail URLs are dropped.
    • Reliability: Safe fetch with timeouts, retries and backoff; deduped parallel fetches and short caching for searches.
    • Fallback: If structured parsing fails, video IDs are extracted from raw JSON as a fallback to avoid empty results.
    • Guards: validateTrackForDownload + finalGuardBeforeNative block native calls with invalid URIs and log offending fields.

    Disclaimer: This may still fails if you can fix it, please submit a pull request.

    Downloads
  • Non-Working 61890b1baa

    Non-Working Pre-release

    kerem released this 2026-01-13 02:11:35 +03:00 | 48 commits to main since this release

    📅 Originally published on GitHub: Mon, 12 Jan 2026 23:18:05 GMT
    🏷️ Git tag created: Mon, 12 Jan 2026 23:11:35 GMT

    This is the first public release of the SpotiFLAC‑YT‑Music‑Extension.
    The project structure, build system, and packaging are in place, but the extension is not fully functional yet.
    Core features such as search, matching, and downloading are still under development and may not work as expected.

    Testing only. Not functional.

    Downloads