{"id":1027,"date":"2020-05-14T11:20:23","date_gmt":"2020-05-14T08:20:23","guid":{"rendered":"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/%d0%be%d0%bf%d1%86%d0%b8%d0%b8-%d0%b8%d0%bd%d1%82%d0%b5%d1%80%d1%84%d0%b5%d0%b9%d1%81%d0%b0-impuls"},"modified":"2026-01-30T11:42:43","modified_gmt":"2026-01-30T08:42:43","slug":"impuls-settings","status":"publish","type":"docs","link":"https:\/\/microimpuls.com\/en\/docs\/smarty\/portal-and-apps-settings\/impuls-settings","title":{"rendered":"Impuls interface options"},"content":{"rendered":"<p>Additional options allow you to change the appearance and behavior of the application, and are specified in the configuration file <code>\/etc\/microimpuls\/portal\/client.js<\/code>.<\/p>\n\n\n\n<p>The following options are available for the impuls interface.<\/p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">Logic of work<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Authorization regime<\/h4>\n\n\n\n<p>Option name: <code>auth_mode<\/code>, data type: string.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>password<\/strong> \u2014 by login and password (by default).<\/li>\n\n\n\n<li><strong>device_uid<\/strong> \u2014 by unique device identifier (usually MAC address) or IP address. In case of unsuccessful authorization, the subscriber will be offered authorization by login and password.<\/li>\n\n\n\n<li><strong>device_uid_wo_fallback<\/strong> \u2014 the same as <strong>device_uid<\/strong>, but without processing some situations of unsuccessful authorization and transition to login and password authorization.<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'auth_mode': 'password'\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Showing the welcome message<\/h4>\n\n\n\n<p>Option name: <code>show_welcome_message<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> - message showing.<\/li>\n\n\n\n<li><strong>falsely<\/strong> the message is not displayed (by default).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'show_welcome_message': false\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Text of the welcome message<\/h4>\n\n\n\n<p>Option name: <code>welcome _message<\/code>, data type: string.<\/p>\n\n\n\n<p>The text of the welcome message at the first launch of the application. No default.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'welcome_message': Welcome to the Localhost Telecom interactive TV service!\n};<\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_welcome_message-2.png\" alt=\"\" class=\"wp-image-1046\"\/><figcaption class=\"wp-element-caption\">Example of a welcome message<\/figcaption><\/figure>\n<\/div>\n\n\n<h4 class=\"wp-block-heading\">Contact Technical Support Service <\/h4>\n\n\n\n<p>Option name: <code>support_info<\/code>data type: string<\/p>\n\n\n\n<p>Information on how to contact technical support. It is displayed on all the main template pages in the lower right corner.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'support_info': \"8.8 million 00 00\"\n};<\/pre>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1440\" src=\"https:\/\/www.microimpuls.com\/wp-content\/uploads\/2020\/07\/impulstv.micro_.im_templates_impuls_default_index.html.png\" alt=\"\" class=\"wp-image-1163\"\/><figcaption class=\"wp-element-caption\">Example of Support Contacts<\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">The possibility of registration via SMS<\/h4>\n\n\n\n<p>Option name: <code>registration_available<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> The registration button is displayed via SMS.<\/li>\n\n\n\n<li><strong>falsely<\/strong> it is not displayed (by default).<\/li>\n<\/ul>\n\n\n\n<p>To be able to register via SMS, you need to properly configure integration with the SMS gateway on the Smarty server side.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'registration_available': false\n};<\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_signup.png\" alt=\"\" class=\"wp-image-1049\"\/><figcaption class=\"wp-element-caption\">Registration screen via SMS<\/figcaption><\/figure>\n<\/div>\n\n\n<h4 class=\"wp-block-heading\">Mobile phone number mask in the registration screen<\/h4>\n\n\n\n<p><span style=\"font-size: revert; color: initial;\">Option name: <\/span><code>registration_phone_mask<\/code><span style=\"font-size: revert; color: initial;\">, data type: string.   <\/span><\/p>\n\n\n\n<p>By default <strong>+7 ??? ??? ?? ??<\/strong>.<\/p>\n\n\n\n<p>The mask uses a special symbol <em>?<\/em>, instead of which the input value will be substituted, the remaining characters will be displayed as is.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'registration_phone_mask': '+7??????????\n};<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"1907\" height=\"1078\" src=\"https:\/\/www.microimpuls.com\/wp-content\/uploads\/2024\/03\/impuls-new_logo-\u042d\u043a\u0440\u0430\u043d-\u0440\u0435\u0433\u0438\u0441\u0442\u0440\u0430\u0446\u0438\u0438-2.png\" alt=\"\" class=\"wp-image-6024\"\/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Auto-registration at the first launch<\/h4>\n\n\n\n<p>Option name: <code>allow_autoregistration<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> At the first launch of the application, a new account is automatically registered and the device is linked via UID.<\/li>\n\n\n\n<li><strong>falsely<\/strong> auto registration is disabled (by default).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'allow_autoregistration': false\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Message after autoregistration<\/h4>\n\n\n\n<p>Option name: <code>autoregistration_message<\/code>, data type: string.<\/p>\n\n\n\n<p>Allows you to specify the text of the message, which is displayed after successful autoregistration. No default.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'autoregistration_message': You have been activated 7 days of free Localhost Telecom TV viewing! We wish you a pleasant viewing!\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Display item \u00abActivate promo code \u00bb<\/h4>\n\n\n\n<p>Option name: <code>enable_promo_activation<\/code>, data type: bool.<\/p>\n\n\n\n<p>Shows menu item \u00abMy profile\u00bb -&gt; \u00abActivate promo code\u00bb. The default is false.<\/p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"720\" src=\"https:\/\/www.microimpuls.com\/wp-content\/uploads\/2021\/03\/localhost_5080_templates_impuls_default_index.html-3.png\" alt=\"\" class=\"wp-image-1807\"\/><figcaption class=\"wp-element-caption\">Item \u00abActivate promo code \u00bb<\/figcaption><\/figure>\n<\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1280\" height=\"721\" src=\"https:\/\/www.microimpuls.com\/wp-content\/uploads\/2021\/03\/localhost_5080_templates_impuls_default_index.html-2.png\" alt=\"\" class=\"wp-image-1806\"\/><figcaption class=\"wp-element-caption\">Promo code activation screen<\/figcaption><\/figure>\n<\/div>\n<\/div>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'enable_promo_activation': true\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Text of the termination notice<\/h4>\n\n\n\n<p>Option name: <code>account_renewal_message<\/code>, data type: string.<\/p>\n\n\n\n<p>Allows you to set the text of the message, which is displayed to the user at the end of his subscription. It usually indicates how to renew your subscription. By default, no \u2014 is given; a message sewn into the app is shown.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'account_renewal_message': The paid viewing period has expired! Did you like TV? Refill your account in the \"My profile\" section of the application or in your personal account on the site example.tv and look further!\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">The ability to enter symbols in the login<\/h4>\n\n\n\n<p>Option name: <code>is_letter_in_login<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> in the login you can enter numbers and letters.<\/li>\n\n\n\n<li><strong>falsely<\/strong> only numbers can be entered in the login (by default).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'is_letter_in_login': false\n};<\/pre>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_only_digit_login.png\" alt=\"\" class=\"wp-image-1052\"\/><figcaption class=\"wp-element-caption\">Meaning <strong>falsely<\/strong><\/figcaption><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_letters_login.png\" alt=\"\" class=\"wp-image-1053\"\/><figcaption class=\"wp-element-caption\">Meaning <strong>true<\/strong><\/figcaption><\/figure>\n<\/div><\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">The ability to enter characters in the password<\/h4>\n\n\n\n<p>Option name: <code>is_letter_in_password<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> numbers and letters can be entered in the password.<\/li>\n\n\n\n<li><strong>falsely<\/strong> only numbers can be entered in the password (by default).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'is_letters_in_password': false\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Time to show reminder of the beginning transfer<\/h4>\n\n\n\n<p>Option name: <code>default_notification_time<\/code>, data type: int.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>0<\/strong> reminder will be shown 5 minutes before the transfer (by default).<\/li>\n\n\n\n<li><strong>1<\/strong> - 15 minutes.<\/li>\n\n\n\n<li><strong>2<\/strong> - 30 minutes.<\/li>\n\n\n\n<li><strong>3<\/strong> - 1 hour.<\/li>\n\n\n\n<li><strong>4<\/strong> - 2 hours.<\/li>\n<\/ul>\n\n\n\n<p>Reminders are set by the subscriber for future broadcasts from the TV program screen.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'default_notification_time': 0\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Additional settings menu items<\/h4>\n\n\n\n<p>Option name: <code>settings_menu_custom_items<\/code>, data type: array.<\/p>\n\n\n\n<p>Allows you to add additional items to the settings screen. Processing values and actions depending on the added settings is programmed in the settings file <code>client.js<\/code> through the event mechanism of the portal. By default <strong>[]<\/strong>.<\/p>\n\n\n\n<p>An example of adding an HDMI Event Catch Control setting:<\/p>\n\n\n\n<div id=\"pressrelease-link-1027\" class=\"sh-link pressrelease-link sh-hide\"><a href=\"#\" onclick=\"showhide_toggle('pressrelease', 1027, '\u041f\u043e\u043a\u0430\u0437\u0430\u0442\u044c', '\u0421\u043a\u0440\u044b\u0442\u044c'); return false;\" aria-expanded=\"false\"><span id=\"pressrelease-toggle-1027\">Show me<\/span><\/a><\/div><div id=\"pressrelease-content-1027\" class=\"sh-content pressrelease-content sh-hide\" style=\"display: none;\"><\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'settings_menu_custom_items':\n'handle-hdmi-events'\n]\n}\n\n\/\/ ..\n<\/pre>\n\n\n\n<p><\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Screen payment settings<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Type of Merchant for Screen Payment<\/h4>\n\n\n\n<p>Option name: <code>merchant_type<\/code>, data type: string.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>an empty value \u2014 a merchant installed on the server by default will be used.<\/li>\n\n\n\n<li><strong>w1<\/strong> - Wallet One merchant.<\/li>\n\n\n\n<li><strong>paymaster<\/strong> - Merchant Paymaster.<\/li>\n\n\n\n<li><strong>pay<\/strong> - Merchant Payture.<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'merchant_type': \"payture\"\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Payment page template on the Merchant side<\/h4>\n\n\n\n<p>Option name: <code>template_of_payment_page<\/code>, data type: string.<\/p>\n\n\n\n<p>The external payment page template that you need to use. Possible values are requested from the respective payment partner, as templates are laid out separately for each company on the payment gateway side. No \u2014 is set by default; a standard template will be used.<\/p>\n\n\n\n<p>This mechanism is used to open an adapted form of payment on each device, for example, a separate form for Smart TV, designed to manage the remote, a separate form of payment for mobile devices with support for adaptive layout, and a separate browser version.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'template_of_payment_page': \"Payture\"\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Acceptance of an offer before payment<\/h4>\n\n\n\n<p>Option name: <code>show_offer_accept<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> - before payment, pop-up will be shown with the text of the offer and the need to accept it.<\/li>\n\n\n\n<li><strong>falsely<\/strong> - disabled (by default).<\/li>\n<\/ul>\n\n\n\n<p>The offer is automatically considered a zero-order legal document in Smarty. If there are no documents or a zero order document does not require acceptance, then popp will not be shown.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'show_offer_accept': false\n};<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Integration with MVision<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Frequency of sending system metrics to MVision<\/h4>\n\n\n\n<p>Option name: <code>monitoring_interval_sys_info<\/code>, data type: int.<\/p>\n\n\n\n<p>It allows you to set the frequency (in milliseconds) at which the portal will send system metrics from the device to the Microimpuls MVision server. Sending metrics should also be enabled in the device settings in the Smarty Administrator Panel. By default <strong>300000<\/strong>.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'monitoring_interval_sys_info': 300,000\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Frequency of sending performance metrics and errors in MVision<\/h4>\n\n\n\n<p>Option name: <code>monitoring_interval_metrics<\/code>, data type: int.<\/p>\n\n\n\n<p>It allows you to set the frequency (in milliseconds) at which the portal will send performance and video quality metrics from the device to the Microimpuls MVision server. Sending metrics should also be enabled in the device settings in the Smarty Administrator Panel. By default <strong>15000<\/strong>.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'monitoring_interval_metrics': 15,000\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">MVision server address<\/h4>\n\n\n\n<p>Option name: <code>monitoring_server_url<\/code>, data type: string.<\/p>\n\n\n\n<p>Allows you to set the MVision server address to send statistics. If MVision and Smarty are on different servers. If the value of the option is not specified, then the statistics are sent to the main Smarty server. No default.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n  \/\/ \u2026\n  'monitoring_server_url': \"http:\/\/mvision.example.com\"\n};<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Management logic<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Volume control with remote arrows<\/h4>\n\n\n\n<p>Option name: <code>change_volume_on_left_right_arrows_keys<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> turn on volume control using remote arrows in addition to the usual volume buttons.<\/li>\n\n\n\n<li><strong>falsely<\/strong> - not to include (by default).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'change_volume_on_left_right_arrows_keys': false\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Compatibility Mode with Smart TV Platform Guidelines<\/h4>\n\n\n\n<p>Option name: <code>samsung_guidelines_compatibility_mode<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> Enable compatibility mode with the recommendations of Smart TV platforms.<\/li>\n\n\n\n<li><strong>falsely<\/strong> - disable (by default).<\/li>\n<\/ul>\n\n\n\n<p>Compatibility mode affects the logic of the portal behavior, including the assignment of remote buttons, and is necessary to include some special restrictions for easier publication in the Samsung and LG app stores.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'samsung_guidelines_compatibility_mode': false\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Application navigation mode<\/h4>\n\n\n\n<p>Option name: <code>navigation_mode<\/code>, data type: string.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>normal<\/strong> normal navigation (by default).<\/li>\n\n\n\n<li><strong>horizontal<\/strong> - transition between screens arrows remote.<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'navigation_mode': \"normal\"\n};<\/pre>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_normal.png\" alt=\"\" class=\"wp-image-1055\"\/><figcaption class=\"wp-element-caption\">Normal navigation<\/figcaption><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_horizontal.png\" alt=\"\" class=\"wp-image-1056\"\/><figcaption class=\"wp-element-caption\">Navigation <strong>horizontal<\/strong><\/figcaption><\/figure>\n<\/div><\/div>\n<\/div>\n\n\n\n<h4 class=\"wp-block-heading\">Open the infobar by pressing the OK button<\/h4>\n\n\n\n<p>Option name: <code>open_infobar_on_ok_key<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> In full-screen viewing by pressing the OK button, the infobar will open (if it was hidden).<\/li>\n\n\n\n<li><strong>falsely<\/strong> In full-screen viewing, at the click of the OK button, a list of channels\/transmissions\/movies will open depending on the type of content being played (by default).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'open_infobar_on_ok_key': false\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Clocking the transition by day in the TV screen<\/h4>\n\n\n\n<p>Option name: <code>loop_epg_screen_menu_on_up_down_keys<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> In the EPG screen, when you reach the beginning of the list and move up, you will move to the end of the current day, and when you go down from the end &amp; # 8212; to the beginning of the list.<\/li>\n\n\n\n<li><strong>falsely<\/strong> - the transition described above will not be made, the list of transmissions will be scrolled within the selected day (by default).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'loop_epg_screen_menu_on_up_down_keys': false\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Possibility of self-sorting channels<\/h4>\n\n\n\n<p>Option name: <code>show_sort_screen<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> - the settings screen will display the menu \u00abSorting channels\u00bb with which the subscriber will be able to resort channels, hide unnecessary channels or block them with a PIN code (by default).<\/li>\n\n\n\n<li><strong>falsely<\/strong> the ability to sort channels will be disabled.<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'show_sort_screen': true\n};<\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_sort.png\" alt=\"\" class=\"wp-image-1058\"\/><figcaption class=\"wp-element-caption\">Channel sorting screen<\/figcaption><\/figure>\n<\/div>\n\n\n<h4 class=\"wp-block-heading\">Changing server channel sorting<\/h4>\n\n\n\n<p>Option name: <code>show_server_sort_selection_settings<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> The settings screen will display the menu \u00abChange sorting \u00bb with which the subscriber will be able to choose one of the pre-composed sortings.<\/li>\n\n\n\n<li><strong>falsely<\/strong> - item \u00abSelect channel sorting\u00bb disabled in section \u00abSettings\u00bb (by default).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'show_server_sort_selection_settings': true\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Selection of the application interface used through account settings in Smarty<\/h4>\n\n\n\n<p>Option name: <code>check_account_template<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> \u2014 after the account is authorized, the template installed in the account settings in Smarty will be checked, and if it differs from the application used, it will be rebooted in the desired template (by default).<\/li>\n\n\n\n<li><strong>falsely<\/strong> \u2014 the set template in Smarty account settings will be ignored.<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'check_account_template': true\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Selection of the interface used on the page \u00abSettings\u00bb<\/h4>\n\n\n\n<p>Option name: <code>show_change_template_settings<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> \u2014 on the page \u00abSettings\u00bb inside the application will be displayed item \u00abSelect template\u00bb. The list of templates for selection will be formed from the array prescribed in the option <code><a href=\"https:\/\/microimpuls.com\/en\/docs\/smarty\/portal-and-apps-settings\/portal-settings\/\" data-type=\"docs\" data-id=\"989\">available_templates<\/a><\/code>.<\/li>\n\n\n\n<li><strong>falsely<\/strong> \u2014 item \u00abSelect template\u00bb on the settings page will be hidden (by default).<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"451\" src=\"https:\/\/www.microimpuls.com\/wp-content\/uploads\/2021\/10\/impuls_change_template.jpg\" alt=\"\" class=\"wp-image-2175\"\/><figcaption class=\"wp-element-caption\">Item \u00abSelect template\u00bb in the screen \u00abSettings\u00bb<\/figcaption><\/figure>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n-<code>show_change_template_settings<\/code>': true\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Displaying the screen menu with remote buttons<\/h4>\n\n\n\n<p>Option name: <code>show_help_button_panel<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> The screen menu will be displayed (called when the OK button is pressed) (by default).<\/li>\n\n\n\n<li><strong>falsely<\/strong> - disconnected.<\/li>\n<\/ul>\n\n\n\n<p>A screen menu may be necessary for remotes with a stripped-down set of buttons.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'show_help_button_panel': true\n};<\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_key_panel.png\" alt=\"\" class=\"wp-image-1060\"\/><figcaption class=\"wp-element-caption\">Screen menu<\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Reproduction of content<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Rewinding the archive by re-querying the position<\/h4>\n\n\n\n<p>Option name: <code>server_rewind_mode<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> \u2014 to rewind will be used positioning by specifying the time stamp. The URL to the thread will be re-requested from the server at each rewind (by default).<\/li>\n\n\n\n<li><strong>falsely<\/strong> \u2014 stream rewinding by the seek method by means of the player (does not always work correctly due to different implementations on players, but faster).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'server_rewind_mode': true\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Player rewind step<\/h4>\n\n\n\n<p>Option name: <code>player_wind_step<\/code>, data type: int.<\/p>\n\n\n\n<p>Allows you to set the step of rewinding the player in the archive and video library mode in one click of the rewind button. The step is set in seconds, by default 30.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'player_rewind_step': 30\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Volume up\/down step<\/h4>\n\n\n\n<p>Option name: <code>volume_control_step<\/code>, data type: int.<\/p>\n\n\n\n<p>By default <strong>5<\/strong> (percentage points out of 100, where 100 \u2014 maximum volume, 0 \u2014 minimum).<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'volume_control_step': 5\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Automatic playback of the last channel viewed at launch<\/h4>\n\n\n\n<p>Option name: <code>auto_launch_last_view_channel<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> play the last channel automatically when the application starts.<\/li>\n\n\n\n<li><strong>falsely<\/strong> display the main screen (by default).<\/li>\n<\/ul>\n\n\n\n<p>The subscriber can also influence this value by changing the \u201cReplay Last Viewed Channel\u201d setting in the settings menu. This option sets the default value.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'auto_launch_last_viewed_channel': false\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Setting a special ratio of screen sides when playing movies<\/h4>\n\n\n\n<p>Option name: <code>set_default_aspect_ratio_for_vod<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> after the inclusion of the playback of the film from the video library, the aspect ratio of 16\u00d79 will be forcibly established.<\/li>\n\n\n\n<li><strong>falsely<\/strong> - the aspect ratio selected earlier by the subscriber will be retained (by default).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'set_default_aspect_ratio_for_vod': false\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Automatic reproduction of the channel when moving the focus in preview mode<\/h4>\n\n\n\n<p>Option name: <code>switch_channels_in_preview_mode<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> when moving the focus in the list of channels, the selected channel will play automatically.<\/li>\n\n\n\n<li><strong>falsely<\/strong> To play the channel, you need to press the OK button (by default).<\/li>\n<\/ul>\n\n\n\n<p>Relevant when using the preview mode (option) <code>tv_channels_list_mode<\/code> meaningfully <strong>preview<\/strong>).<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'switch_channels_in_preview_mode': false\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Configure UDP Proxy on Android devices<\/h4>\n\n\n\n<p>Option name: <code>show_udp_proxy_settings<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> The settings menu will display the item \u00abUDP Proxy\u00bb with which you can configure the Multicast-links wrapping through UDP Proxy.<\/li>\n\n\n\n<li><strong>falsely<\/strong> - the item will be hidden (by default).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'show_udp_proxy_settings': false\n};<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\">Appearance \u2014 General<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Display time of the beginning and end of the transfer in the infobar<\/h4>\n\n\n\n<p>Option name: <code>infobar_time_display_mode<\/code>, data type: string.<\/p>\n\n\n\n<p>Allows you to change the option of displaying the time of the beginning and end of the transfer in the infobar in the archive mode or paused Live TV.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>by_epg<\/strong> time in the infobar is displayed according to the transmission program (by default).<\/li>\n\n\n\n<li><strong>by_duration<\/strong> the start time of the transmission is set at 00:00, and the end time is set equal to the duration of the transmission.<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'infobar_time_display_mode': \"by_epg\"\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Service description text<\/h4>\n\n\n\n<p>Option name: <code>service_description<\/code>, data type: string.<\/p>\n\n\n\n<p>A field that allows you to specify a description of the service. The impuls template is displayed on the About Service screen, which is added to the list of My Profile screen items if this field is present. This screen also displays all legal documents configured in Smarty. No default.<\/p>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'service_description': 'Localhost TV is the next generation of interactive digital TV!'\n};<\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_about.png\" alt=\"\" class=\"wp-image-1061\"\/><figcaption class=\"wp-element-caption\">Screen \u00ab About service \u00bb<\/figcaption><\/figure>\n<\/div>\n\n\n<h2 class=\"wp-block-heading\">Appearance \u2014 TV<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Mode of displaying the list of channels<\/h4>\n\n\n\n<p>Option name: <code>tv_channels_list_mode<\/code>, data type: string.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>list<\/strong> - the usual list (by default).<\/li>\n\n\n\n<li><strong>preview<\/strong> - a list of channels with a preview window (player).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'tv_channels_list_mode': \"list\"\n};<\/pre>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_tv_list.png\" alt=\"\" class=\"wp-image-1065\"\/><figcaption class=\"wp-element-caption\">Regular list<\/figcaption><\/figure>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\"><div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_tv_preview.png\" alt=\"\" class=\"wp-image-1066\"\/><figcaption class=\"wp-element-caption\">Preview list (<strong>preview<\/strong>)<\/figcaption><\/figure>\n<\/div>\n\n\n<p><\/p>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Appearance \u2014 video library<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\">Display category \u00abNews\u00bb in the video library<\/h4>\n\n\n\n<p>Option name: <code>vod_show_news<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> display the category \u00abNews\u00bb (by default).<\/li>\n\n\n\n<li><strong>falsely<\/strong> - not display.<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'vod_show_news': false\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Display the premiere in the section \u00abNews\u00bb in the video library<\/h4>\n\n\n\n<p>Option name: <code>show_vod_premiere_in_news<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> - in the category \u00abNews\u00bb will display premieres of films \u2014 those films whose premiere date is not earlier than the number of days specified by the constant TVMIDDLEWARE_VIDEO_PREMIERE_DAYS in the Smarty settings.<\/li>\n\n\n\n<li><strong>falsely<\/strong> - in the category \u00abNews\u00bb the latest added movies will be displayed, the date of addition to the catalog of which is not earlier than the number of days specified by the TVMIDDLEWARE_VIDEO_NEW_DAYS constant in the Smarty settings (by default).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'show_vod_premiere_in_news': false\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">How to sort movies by default<\/h4>\n\n\n\n<p>Option name: <code>default_vod_sort_order<\/code>, data type: string.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>- created_at<\/strong> - by the date of addition (first the newest) (by default).<\/li>\n\n\n\n<li><strong>-kinopoisk_rating<\/strong> - according to the rating of Kinopoisk (first the most popular).<\/li>\n\n\n\n<li><strong>-imdb_rating<\/strong> According to IMDB rating (first most popular).<\/li>\n\n\n\n<li><strong>-year<\/strong> the year the film was released (the newest first).<\/li>\n\n\n\n<li><strong>-premiere_date<\/strong> the release date of the film (the newest first).<\/li>\n\n\n\n<li><strong>name<\/strong> \u2014 by name (in alphabetical order).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'default_vod_sort_order': \"-created_at\"\n};<\/pre>\n\n\n\n<h4 class=\"wp-block-heading\">Grouping of films by category or genre<\/h4>\n\n\n\n<p>Option name: <code>filter_videos_by_genres<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> movies will be grouped by genre (by default).<\/li>\n\n\n\n<li><strong>falsely<\/strong> Films will be grouped into categories (genres in Smarty with the option \u00ab enabled; is a category \u00bb).<\/li>\n<\/ul>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'filter_videos_by_genres': true\n};<\/pre>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"338\" src=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_vod_categories.png\" alt=\"\" class=\"wp-image-1069\"\/><figcaption class=\"wp-element-caption\">Option for displaying video library with grouping by category<\/figcaption><\/figure>\n<\/div>\n\n\n<h4 class=\"wp-block-heading\">Display category \u00abFavorites\u00bb in video library<\/h4>\n\n\n\n<p>Option name: <code>vod_show_favorited<\/code>, data type: bool.<\/p>\n\n\n\n<p>Possible values:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>true<\/strong> \u2014 the list of categories in the video library will show the category \u00abFavorites\u00bb and the user can add movies to their favorites.<\/li>\n\n\n\n<li><strong>falsely<\/strong> \u2014 the function will be disabled (by default).<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"451\" src=\"https:\/\/www.microimpuls.com\/wp-content\/uploads\/2021\/10\/impuls_vod_favorites.jpg\" alt=\"\" class=\"wp-image-2177\"\/><figcaption class=\"wp-element-caption\">Section \u00abFavorites\u00bb at the Cinema.<\/figcaption><\/figure>\n\n\n\n<p>Example:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">var CLIENT_SETTINGS = {\n\/\/\/...\n'vod_show_favorited': false\n};<\/pre>","protected":false},"featured_media":0,"parent":628,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_links_to":"","_links_to_target":""},"doc_tag":[],"class_list":["post-1027","docs","type-docs","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.7 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>\u041e\u043f\u0446\u0438\u0438 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 impuls<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/microimpuls.com\/en\/docs\/smarty\/portal-and-apps-settings\/impuls-settings\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"\u041e\u043f\u0446\u0438\u0438 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 impuls\" \/>\n<meta property=\"og:description\" content=\"\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043e\u043f\u0446\u0438\u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u043d\u0435\u0448\u043d\u0438\u0439 \u0432\u0438\u0434 \u0438 \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u0438 \u0437\u0430\u0434\u0430\u044e\u0442\u0441\u044f \u0432 \u0444\u0430\u0439\u043b\u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \/etc\/microimpuls\/portal\/client.js. \u0414\u043b\u044f \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 impuls \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043e\u043f\u0446\u0438\u0438. \u041b\u043e\u0433\u0438\u043a\u0430 \u0440\u0430\u0431\u043e\u0442\u044b \u0420\u0435\u0436\u0438\u043c \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u043f\u0446\u0438\u0438: auth_mode, \u0442\u0438\u043f \u0434\u0430\u043d\u043d\u044b\u0445: string. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f: \u041f\u0440\u0438\u043c\u0435\u0440: var CLIENT_SETTINGS = { \/\/ \u2026 &#039;auth_mode&#039;: &#039;password&#039; }; \u041f\u043e\u043a\u0430\u0437 \u043f\u0440\u0438\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u043f\u0446\u0438\u0438: show_welcome_message, \u0442\u0438\u043f \u0434\u0430\u043d\u043d\u044b\u0445: bool. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f: \u041f\u0440\u0438\u043c\u0435\u0440: [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/microimpuls.com\/en\/docs\/smarty\/portal-and-apps-settings\/impuls-settings\/\" \/>\n<meta property=\"og:site_name\" content=\"Microimpuls\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-30T08:42:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_welcome_message-2.png\" \/>\n\t<meta property=\"og:image:width\" content=\"600\" \/>\n\t<meta property=\"og:image:height\" content=\"338\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings\",\"url\":\"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings\",\"name\":\"\u041e\u043f\u0446\u0438\u0438 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 impuls\",\"isPartOf\":{\"@id\":\"https:\/\/micro.im\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings#primaryimage\"},\"image\":{\"@id\":\"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings#primaryimage\"},\"thumbnailUrl\":\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_welcome_message-2.png\",\"datePublished\":\"2020-05-14T08:20:23+00:00\",\"dateModified\":\"2026-01-30T08:42:43+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings#primaryimage\",\"url\":\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_welcome_message-2.png\",\"contentUrl\":\"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_welcome_message-2.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430\",\"item\":\"https:\/\/micro.im\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Smarty\",\"item\":\"https:\/\/microimpuls.com\/docs\/smarty\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e\u0440\u0442\u0430\u043b\u043e\u0432 \u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439\",\"item\":\"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\"},{\"@type\":\"ListItem\",\"position\":4,\"name\":\"\u041e\u043f\u0446\u0438\u0438 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 impuls\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/micro.im\/#website\",\"url\":\"https:\/\/micro.im\/\",\"name\":\"Microimpuls\",\"description\":\"\u041a\u043e\u043c\u043f\u043b\u0435\u043a\u0441\u043d\u044b\u0435 \u0440\u0435\u0448\u0435\u043d\u0438\u044f \u0434\u043b\u044f OTT \u0438 IPTV\",\"publisher\":{\"@id\":\"https:\/\/micro.im\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/micro.im\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/micro.im\/#organization\",\"name\":\"Microimpuls\",\"url\":\"https:\/\/micro.im\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/micro.im\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/microimpuls.com\/wp-content\/uploads\/2024\/12\/mi-logo-square-en-black.png\",\"contentUrl\":\"https:\/\/microimpuls.com\/wp-content\/uploads\/2024\/12\/mi-logo-square-en-black.png\",\"width\":208,\"height\":219,\"caption\":\"Microimpuls\"},\"image\":{\"@id\":\"https:\/\/micro.im\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Impuls interface options","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/microimpuls.com\/en\/docs\/smarty\/portal-and-apps-settings\/impuls-settings\/","og_locale":"en_US","og_type":"article","og_title":"\u041e\u043f\u0446\u0438\u0438 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 impuls","og_description":"\u0414\u043e\u043f\u043e\u043b\u043d\u0438\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u043e\u043f\u0446\u0438\u0438 \u043f\u043e\u0437\u0432\u043e\u043b\u044f\u044e\u0442 \u0438\u0437\u043c\u0435\u043d\u0438\u0442\u044c \u0432\u043d\u0435\u0448\u043d\u0438\u0439 \u0432\u0438\u0434 \u0438 \u043f\u043e\u0432\u0435\u0434\u0435\u043d\u0438\u0435 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u044f, \u0438 \u0437\u0430\u0434\u0430\u044e\u0442\u0441\u044f \u0432 \u0444\u0430\u0439\u043b\u0435 \u043a\u043e\u043d\u0444\u0438\u0433\u0443\u0440\u0430\u0446\u0438\u0438 \/etc\/microimpuls\/portal\/client.js. \u0414\u043b\u044f \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 impuls \u0434\u043e\u0441\u0442\u0443\u043f\u043d\u044b \u0441\u043b\u0435\u0434\u0443\u044e\u0449\u0438\u0435 \u043e\u043f\u0446\u0438\u0438. \u041b\u043e\u0433\u0438\u043a\u0430 \u0440\u0430\u0431\u043e\u0442\u044b \u0420\u0435\u0436\u0438\u043c \u0430\u0432\u0442\u043e\u0440\u0438\u0437\u0430\u0446\u0438\u0438 \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u043f\u0446\u0438\u0438: auth_mode, \u0442\u0438\u043f \u0434\u0430\u043d\u043d\u044b\u0445: string. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f: \u041f\u0440\u0438\u043c\u0435\u0440: var CLIENT_SETTINGS = { \/\/ \u2026 'auth_mode': 'password' }; \u041f\u043e\u043a\u0430\u0437 \u043f\u0440\u0438\u0432\u0435\u0442\u0441\u0442\u0432\u0435\u043d\u043d\u043e\u0433\u043e \u0441\u043e\u043e\u0431\u0449\u0435\u043d\u0438\u044f \u041d\u0430\u0437\u0432\u0430\u043d\u0438\u0435 \u043e\u043f\u0446\u0438\u0438: show_welcome_message, \u0442\u0438\u043f \u0434\u0430\u043d\u043d\u044b\u0445: bool. \u0412\u043e\u0437\u043c\u043e\u0436\u043d\u044b\u0435 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f: \u041f\u0440\u0438\u043c\u0435\u0440: [&hellip;]","og_url":"https:\/\/microimpuls.com\/en\/docs\/smarty\/portal-and-apps-settings\/impuls-settings\/","og_site_name":"Microimpuls","article_modified_time":"2026-01-30T08:42:43+00:00","og_image":[{"width":600,"height":338,"url":"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_welcome_message-2.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings","url":"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings","name":"Impuls interface options","isPartOf":{"@id":"https:\/\/micro.im\/#website"},"primaryImageOfPage":{"@id":"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings#primaryimage"},"image":{"@id":"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings#primaryimage"},"thumbnailUrl":"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_welcome_message-2.png","datePublished":"2020-05-14T08:20:23+00:00","dateModified":"2026-01-30T08:42:43+00:00","breadcrumb":{"@id":"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings#primaryimage","url":"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_welcome_message-2.png","contentUrl":"https:\/\/microimpuls.com\/wp-content\/uploads\/2020\/05\/impuls_welcome_message-2.png"},{"@type":"BreadcrumbList","@id":"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings\/impuls-settings#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"\u0413\u043b\u0430\u0432\u043d\u0430\u044f \u0441\u0442\u0440\u0430\u043d\u0438\u0446\u0430","item":"https:\/\/micro.im\/"},{"@type":"ListItem","position":2,"name":"Smarty","item":"https:\/\/microimpuls.com\/docs\/smarty"},{"@type":"ListItem","position":3,"name":"\u041d\u0430\u0441\u0442\u0440\u043e\u0439\u043a\u0438 \u043f\u043e\u0440\u0442\u0430\u043b\u043e\u0432 \u0438 \u043f\u0440\u0438\u043b\u043e\u0436\u0435\u043d\u0438\u0439","item":"https:\/\/microimpuls.com\/docs\/smarty\/portal-and-apps-settings"},{"@type":"ListItem","position":4,"name":"\u041e\u043f\u0446\u0438\u0438 \u0438\u043d\u0442\u0435\u0440\u0444\u0435\u0439\u0441\u0430 impuls"}]},{"@type":"WebSite","@id":"https:\/\/micro.im\/#website","url":"https:\/\/micro.im\/","name":"Microimpulses","description":"Comprehensive solutions for OTT and IPTV","publisher":{"@id":"https:\/\/micro.im\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/micro.im\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/micro.im\/#organization","name":"Microimpulses","url":"https:\/\/micro.im\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/micro.im\/#\/schema\/logo\/image\/","url":"https:\/\/microimpuls.com\/wp-content\/uploads\/2024\/12\/mi-logo-square-en-black.png","contentUrl":"https:\/\/microimpuls.com\/wp-content\/uploads\/2024\/12\/mi-logo-square-en-black.png","width":208,"height":219,"caption":"Microimpuls"},"image":{"@id":"https:\/\/micro.im\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/1027","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs"}],"about":[{"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/types\/docs"}],"replies":[{"embeddable":true,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/comments?post=1027"}],"version-history":[{"count":45,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/1027\/revisions"}],"predecessor-version":[{"id":6025,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/1027\/revisions\/6025"}],"up":[{"embeddable":true,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/628"}],"next":[{"title":"Infinitly interface options","link":"https:\/\/microimpuls.com\/en\/docs\/smarty\/portal-and-apps-settings\/infinitly-settings","href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/1144"}],"prev":[{"title":"Futuristic interface options","link":"https:\/\/microimpuls.com\/en\/docs\/smarty\/portal-and-apps-settings\/futuristic-settings","href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/docs\/1088"}],"wp:attachment":[{"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/media?parent=1027"}],"wp:term":[{"taxonomy":"doc_tag","embeddable":true,"href":"https:\/\/microimpuls.com\/en\/wp-json\/wp\/v2\/doc_tag?post=1027"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}