//Process SHOWANALYZER on all recordings unless recording was made from KTCADT or was the result of Live TV //if [IsTV == "true" && IsScheduledRecording == "true" && IsActivelyRecording == "false" && IsWatched == "false" && //ChannelName != "KTCADT" && Filename =$ ".mpg" && FileExists != "%d%/%p%.edl"] //{ // :PRIORITY 5 // SHOWANALYZER //} //Process COMSKIP on all recordings unless recording was made from KTCADT or was the result of Live TV if [IsTV == "true" && IsScheduledRecording == "true" && IsActivelyRecording == "false" && IsWatched == "false" && ChannelName != "KTCADT2" && Filename =$ ".mpg" && FileExists != "%d%/%p%.edl"] { :PRIORITY 5 COMSKIP } //If the program isn't actively recording and a client isn't connected then reset flag file for CheckSageServerIdle if [Title == "Brian\'s Skydive (2006)" && IsVideo == "true" && IsSomethingRecording == "false" && IsClientConnected == "false" && IsViewingMedia == "false"] { :PRIORITY 6 SAGEINACTIVE } // If Sage is recording or a client is connected then write a flag file for CheckSageServerIdle if [Title == "Brian\'s Skydive (2006)" && IsVideo == "true" && (IsSomethingRecording == "true" || IsClientConnected == "true" || IsViewingMedia == "true")] { :PRIORITY 6 SAGEACTIVE }