Skip to content

WearifulCupid0/erela.js-tidal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This a plugin for Erela.JS to allow the use of TIDAL URL's, it uses direct URL's being tracks, albums, and playlists and gets the YouTube equivalent.

Documentation & Guides

It is recommended to read the documentation to start, and the guides to use the plugin.

Installation

NPM :

npm install erela.js-tidal

Yarn :

yarn add erela.js-tidal

Options

  • countryCode

An ISO 3166-1 alpha-2 country code.
Default: US

  • convertUnresolved

Converts all UnresolvedTracks into a Track.
NOTE: THIS IS NOT RECOMMENDED AS IT WILL ATTEMPT TO CONVERT EVERY TRACK, INCLUDING ALBUMS AND PLAYLISTS TRACKS.
DEPENDING ON THE AMOUNT THIS WILL TAKE A WHILE AND MAY RATELIMIT YOUR LAVALINK NODE.

Example Usage

const { Manager } = require("erela.js");
const TIDAL  = require("erela.js-tidal");

const manager = new Manager({
  plugins: [
    // Initiate the plugin
    new TIDAL()
  ]
});

manager.search("https://listen.tidal.com/track/165813923");

About

TIDAL plugin for Erela.JS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages