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

More SQL Changes Soon

Going to be implementing a few more changes to the MySQL code and structure within the PHP script. Long term, This will avoid duplicate entries with stations and have a much better structure inside the database. Task will take me around 2+ weeks to implement with how the database is right now and require lots … Read more