So is it correct in assuming that using mp3 fixes the issue where the songs cut out? Thats amazing that it only just got noticed considering how long this has been released lol. Thanks for your suggestion, I was hoping for something easier like a webiste hosting it or something. Doesnt matter though, if mp3 fixes the cut out issue than I’ll just use that 
i’ve listened to a full 1hr length mp3 file now 
Thanks for letting me know, it’s very much appreciated! I’ll give mp3 a go now 
It works perfectly, if you did it the correct way by following my “guide”.
been trying to get files to resume play back when getting in and out of the car. i’ve had limited success. the code below sometimes works. extract of the index.html file
// Begin playing the sound.
sound.load();
var globalSeekPosition = ((new Date().getTime()/1000) % sound.duration());
if (Number.isNaN(globalSeekPosition)) {
sound.seek(0);
} else {
sound.seek(globalSeekPosition);
}
sound.play();
anyone able to get something like this working?
Is there a way to block the radio when your on a bike.
How i can change the radio icon? 
change hud.ytd like it says in the description
*p.s for everyone .MP3 is working! (doesnt need to be local)*
Hi! first sorry for my extremly bad english haha
Well, the problem is the following, we edit the __resourse.lua as it is necessary to add radios, we try to add a twich transmission to make an internal radio of the server, but it does not work, just silent, could someone help us? I leave a picture of the .lua
"Yea, some like it others dont.
My guess is that you can hear it when you tab down due to the station be steamed to the client.
No problem friend!
Hit me up in pm if you need help with changing the actual pictures of the radio stations. I have a finished PSD file for it."
Hi, can u drop the PSD file for me?
Sure man, I’ll drop it when I get home from work, please do pm me so that I can see a new notification in the top right corner when coming home tonight.
how to change the radio logo
i WAS TALKING ABOUT LIVE RADIO THAT DOSNT WORK?
Do you know how to hide the name of currently playing?
Can I use actual audio files with this? Also, where Do I put them?
yes, you need a url to this ogg audio file (the same as with radio stram url) but it will start playing over and over again from the beginning (if you change radio channel or leave the car and sit in again), at least it was in my case as I tested with audio files (maybe I did something wrong). audio should be streamed to be played constantly.
How ? i like to add radio steam they al stream in mp3
Is it possible to stream a youtube playlist??
Hey I tried all the steps and the radio doesnt work i even tried different audio formats still doesnt work need some help
My resource is working, only stations I have gotten to work are .ogg format off of http://dir.xiph.org/by_format/Ogg_Vorbis
I provided my edit of resource below for you to edit. copy the whole thing inside of the box and remove/change the stations you don’t want.
resource_manifest_version "44febabe-d386-4d18-afbe-5e627f4af937"
supersede_radio "RADIO_12_REGGAE" { url = "https://revolutionradio.ru:8443/live.ogg", volume = 0.4, name = "Revolution Radio" }
supersede_radio "RADIO_13_JAZZ" { url = "http://frontend.stream.rawfm.net.au:6060/syd-stream-64k.ogg", volume = 0.4, name = "RAW FM" }
supersede_radio "RADIO_04_PUNK" { url = "http://radio.goha.ru:8000/grindfm.ogg", volume = 0.4, name = "Grind.FM" }
supersede_radio "RADIO_05_TALK_01" { url = "http://icecast.omroepvenray.nl/lov.ogg", volume = 0.4, name = "90.2 FM" }
supersede_radio "RADIO_06_COUNTRY" { url = "http://thecheese.ddns.net:8004/stream", volume = 0.4, name = "The Cheese" }
supersede_radio "RADIO_20_THELAB" { url = "http://jiggaradio.com:10080/play/radio", volume = 0.4, name = "JIGGA RADIO" }
supersede_radio "RADIO_21_DLC_XM17" { url = "http://c5.hostingcentar.com:8098/stream.ogg", volume = 0.5, name = "Party Hits" }
supersede_radio "RADIO_22_DLC_BATTLE_MIX1_RADIO" { url = "http://chillstep.info:1984/listen.ogg", volume = 0.4, name = "Chillstep" }
supersede_radio "RADIO_18_90S_ROCK" { url = "http://stream.xrm.fm/xrm-alt.ogg", volume = 0.4, name = "XRM" }
files {
"index.html"
}
ui_page "index.html"
client_scripts {
"data.js",
"client.js"
}
