Skip to content
This repository has been archived by the owner on Dec 19, 2022. It is now read-only.

Zeno Radio Version Here. #46

Open
joeyboli opened this issue Dec 7, 2022 · 4 comments
Open

Zeno Radio Version Here. #46

joeyboli opened this issue Dec 7, 2022 · 4 comments

Comments

@joeyboli
Copy link

joeyboli commented Dec 7, 2022

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.

@DirtySkeMe
Copy link

DirtySkeMe commented Dec 7, 2022

i think i did like everything you explain but the page doesn't update the background,cover,song title and page title
but the audio stream does work
I normally use this but the zeno stream doesn't work on it https://www.syndicatedhiphop.com/player/

https://www.syndicatedhiphop.com/zeno

https://www.syndicatedhiphop.com/zeno.zip

thank you for any help you can provide
bitmoji

@joeyboli
Copy link
Author

joeyboli commented Dec 7, 2022

@DirtySkeMe

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

@joeyboli
Copy link
Author

joeyboli commented Dec 7, 2022

Screenshot 2022-12-07 16 38 07

i fixed it for you...

zeno.zip

@DirtySkeMe
Copy link

DirtySkeMe commented Dec 7, 2022

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/
https://www.syndicatedhiphop.com/zeno

after awhile the cover stay stock on your script

bitmoji

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants