SkillAgentSearch skills...

RadioPlayer

AzuraCast Radio Player

Install / Use

/learn @PeWe79/RadioPlayer
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

HTML5 AzuraCast Radio Player

Documentation.

Open The script.js file and edit the lines Below.

// RADIO NAME
const RADIO_NAME = 'Your Radio!';

// SELECT ARTWORK PROVIDER, ITUNES, DEEZER & SPOTIFY. eg : spotify 
var API_SERVICE = 'DEEZER';

// Change Stream Audio URL from AzuraCast Here.
const URL_STREAMING = "https://demo.azuracast.com/listen/azuratest_radio/radio.mp3";

// API URL Azuracast Now Playing
const API_URL = "https://demo.azuracast.com/api/nowplaying/1";

Change Logo.

Open The img folder and add your logo named "cover.png"

Demo Screenshots

Demo Screenshot

Supported Streaming Hosting Types

  • Azuracast

Supported API/Data Sources

  • [x] Apple Music / Itunes
  • [x] Deezer
  • [x] Spotify
  • [x] Azuracast

Keyboard Controls

  • M - mute/unmute
  • P and space - play/pause
  • arrow up and arrow down - increase/decrease volume
  • 0 to 9 - volume percent

License

MIT

Credits

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3mo ago
Forks4

Languages

JavaScript

Security Score

72/100

Audited on Dec 8, 2025

No findings