Soo
The file exist code breaks my theme. I load the the module and use this code:
If file_exist("videothemes/[DisplayName]/[Title].mp4"){
local snap = FadeArt( "snap", 0, 0, flw, flh );
snap.trigger = Transition.EndNavigation;
if ( my_config["Preserve_Aspect_Ratio"] == "Yes")
{
snap.preserve_aspect_ratio = true;
}
}
Anyone that can help me find the error?