Radio Download Packages Updated

Updated the latest Radio version 1 and 2 download packages with a small fix to overcome the latest CS:GO change – Which restricted MOTD pages to only allow http/https. This one small change broke the “Off Page” for many using “about:blank” which now needs a custom URL. Ended up creating a very basic HTML page … Read more

Radio 2.0.0.7 Released

This is a small maintenance release with support for Dutch translations (Huge thanks to Mutse over on the SourceMod Forums) and some internal code changes that makes the plugin fully new decls compliant. Changelog: Added Dutch translations – Big thanks to Mutse Small logic processing problem with the volume menu fixed Added the updated updater.inc … Read more

Radio 2.0.0.6 – Released

This is a small error fix release that includes improved cookie handling to avoid any possible conflicts – especially when switching between play types that share the same station ID. Added another extra check to station storage and changed the way IsValid returns the values – Fixes a small error log. Changelog: Improved cookie handling … Read more

Radio 2.0.0.5 – Released

Got another small update to Radio that fixes a couple of bugs with the menu handles. The ShoutCast custom mode without stations, was applying entries to an incorrect menu (Not even sure how this happened to begin with xD), which is now fixed. Fixed another long standing issue with ShoutCast mode and not utilising the … Read more

Radio 2.0.0.4 Released – Memory leak fixed

Managed to change the interal Radio storage from Dynamic to a mirrored ArrayList which fixes the memory leaking. It’s nothing fancy but does the job perfectly fine, will love some beta testing of this version and report back if you have any issues. Huge thanks also to Miha And Tema for Russian and German translations. … Read more

Radio 2 – Memory Leak Update

Quick update on the memory leak issue and my road map to switch the storage engine. Going to begin writing my own internal storage engine, starting this weekend. Used up way too much time trying to fix the problem inside Dynamic without success (Think it needs a lot of changes including an internal way to … Read more

Latest Radio Memory Leak Issue

Current version of Radio is currently suffering from a memory leak inside Dynamic. This only happens when Genres or ShoutCast custom stations is enabled (Once more than one collection is introduced the leak seems to occur). For now the only way to avoid it – Is by using Radio without genres or the top 500 … Read more

Radio v2.0.0.3 – Released

This is a small maintenance release that address one small issue related to ShoutCast playlists having genres forced in the plugin (Was a small overlook in 2.0.0.1 with added playlist types, especially the top 500), and the genre collection is only intialized when necessary. Changelog: Removed the hardcoded genres usage in ShoutCast mode Only initialise … Read more

Radio v2.0.0.2 – Released

Got another release of radio finished, this is a small bugfix and slight change to give better user feedback based around Geo-Blocked stations. The problem with Dynamic and empty methodmaps is now fixed and added source to package Cached the console variables “sm_radio_play_type” and “sm_radio_shoutcast_custom” in OnConfigsExecuted() This avoids conflicts or crashes with the way … Read more

SQL Changes Completed

Finished the updates to the PHP scrips and database changes. One small addition, stations that have a chance to be geo-blocked will now be marked with “(*)” before the station name in the auto-generated playlists. Tomorrow, will release a small addition to Radio that fixes the custom genres methodmaps problem, nothing major at all. Just … Read more