-
Notifications
You must be signed in to change notification settings - Fork 58
Zeno Radio Version Here. #46
Comments
i think i did like everything you explain but the page doesn't update the background,cover,song title and page title https://www.syndicatedhiphop.com/zeno |
okay you did make a mistake with the api. you should use your mount point in the 'zenoid' instead of your stream URL. what you did var zenoid = 'http://stream.zeno.fm/tbyya6ps5f0uv' what was supposed to be done . var zenoid = 'tbyya6ps5f0uv' just put your mount point there. more explanation. this is your mount point : tbyya6ps5f0uv and it can be found in your stream URL here : http://stream.zeno.fm/tbyya6ps5f0uv |
i fixed it for you... |
Thanks a lot finally my original player do play the zeno stream finally needed to clear my cache on cloudflare https://www.syndicatedhiphop.com/player/ after awhile the cover stay stock on your script |
DEMO : https://boxradio.net/player/zeno/
Source Code : https://boxradio.net/player/zeno.zip
to set up your station for it edit the script.js file with your credentials
you will see a var named 'zenoid' and replace it with your stream link mount example 'cfqla0proqwtv' --> this can
be found here https://stream.zeno.fm/cfqla0proqwtv
and change the rest of the info to fit your needs, next edit the style.css and replace urls that starts with https://ucarecdn.com/ to your station logo.
Improvements.
Artwork Finder Built In House. Uses Both Deezer & Itunes API.
Artwork API Endpoint : https://api.streamafrica.net/search.php?query=song-title
No PHP Files to host so you can use netlify, vercel or any other serverless hosting services.
The text was updated successfully, but these errors were encountered: