Radio v2.0.0.1 – Released

Update took a little longer than I expected with all the problems the ShoutCast API was giving me yesterday, but managed to get around to releasing the latest version. Update notes can be found below, please make sure to read documentation on the new “sm_radio_force_download” command specifically. Changelog: Bug Fix: Problem with Dynamic and trying … Read more

ShoutCast Web-End Updates – Complete

Managed to get the updates to the ShoutCast web-end finished. It actually ended up taking slightly longer than I expected, with how problematic the ShoutCast API was being and returning 404’s for playlists URL’s that was valid. The solution I came up with was increasing the query retry delay to 10s from 3s, which appears … Read more

ShoutCast Web-end Updates Incoming

Currently working on a few changes to the ShoutCast downloaded playlists that hopefully everyone will like. Radio will have a new internal cVar called “sm_radio_shoutcast_playlist” that will decided which playlist to download and utilize, for now there will be 3 types: 1 = Standard genres with child genres – Version right now 2 = Genres … Read more

Radio v2.0.0.0 Final – Released

Got some good news that Radio 2 is finally ready for the final release, meaning the beta test stage is over with how stable the plugin feels now. Still have to work out how to some things in PHP but the radio.dubbeh.net is fine to use right now. This is mostly related to the track … Read more

Nginx Server Switch Completed

Another update for today xD. Finally managed to get the webserver backend up and running on Nginx, from Apache2. The site responsivness has increased drastically and internal server resource usage has decreased around 50%. Wanted to get this finished earlier, but didn’t really have the free time with work recently, especially on Radio, then the … Read more

ShoutCast Playlist Problems – Resolved

Was checking over the auto-generated playlists earlier and noticed they wasn’t getting updated correctly from the cronjob this morning. Then, had a look over the PHP logs and noticed it was complaining about “allow_url_include = 0” which wasn’t allowing: $PlayList = parse_ini_file($this->TuneInURL . $this->TuneInBase . “?id=” . $ID, true, INI_SCANNER_RAW); To execute and parse the … Read more

Radio 2 Documentation Updated

Quick bit of info to say that the documentation for Radio 2 has been updated. Still got a few more things I’d like to add and make it a bit more cleaner, but everyone should now get the gist of how things work internally. Radio 2

Radio 2.0.0.0 BETA 3 – Released

Managed to get BETA 3 ready for release with support for custom stations alongside ShoutCast mode and finalised translations. Updated the basic documentation with the new command “sm_radio_shoutcast_custom” – which when enabled, loads a custom station list and adds it to the main menu alongside ShoutCast mode. This is parsed from “sourcemod/configs/shoutcastcustom.txt” utilizing the standard … Read more

Progress report for beta 3 and backend fixes

Sorry for the longer than intended delay, had a very busy week since leaving the UK and not really had the time for coding with limited time constraints. Good news, that everything should settle down again come this week. I’ve fixed some bugs on the backend code for the radio.dubbeh.net player. One major problem was … Read more

Radio 2.0.0.0 BETA 2 – Released

Released a very small patch that stops auto-appending “/;” to stream URL’s. It breaks any streams using IceCast 2 and had to be removed. Will release the custom stream list alongside ShoutCast mode in BETA 3.