From 678d668a8cee07e7fcd18f525c973d4df2a4405e Mon Sep 17 00:00:00 2001 From: Joey <43940776+joeyboli@users.noreply.github.com> Date: Sun, 18 Jun 2023 21:49:17 +0000 Subject: [PATCH] Update README.md --- README.md | 50 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 45 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 1d15fff..132f8d0 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,48 @@ -Player Based On Gsavio's Web Player. -
This Player is based on Gsavio's Player this version supports Zeno Radio For The Now Playing Info and Cover Art
+# HTML5 Internet Radio Player + +This is an HTML5 Internet Radio Player Based on [https://github.com/gsavio/player-shoutcast-html5](https://github.com/gsavio/player-shoutcast-html5) + +# Documentation. + +Open The [Script.js](https://github.com/joeyboli/html5-shoutcast-icecast-zeno-player/blob/main/js/script.js) file and edit the lines Below. + +```javascript +// Chane This TO The Name of your Radio Station. +const RADIO_NAME = 'Game! Radio 1'; + +// SELECT ARTWORK PROVIDER, ITUNES, DEEZER & SPOTIFY AVAILABLE +var API_SERVICE = 'DEEZER'; + +// Change Stream URL Here, Supports, ICECAST, ZENO, SHOUTCAST, RADIOJAR and any other stream service. +const URL_STREAMING = 'https://stream.zeno.fm/cfhkm5fs1uhvv'; + + + ``` + + ## Change Logo. + + Open The img folder and add your logo named "cover.png" + + -