question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add radios methods

See original GitHub issue

Add something like:

client.player.playRadio(message.member.voice.channel, "nrj");
client.player.stopRadio(message.guild.id);
client.player.isPlayingRadio(message.guild.id);

This would be totally separate from the other methods (isPlaying() will return false if the player is playing radio).

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

4reactions
BenjaminJForstercommented, Jul 19, 2020

I think this could be extremely hard getting all the radio links, but it’s very possible with lots of hard work. There’s millions of radio stations out there, I have a bot using Discord Player and Discord.JS that has a lot of the best and well-known UK radios and a couple American ones over at https://github.com/OpenSource-It1/discord-radio-bot if you would like to use any of the links in the organizedRadio.json file if you add this.

1reaction
Androz2091commented, Feb 19, 2020

No, it will be a stream link, like: http://185.52.127.168/fr/40052/aac_64.mp3. NRJ is a french radio.

Read more comments on GitHub >

github_iconTop Results From Across the Web

<input type="radio"> - HTML: HyperText Markup Language
A radio group is defined by giving each of radio buttons in the group the same name . Once a radio group is...
Read more >
Radio Buttons - Android Developers
Radio buttons allow the user to select one option from a set. You should use radio buttons for optional sets that are mutually...
Read more >
5 Radio Advertising Techniques Really Successful Small ...
5 Radio Advertising Techniques Really Successful Small Businesses Use · The Power of Repetition · The Promotion of Features · The Jingle ...
Read more >
How to Insert and Use a Radio Button (Option Button) in Excel
A quick way to insert radio button is to copy and paste an existing radio button. You can do this by simply selecting...
Read more >
HTML DOM Input Radio Object - W3Schools
Create an Input Radio Object. You can create an <input> element with type="radio" by using the document.createElement() method: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found