Moode Forum

Full Version: Stale URL's in Default Playlist
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
It looks like some of the stations in the Default Playlist have broken URL's.

If anyone can find the new URL's post back and I'll update the playlist.

Buddha Radio
Flux FM - 90's
Flux FM - Hot R&B
Flux FM - Pop Radio
Mad Music Asylum
Omroep Zeeland
Zen FM
I'm not home to test on MoOde but this url works in my browser for MMA

https://madmusicasylum.radioca.st/stream...che=105582
Mad Music Asylum (with song info):

http://albireo.shoutca.st:8250/stream


Your URL for Zen FM is working in the UK:

https://22653.live.streamtheworld.com/TOPZEN.mp3


Buddha Radio:

https://legacy.scahw.com.au/2buddha_32

(**This Buddha Radio URL starts downloading on Windows Chrome/Brave/Edge browsers but streams the radio station with moOde**)
Thanks. All but the Flux FM stations are working now.
Maybe someone has one of those URL sniffer apps and can fish these out.

[ ] Flux FM - 90's
[ ] Flux FM - Hot R&B
[ ] Flux FM - Pop Radio
[x] Buddha Radio
[x] Mad Music Asylum
[x] Omroep Zeeland
[x] Zen FM
FluxFM90's = https://fluxfm.streamabc.net/flx-fluxfmb...64-6698635
I can't see the other Flux streams on the FluxFM site anymore.
In the following link Flux FM 90's is visible, the other two stations are apparently obsolete.
I did copy the link for th 90's station in MoOde but that gave an error message, while in my browser the station is playing.
https://www.fluxfm.de/channels
(04-13-2023, 10:09 AM)Tim Curtis Wrote: [ -> ]Thanks. All but the Flux FM stations are working now.
Maybe someone has one of those URL sniffer apps and can fish these out.

[ ] Flux FM - 90's
[ ] Flux FM - Hot R&B
[ ] Flux FM - Pop Radio
[x] Buddha Radio
[x] Mad Music Asylum
[x] Omroep Zeeland
[x] Zen FM

Nvm. The playable URL's can be sniffed by using Chrome devtools.

It looks like Flux FM is transitioning to Radiosphere as their streaming provider and the new streams are all 64K AAC as compared to the legacy streams which are 320K MP3.

Example:

Code:
New: https://fluxmusic.api.radiosphere.io/channels/flux-kompensator/stream.aac?quality=4
Old: http://streams.fluxfm.de/fluxkompensator/mp3-320/audio/

Most of the legacy 320K streams appear to still be active but eventually they will prolly end.

What I'll prolly do is update the stream links for New Image Only.
(04-13-2023, 12:22 PM)Tim Curtis Wrote: [ -> ]
(04-13-2023, 10:09 AM)Tim Curtis Wrote: [ -> ]Thanks. All but the Flux FM stations are working now.
Maybe someone has one of those URL sniffer apps and can fish these out.

[ ] Flux FM - 90's
[ ] Flux FM - Hot R&B
[ ] Flux FM - Pop Radio
[x] Buddha Radio
[x] Mad Music Asylum
[x] Omroep Zeeland
[x] Zen FM

Nvm. The playable URL's can be sniffed by using Chrome devtools.


It looks like Flux FM is transitioning to Radiosphere as their streaming provider and the new streams are all 64K AAC as compared to the legacy streams which are 320K MP3.

Example:

Code:
New: https://fluxmusic.api.radiosphere.io/channels/flux-kompensator/stream.aac?quality=4
Old: http://streams.fluxfm.de/fluxkompensator/mp3-320/audio/

Most of the legacy 320K streams appear to still be active but eventually they will prolly end.

What I'll prolly do is update the stream links for New Image Only.

When using the devtools in Chrome for the stream in question - WHERE in all that info is the URL hiding? Huh
This article talks about how to use Chrome devtools to analyze browser traffic
https://docs.coveo.com/en/2146/coveo-for...oper-tools

View, Developer, Developer tools
Click the Network tab

Start a stream playing then stop it

Find the URL fragment under the Name column and click it
Click the Headers tab (next to the Name column)
The full URL appears in the info on the right

Example
[attachment=3262]
Pages: 1 2