Nox 5 DialogVIdeoInfo Mod

I am trying to modify vanilla Nox5 to show “blurredvideoinfo” as called by MikeSilvo

I know I need to install script.colorbox and I have taken a look at Mike’s DialogVideoInfo as guidance. By looking at the file I understand that I need to include the following line:

<onload condition=”System.HasAddon(script.colorbox) + Skin.HasSetting(Enable.BlurredVideoInfo)”>RunScript(script.colorbox,info=blur,id='”$VAR[PosterVar]”‘,radius=50,prefix=DialogVideoInfo)</onload>

Since I don’t have the knowledge to create a radio button for this, I intend on using : Skin.HasSetting(Enable.NextAired) as the trigger to show dialogvideoinfo blurred.

I believe I have to add a similar line to startup.xml

Any help and guidance is greatly appreciated.