@distune/plugin-bandcamp
v1.0.1
Published
A DisTune playable extractor plugin for Bandcamp.
Readme
@distune/plugin-bandcamp
A DisTune extractor plugin for Bandcamp.
What is a playable extractor plugin?
Features
- Search for tracks and albums
- Play music directly from Bandcamp URLs
Installation
pnpm install @distune/plugin-bandcamp@latestUsage
import { DisTune } from "@distune/core";
import { BandcampPlugin } from "@distune/plugin-bandcamp";
const distune = new DisTune(client, {
plugins: [new BandcampPlugin()],
});