ShoutCast Web-End Updates - Complete

27 October 2016

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...

Read more

ShoutCast Web-end Updates Incoming

22 October 2016

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 c...

Read more

Radio v2.0.0.0 Final - Released

15 October 2016

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 query feature, whe...

Read more

Nginx - Final Fixes Done

13 October 2016

Nginx should be working fine for http and https now.

The error returning was "The plain HTTP request was sent to HTTPS port" which was caused from having the 80 and 443 ports in the same server block, under the Nginx config. Had to assign the standard HTTP and HTTPS (SSL) ports to a seperate ser...

Read more

Radio Player - Mount Point Fixes - Updated - 14/10/2016

13 October 2016

Going to push another update later today for the website side of the player. This should hopefully fix all mount points, especially related to Icecast 2 streams (Didn't need to have the "/;" appended to the stream). Only took a very simple piece of code, but would love any feedback for stations that...

Read more

Nginx Server Switch Completed

9 October 2016

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 wit...

Read more

ShoutCast Playlist Problems - Resolved

9 October 2016

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->Tune...

Read more

VPS Hosting Switch Complete

7 October 2016

Quick update to say VPS swich has been completed.

Decided to drop Vultr and switch over to OVH for the increased memory and inclusive DDoS protection at around the same price. Will give me the ability to add more projects and not have to worry about VPS resources as much in the long term.

Had a...

Read more

Radio 2 Documentation Updated

5 October 2016

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.

/sourcemod-plugins/radio-2/

Read more

Radio 2.0.0.0 BETA 3 - Released

5 October 2016

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...

Read more