Promise-Based API: Provides a modern, promise-based API for easy integration into asynchronous workflows. Cross-Platform: Works in bothNode.jsand browser environments with the help of bundlers likeWebpackorRollup. Themusic-metadatamodule is ideal for developers working on media applications, music p...
Install npm i music-metadata-search CLI usage Generate list of filepath matching where the genre contains "French": music-metadata-search~/music/ -g'French' Or you can pipe tompvto play them. Example playlist my new Rock songs: music-metadata-search~/music/ -g'rock'-s"mtime DESC"|mpv...
Promise-Based API: Provides a modern, promise-based API for easy integration into asynchronous workflows. Cross-Platform: Works in bothNode.jsand browser environments with the help of bundlers likeWebpackorRollup. Themusic-metadatamodule is ideal for developers working on media applications, music p...
Install usingnpm: npm install music-metadata or usingyarn: yarn add music-metadata Import music-metadata Import music-metadata: import{parseFile}from'music-metadata'; Import the methods you need, likeparseFilein this example. Module Functions ...
Streaming music metadata parser for node and the browser. Installation Install vianpm: npm install musicmetadata You can also download a pre packaged browser release fromdist/musicmetadata.js. Seeexample/index.htmlfor usage. Supports mp3 (1.1, 2.2, 2.3, 2.4) ...
import type { OpenSeaStandardValues } from 'music-nft-metadata'; const uploadMetadata(openseaMetadata: OpenSeaStandardValues) => { // upload logic } Other exported types AttributesArtworkProjectVisualizerLyricsCredit Install npm imusic-nft-metadata ...
Install using npm:npm install music-metadataor using yarn:yarn add music-metadataImport music-metadataImport music-metadata:import { parseFile } from 'music-metadata';Import the methods you need, like parseFile in this example.Module Functions...
import{search}from"music-metadata-search";consttracks=awaitsearch("/home/alexandre/Musique/",{// Filter artist of the track using `LIKE` operatorartist:"Daft",// Extensions of Audio files to scanext:[".flac"],// Log level for [pino](https://www.npmjs.com/package/pino) (default to ...
npm i -g tiktok-scraper Install from YARN yarn global add tiktok-scraper USAGE In Terminal $ tiktok-scraper --help Usage: tiktok-scraper [options] Commands: tiktok-scraper user [id] Scrape videos from username. Enter only username tiktok-scraper hashtag [id] Scrape videos from hashtag. Ent...
Run npm start for the first sync to check if everything is working Set up a cron job to run the sync regularly Requirements Youtube playlist should be a public or unlisted playlist. Tips GPT4 has a better accuracy than GPT3.5 in extracting the metadata. But be aware of that if you...