metaflac.js

A pure JavaScript implementation of the metaflac (the official FLAC tool written in C++) (The userscript port for https://github.com/ishowshao/metaflac-js/tree/master)

Questo script non dovrebbe essere installato direttamente. È una libreria per altri script da includere con la chiave // @require https://update.greasyfork.ip-ddns.com/scripts/482520/1298549/metaflacjs.js

Autore
PYUDNG
Versione
0.1.4.1
Creato il
18/12/2023
Aggiornato il
19/12/2023
Dimensione
16 KB
Licenza
https://github.com/ishowshao/metaflac-js/

The userscript port for https://github.com/ishowshao/metaflac-js/tree/master
A pure JavaScript implementation of the metaflac (the official FLAC tool written in C++)

Note:

  • All file reading are converted into web fetching using GM_xmlhttpRequest. Make sure GM_xmlhttpRequest is granted before using these APIs
  • All file writing are converted into file downloads using <a href="blob:blob url" download="filename.extension"></a>.click()