Update README.md
Este commit está contenido en:
50
README.md
50
README.md
@@ -1,8 +1,48 @@
|
|||||||
Player Based On Gsavio's Web Player.
|
|
||||||
|
|
||||||
<h1>Html5 Shoutcast,Icecast and Zeno Radio Player</h1>
|
# HTML5 Internet Radio Player
|
||||||
<p> This Player is based on <a href=https://github.com/gsavio/player-shoutcast-html5>Gsavio's Player</a> this version supports Zeno Radio For The Now Playing Info and Cover Art </p>
|
|
||||||
|
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"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<h1>How to Use<h1>
|
|
||||||
|
|
||||||
Just Edit The Script.js file in the js folder with your info and you should be good to go.
|
## Demo Screenshots
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
|
||||||
|
## Feedback
|
||||||
|
|
||||||
|
If you have any feedback, please reach out to me at adoboligh1@gmail.com
|
||||||
|
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
[MIT](https://github.com/gsavio/player-shoutcast-html5/blob/master/LICENSE)
|
||||||
|
|
||||||
|
|
||||||
|
## Acknowledgements
|
||||||
|
|
||||||
|
- [Gsavio's Original Version](https://github.com/gsavio/player-shoutcast-html5/)
|
||||||
|
|
||||||
|
|||||||
Referencia en una nueva incidencia
Block a user