1.1.3 • Published 1 year ago

olebeh-music-player v1.1.3

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

Olebeh Music Player

A fast and productive music player library for discord.js

downloadsBadge versionBadge

Installation

Install olebeh-music-player

$ npm install --save olebeh-music-player

Install @discordjs/opus

$ npm install --save @discordjs/opus

NOTE: Package needs discord.js framework in order to work. Your may still use any other library for your bot, but note that this package will install it.

Install FFmpeg

Features

  • Beginner friendly 🆕
  • Very simple usage ✅
  • Fast and productive 🥇
  • Can be used on many servers at time 🌆
  • Very flexible, provides full control on what is streamed right now ✨

Get started

First of all, choose your language specification: TypeScript or JavaScript. TypeScript is highly recommended for use

Let's build a very simple bot to play music in voice channel

Use these links to view examples for TypeScript or JavaScript:

Supported apps

For now, Olebeh Music Player only supports YouTube, Spotify and direct link to media files. Spotify is only available if you will provide your Spotify's app credentials

More options

Porviding apps credentials

Fetching data from Spotify only available if you have own Spotify app. It can be created easily following this tutorial

Providing your credential to the Player

const player = new Player(client, {
  authorization: {
    youtube: {
      cookie: 'YOUR_YOUTUBE_COOKIE'
    },
    spotify: {
      client_id: 'CLIENT_ID'
      client_secret: 'CLIENT_SECRET'
      refresh_token: 'REFRESH_TOKEN'
      market: 'MARKET'
    }
  }
})

Obtaining required credentials

For now, that's it. Thanks for using this library, any issues can be reported here

1.1.3

1 year ago

1.1.2

1 year ago

1.1.1

1 year ago

1.1.0

1 year ago

1.0.9

1 year ago

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.13

1 year ago

1.0.12

1 year ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago