From: <an...@us...> - 2008-03-26 01:56:15
|
Revision: 1527 http://mp-plugins.svn.sourceforge.net/mp-plugins/?rev=1527&view=rev Author: and-81 Date: 2008-03-25 18:56:06 -0700 (Tue, 25 Mar 2008) Log Message: ----------- Modified Paths: -------------- trunk/plugins/IR Server Suite/Common/MPUtils/ExternalChannelConfig.cs trunk/plugins/IR Server Suite/Media Center Plugins/Media Center Connection/ExternalChannelConfig.cs Modified: trunk/plugins/IR Server Suite/Common/MPUtils/ExternalChannelConfig.cs =================================================================== --- trunk/plugins/IR Server Suite/Common/MPUtils/ExternalChannelConfig.cs 2008-03-25 21:21:38 UTC (rev 1526) +++ trunk/plugins/IR Server Suite/Common/MPUtils/ExternalChannelConfig.cs 2008-03-26 01:56:06 UTC (rev 1527) @@ -17,12 +17,12 @@ const int DefaultCardID = 0; - const int DefaultPauseTime = 250; + const int DefaultPauseTime = 500; const bool DefaultSendSelect = false; const bool DefaultDoubleChannelSelect = false; const int DefaultRepeatChannelCommands = 0; const int DefaultChannelDigits = 0; - const int DefaultRepeatPauseTime = 1000; + const int DefaultRepeatPauseTime = 2000; const bool DefaultUsePreChangeCommand = false; #endregion Constants Modified: trunk/plugins/IR Server Suite/Media Center Plugins/Media Center Connection/ExternalChannelConfig.cs =================================================================== --- trunk/plugins/IR Server Suite/Media Center Plugins/Media Center Connection/ExternalChannelConfig.cs 2008-03-25 21:21:38 UTC (rev 1526) +++ trunk/plugins/IR Server Suite/Media Center Plugins/Media Center Connection/ExternalChannelConfig.cs 2008-03-26 01:56:06 UTC (rev 1527) @@ -8,22 +8,22 @@ { /// <summary> - /// External Channel Changing configuration file for tuning Set Top Boxes in MediaPortal. + /// External Channel Changing configuration file for tuning Set Top Boxes. /// </summary> public class ExternalChannelConfig { #region Constants - const int DefaultCardID = 0; + const int DefaultCardID = 0; - const int DefaultPauseTime = 250; - const bool DefaultSendSelect = false; - const bool DefaultDoubleChannelSelect = false; - const int DefaultRepeatChannelCommands = 0; - const int DefaultChannelDigits = 0; - const int DefaultRepeatPauseTime = 1000; - const bool DefaultUsePreChangeCommand = false; + const int DefaultPauseTime = 500; + const bool DefaultSendSelect = false; + const bool DefaultDoubleChannelSelect = false; + const int DefaultRepeatChannelCommands = 0; + const int DefaultChannelDigits = 0; + const int DefaultRepeatPauseTime = 2000; + const bool DefaultUsePreChangeCommand = false; #endregion Constants This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |