你正在訪問的內容是外部程式的映像位址,僅用於使用者加速訪問,本站無法保證其可靠性。當前的連結位址(單點即可複製)為 https://greasyfork.org.cn/zh-CN/scripts/552392-musicbrainz-api-module/versions,源站連結 點此以跳轉

MusicBrainz API Module

Module for interacting with the MusicBrainz API.

这些是此脚本变更过代码的版本。 显示所有版本。

  • v0.2.6 2026-01-10

    feat: add synchronous cache access method

  • v0.2.5 2025-12-14

    fix: resolve persistent API error and add auto-retry on reconnection

    • Prevent caching of network errors in YouTubeAPI to allow recovery.
    • Differentiate between 404s (cached) and network errors (not cached) in MB API.
    • Add auto-retry listener for 'online' event in both YouTube and MB APIs to recover from disconnects automatically.
  • v0.2.4 2025-11-29

    Update version to 0.2.4 and adjust base URL logic

  • v0.2.3 2025-11-04

    Fix cache redundancy and ensure lookupUrl returns a Map

    Resolves a stale data bug in the YouTube MusicBrainz Importer that was caused by a redundant, local cache (_urlCache) which was not being invalidated.

    Removing this redundant cache revealed a subsequent TypeError, as the importer expected a Map from _mbApi.lookupUrl, but the MusicBrainzAPI.js library returned a plain Object. This commit refactors the MusicBrainzAPI.js library to have its lookupUrl method return a Map to fix this underlying issue.

  • v0.2.2 2025-10-18

    fix:(MusicBrainzAPI.js) batch URL lookup

  • v0.2.1 2025-10-12