Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

erela.js-tidal

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

erela.js-tidal

TIDAL plugin for Erela.JS

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source
Downloads Npm version
Github stars License
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

  • 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.

  • countryCode

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

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");

Keywords

FAQs

Package last updated on 15 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc