{"id":4012,"date":"2024-02-01T14:34:39","date_gmt":"2024-02-01T14:34:39","guid":{"rendered":"https:\/\/novaiptv.org\/?page_id=4012"},"modified":"2024-02-01T14:34:39","modified_gmt":"2024-02-01T14:34:39","slug":"kodi-verze-17-2025","status":"publish","type":"page","link":"https:\/\/novaiptv.to\/cs\/kodi-verze-17-2025\/","title":{"rendered":"Kodi \/ V -17"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4012\" class=\"elementor elementor-4012\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ec58b2 e-flex e-con-boxed e-con e-parent\" data-id=\"5ec58b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dca1985 elementor-widget elementor-widget-html\" data-id=\"dca1985\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"iptv-tutorial-wrapper\">\n    <style>\n        :root {\n            --primary-color: #17b2ff;\n            --secondary-color: #3d5afe;\n            --dark-color: #333333;\n            --light-color: #F3F3F3;\n            --text-color: #333333;\n            --light-text: #F3F3F3;\n            --success-color: #00c853;\n            --warning-color: #ff9100;\n            --kodi-color: #12b1eb;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .iptv-tutorial-wrapper {\n            background-color: var(--light-color);\n            color: var(--text-color);\n            line-height: 1.6;\n            padding: 20px 0;\n        }\n        \n        .iptv-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .iptv-header {\n            text-align: center;\n            margin-bottom: 40px;\n            position: relative;\n            padding-top: 30px;\n        }\n        \n        .logo-container {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            margin-bottom: 20px;\n        }\n        \n        .logo {\n            width: 120px;\n            height: 120px;\n            background: linear-gradient(135deg, var(--kodi-color), var(--secondary-color));\n            border-radius: 20px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            box-shadow: 0 10px 20px rgba(18, 177, 235, 0.3);\n        }\n        \n        .logo svg {\n            width: 70px;\n            height: 70px;\n            fill: white;\n        }\n        \n        h1 {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(90deg, var(--kodi-color), var(--secondary-color));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            color: #555555;\n            margin-bottom: 20px;\n        }\n        \n        .version-tabs {\n            display: flex;\n            justify-content: center;\n            margin-bottom: 30px;\n            gap: 10px;\n        }\n        \n        .version-tab {\n            padding: 10px 20px;\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n        \n        .version-tab.active {\n            border-color: var(--kodi-color);\n            color: var(--kodi-color);\n            background: rgba(18, 177, 235, 0.1);\n        }\n        \n        .version-tab:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);\n        }\n        \n        .steps-container {\n            display: flex;\n            flex-direction: column;\n            gap: 30px;\n        }\n        \n        .step {\n            background-color: white;\n            border-radius: 15px;\n            padding: 25px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border-left: 4px solid var(--kodi-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .step:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);\n        }\n        \n        .step-number {\n            position: absolute;\n            top: -10px;\n            right: -10px;\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, var(--kodi-color), var(--secondary-color));\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: white;\n            box-shadow: 0 5px 10px rgba(18, 177, 235, 0.4);\n        }\n        \n        .step-title {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--kodi-color);\n            padding-right: 50px;\n        }\n        \n        .step-content {\n            margin-left: 15px;\n        }\n        \n        .step-content p {\n            margin-bottom: 15px;\n        }\n        \n        ul, ol {\n            margin-left: 30px;\n            margin-bottom: 15px;\n        }\n        \n        li {\n            margin-bottom: 10px;\n        }\n        \n        .highlight {\n            color: var(--kodi-color);\n            font-weight: 600;\n        }\n        \n        .note {\n            background-color: rgba(255, 145, 0, 0.1);\n            border-left: 3px solid var(--warning-color);\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 5px;\n        }\n        \n        .note-title {\n            color: var(--warning-color);\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n        \n        .tip {\n            background-color: rgba(0, 200, 83, 0.1);\n            border-left: 3px solid var(--success-color);\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 5px;\n        }\n        \n        .tip-title {\n            color: var(--success-color);\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n        \n        .illustration {\n            margin: 20px 0;\n            text-align: center;\n        }\n        \n        .illustration svg {\n            max-width: 100%;\n            height: auto;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);\n            background-color: #2D3748;\n        }\n        \n        .iptv-footer {\n            text-align: center;\n            margin-top: 50px;\n            padding: 20px;\n            color: #555555;\n            font-size: 0.9rem;\n        }\n        \n        @media (max-width: 768px) {\n            .iptv-container {\n                padding: 15px;\n            }\n            \n            h1 {\n                font-size: 2rem;\n            }\n            \n            .step {\n                padding: 20px;\n            }\n            \n            .step-number {\n                width: 50px;\n                height: 50px;\n                font-size: 1.2rem;\n            }\n            \n            .step-title {\n                font-size: 1.3rem;\n            }\n        }\n    <\/style>\n    <div class=\"iptv-container\">\n        <div class=\"iptv-header\">\n            <div class=\"logo-container\">\n                <div class=\"logo\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M9,7V17H11V13H13V17H15V7H13V11H11V7H9Z\" \/>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <h1>Pr\u016fvodce nastaven\u00edm IPTV Kodi<\/h1>\n            <p class=\"subtitle\">Odemkn\u011bte tis\u00edce kan\u00e1l\u016f ve sv\u00e9m medi\u00e1ln\u00edm centru Kodi<\/p>\n        <\/div>\n        \n        <div class=\"version-tabs\">\n            <div class=\"version-tab active\">Kodi v17 (Krypton)<\/div>\n            <div class=\"version-tab\">Kodi v16 a ni\u017e\u0161\u00ed<\/div>\n        <\/div>\n        \n        <div class=\"steps-container\">\n            <!-- Step 1 -->\n            <div class=\"step\">\n                <div class=\"step-number\">1<\/div>\n                <h2 class=\"step-title\">Spus\u0165te Kodi a z\u00edskejte p\u0159\u00edstup k nastaven\u00ed<\/h2>\n                <div class=\"step-content\">\n                    <p>Za\u010dn\u011bte otev\u0159en\u00edm Kodi na sv\u00e9m za\u0159\u00edzen\u00ed a p\u0159echodem do nab\u00eddky nastaven\u00ed:<\/p>\n                    \n                    <ol>\n                        <li>Na domovsk\u00e9 obrazovce Kodi klikn\u011bte na <span class=\"highlight\">ikona ozuben\u00e9ho kola<\/span> pro p\u0159\u00edstup k Nastaven\u00ed<\/li>\n                        <li>V Kodi v17 (Krypton) bylo rozhran\u00ed nastaven\u00ed p\u0159epracov\u00e1no a nyn\u00ed m\u00e1 modern\u011bj\u0161\u00ed vzhled.<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Kodi Interface -->\n                            <rect x=\"50\" y=\"20\" width=\"500\" height=\"210\" rx=\"5\" fill=\"#12182B\" \/>\n                            \n                            <!-- Kodi Logo -->\n                            <circle cx=\"300\" cy=\"70\" r=\"40\" fill=\"#12b1eb\" \/>\n                            <text x=\"285\" y=\"75\" font-family=\"Arial\" font-weight=\"bold\" font-size=\"18\" fill=\"white\">KODI<\/text>\n                            \n                            <!-- Main Menu Options -->\n                            <rect x=\"100\" y=\"130\" width=\"80\" height=\"30\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"120\" y=\"150\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Filmy<\/text>\n                            \n                            <rect x=\"200\" y=\"130\" width=\"80\" height=\"30\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"225\" y=\"150\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">televize<\/text>\n                            \n                            <rect x=\"300\" y=\"130\" width=\"80\" height=\"30\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"320\" y=\"150\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Hudba<\/text>\n                            \n                            <rect x=\"400\" y=\"130\" width=\"80\" height=\"30\" rx=\"5\" fill=\"#3d5afe\" \/>\n                            <text x=\"415\" y=\"150\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Nastaven\u00ed<\/text>\n                            \n                            <!-- Gear Icon -->\n                            <circle cx=\"440\" cy=\"180\" r=\"20\" fill=\"#12b1eb\" \/>\n                            <path d=\"M440,170 L440,190 M430,180 L450,180\" stroke=\"white\" stroke-width=\"2\" \/>\n                            <circle cx=\"440\" cy=\"180\" r=\"5\" fill=\"white\" \/>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>P\u0159ed zah\u00e1jen\u00edm nastaven\u00ed IPTV se ujist\u011bte, \u017ee m\u00e1te aktu\u00e1ln\u00ed instalaci Kodi. T\u00edm zajist\u00edte kompatibilitu s nejnov\u011bj\u0161\u00edmi pluginy.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 2 -->\n            <div class=\"step\">\n                <div class=\"step-number\">2<\/div>\n                <h2 class=\"step-title\">P\u0159ejd\u011bte do aplikace PVR IPTV Simple Client<\/h2>\n                <div class=\"step-content\">\n                    <p>V Kodi v17 (Krypton) se proces p\u0159\u00edstupu k PVR klientovi m\u00edrn\u011b li\u0161\u00ed:<\/p>\n                    \n                    <ol>\n                        <li>V nab\u00eddce Nastaven\u00ed vyberte mo\u017enost <span class=\"highlight\">Dopl\u0148ky<\/span><\/li>\n                        <li>Pak si vyberte <span class=\"highlight\">Instalace z repozit\u00e1\u0159e<\/span><\/li>\n                        <li>Vybrat <span class=\"highlight\">\u00dalo\u017ei\u0161t\u011b dopl\u0148k\u016f Kodi<\/span><\/li>\n                        <li>P\u0159ej\u00edt na <span class=\"highlight\">Klienti PVR<\/span><\/li>\n                        <li>Naj\u00edt a vybrat <span class=\"highlight\">Jednoduch\u00fd klient PVR IPTV<\/span><\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Kodi Menu Interface -->\n                            <rect x=\"100\" y=\"25\" width=\"400\" height=\"200\" rx=\"5\" fill=\"#12182B\" \/>\n                            \n                            <!-- Header -->\n                            <rect x=\"100\" y=\"25\" width=\"400\" height=\"40\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"250\" y=\"50\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Klienti PVR<\/text>\n                            \n                            <!-- Menu Items -->\n                            <rect x=\"120\" y=\"80\" width=\"360\" height=\"35\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"140\" y=\"103\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Slu\u017eba ozn\u00e1men\u00ed NextUp<\/text>\n                            \n                            <rect x=\"120\" y=\"125\" width=\"360\" height=\"35\" rx=\"3\" fill=\"#12b1eb\" \/>\n                            <text x=\"140\" y=\"148\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Jednoduch\u00fd klient PVR IPTV<\/text>\n                            \n                            <rect x=\"120\" y=\"170\" width=\"360\" height=\"35\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"140\" y=\"193\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Klient PVR HDHomeRun<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Pozn\u00e1mka<\/p>\n                        <p>Pokud nevid\u00edte PVR IPTV Simple Client, ujist\u011bte se, \u017ee va\u0161e instalace Kodi obsahuje ofici\u00e1ln\u00ed repozit\u00e1\u0159 dopl\u0148k\u016f Kodi. Ten by m\u011bl b\u00fdt ve standardn\u00edch instalac\u00edch standardn\u011b zahrnut.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 3 -->\n            <div class=\"step\">\n                <div class=\"step-number\">3<\/div>\n                <h2 class=\"step-title\">Instalace a konfigurace PVR klienta<\/h2>\n                <div class=\"step-content\">\n                    <p>Po v\u00fdb\u011bru PVR IPTV Simple Client je t\u0159eba jej nainstalovat a nakonfigurovat:<\/p>\n                    \n                    <ol>\n                        <li>Klikn\u011bte na <span class=\"highlight\">Instalovat<\/span> tla\u010d\u00edtko pro sta\u017een\u00ed a instalaci dopl\u0148ku<\/li>\n                        <li>Po instalaci klikn\u011bte na <span class=\"highlight\">Konfigurovat<\/span><\/li>\n                        <li>P\u0159ejd\u011bte na <span class=\"highlight\">Gener\u00e1l<\/span> z\u00e1lo\u017eka<\/li>\n                        <li>Vybrat <span class=\"highlight\">URL seznamu skladeb M3U<\/span> volba<\/li>\n                        <li>Zadejte URL adresu M3U, kterou v\u00e1m poskytl v\u00e1\u0161 <a class=\"wpil_keyword_link\" href=\"https:\/\/novaiptv.to\/cs\/\"   title=\"Slu\u017eba IPTV\" data-wpil-keyword-link=\"linked\">Slu\u017eba IPTV<\/a><\/li>\n                        <li>Klikn\u011bte <span class=\"highlight\">OK<\/span> pro ulo\u017een\u00ed va\u0161\u00ed konfigurace<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Config Dialog -->\n                            <rect x=\"100\" y=\"25\" width=\"400\" height=\"200\" rx=\"5\" fill=\"#2D3748\" \/>\n                            \n                            <!-- Header -->\n                            <rect x=\"100\" y=\"25\" width=\"400\" height=\"40\" rx=\"5\" fill=\"#12182B\" \/>\n                            <text x=\"220\" y=\"50\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Jednoduch\u00e9 nastaven\u00ed klienta PVR IPTV<\/text>\n                            \n                            <!-- Tabs -->\n                            <rect x=\"120\" y=\"75\" width=\"80\" height=\"25\" rx=\"3\" fill=\"#12b1eb\" \/>\n                            <text x=\"140\" y=\"92\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Gener\u00e1l<\/text>\n                            \n                            <rect x=\"210\" y=\"75\" width=\"80\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"230\" y=\"92\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">Elektronick\u00fd pr\u016fvodce programem<\/text>\n                            \n                            <rect x=\"300\" y=\"75\" width=\"80\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"315\" y=\"92\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">Loga kan\u00e1l\u016f<\/text>\n                            \n                            <!-- Form Elements -->\n                            <rect x=\"120\" y=\"115\" width=\"360\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"130\" y=\"132\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Um\u00edst\u011bn\u00ed:<\/text>\n                            <text x=\"230\" y=\"132\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">Vzd\u00e1len\u00e1 cesta (internetov\u00e1 adresa)<\/text>\n                            \n                            <rect x=\"120\" y=\"150\" width=\"360\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"130\" y=\"167\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">URL adresa playlistu M3U:<\/text>\n                            <text x=\"230\" y=\"167\" font-family=\"Arial\" font-size=\"10\" fill=\"#12b1eb\">http:\/\/your.iptv.provider\/playlist.m3u<\/text>\n                            \n                            <!-- Buttons -->\n                            <rect x=\"350\" y=\"190\" width=\"60\" height=\"25\" rx=\"3\" fill=\"#00c853\" \/>\n                            <text x=\"370\" y=\"207\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">OK<\/text>\n                            \n                            <rect x=\"280\" y=\"190\" width=\"60\" height=\"25\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"295\" y=\"207\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Zru\u0161it<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>Va\u0161e URL adresa M3U by m\u011bla b\u00fdt ve form\u00e1tu: <span class=\"highlight\">http:\/\/provider.domain\/get.php?username=YOUR_USERNAME&password=YOUR_PASSWORD&type=m3u_plus<\/span>. Nezapome\u0148te nahradit z\u00e1stupn\u00e9 symboly sv\u00fdmi skute\u010dn\u00fdmi p\u0159ihla\u0161ovac\u00edmi \u00fadaji.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 4 -->\n            <div class=\"step\">\n                <div class=\"step-number\">4<\/div>\n                <h2 class=\"step-title\">Konfigurace EPG (voliteln\u00e9, ale doporu\u010den\u00e9)<\/h2>\n                <div class=\"step-content\">\n                    <p>Chcete-li z\u00edskat informace o programov\u00e9m pr\u016fvodci pro va\u0161e kan\u00e1ly, m\u011bli byste tak\u00e9 nakonfigurovat EPG (elektronick\u00fd programov\u00fd pr\u016fvodce):<\/p>\n                    \n                    <ol>\n                        <li>V konfiguraci PVR IPTV Simple Client p\u0159ejd\u011bte na <span class=\"highlight\">Elektronick\u00fd pr\u016fvodce programem<\/span> z\u00e1lo\u017eka<\/li>\n                        <li>Umo\u017enit <span class=\"highlight\">Nastaven\u00ed EPG<\/span> pokud ji\u017e nen\u00ed povoleno<\/li>\n                        <li>Nastavte URL adresu EPG na adresu poskytnutou va\u0161\u00edm <a href=\"https:\/\/novaiptv.to\/cs\/pruvodce-xtream-iptv-kanada-2025\/\">Slu\u017eba IPTV<\/a><\/li>\n                        <li>V\u011bt\u0161ina <a href=\"https:\/\/novaiptv.to\/cs\/nejlepsi-iptv-sluzby-ve-spojenem-kralovstvi-v-roce-2025\/\">IPTV slu\u017eby<\/a> uve\u010fte URL adresu XMLTV EPG ve form\u00e1tu: <span class=\"highlight\">http:\/\/provider.domain\/xmltv.php?username=YOUR_USERNAME&password=YOUR_PASSWORD<\/span><\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Config Dialog -->\n                            <rect x=\"100\" y=\"25\" width=\"400\" height=\"200\" rx=\"5\" fill=\"#2D3748\" \/>\n                            \n                            <!-- Header -->\n                            <rect x=\"100\" y=\"25\" width=\"400\" height=\"40\" rx=\"5\" fill=\"#12182B\" \/>\n                            <text x=\"220\" y=\"50\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Jednoduch\u00e9 nastaven\u00ed klienta PVR IPTV<\/text>\n                            \n                            <!-- Tabs -->\n                            <rect x=\"120\" y=\"75\" width=\"80\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"140\" y=\"92\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">Gener\u00e1l<\/text>\n                            \n                            <rect x=\"210\" y=\"75\" width=\"80\" height=\"25\" rx=\"3\" fill=\"#12b1eb\" \/>\n                            <text x=\"230\" y=\"92\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Elektronick\u00fd pr\u016fvodce programem<\/text>\n                            \n                            <rect x=\"300\" y=\"75\" width=\"80\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"315\" y=\"92\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">Loga kan\u00e1l\u016f<\/text>\n                            \n                            <!-- Form Elements -->\n                            <rect x=\"120\" y=\"115\" width=\"360\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"130\" y=\"132\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Nastaven\u00ed EPG:<\/text>\n                            <text x=\"360\" y=\"132\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Povoleno<\/text>\n                            \n                            <rect x=\"120\" y=\"150\" width=\"360\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"130\" y=\"167\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">URL XMLTV:<\/text>\n                            <text x=\"230\" y=\"167\" font-family=\"Arial\" font-size=\"10\" fill=\"#12b1eb\">http:\/\/your.iptv.provider\/xmltv.php<\/text>\n                            \n                            <!-- Buttons -->\n                            <rect x=\"350\" y=\"190\" width=\"60\" height=\"25\" rx=\"3\" fill=\"#00c853\" \/>\n                            <text x=\"370\" y=\"207\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">OK<\/text>\n                            \n                            <rect x=\"280\" y=\"190\" width=\"60\" height=\"25\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"295\" y=\"207\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Zru\u0161it<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Pozn\u00e1mka<\/p>\n                        <p>N\u011bkte\u0159\u00ed poskytovatel\u00e9 IPTV zahrnuj\u00ed data EPG do playlistu M3U. V takov\u00fdch p\u0159\u00edpadech m\u016f\u017eete pole URL EPG nechat pr\u00e1zdn\u00e9. Konkr\u00e9tn\u00ed pokyny v\u00e1m poskytne v\u00e1\u0161 poskytovatel.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 5 -->\n            <div class=\"step\">\n                <div class=\"step-number\">5<\/div>\n                <h2 class=\"step-title\">Restartujte Kodi a z\u00edskejte p\u0159\u00edstup k IPTV kan\u00e1l\u016fm<\/h2>\n                <div class=\"step-content\">\n                    <p>Po konfiguraci PVR klienta restartujte Kodi, aby se projevily v\u0161echny zm\u011bny:<\/p>\n                    \n                    <ol>\n                        <li>Zav\u0159ete a znovu spus\u0165te aplikaci Kodi<\/li>\n                        <li>Po restartu Kodi byste m\u011bli vid\u011bt ozn\u00e1men\u00ed, \u017ee je klient PVR p\u0159ipojen.<\/li>\n                        <li>Z domovsk\u00e9 obrazovky Kodi p\u0159ejd\u011bte na <span class=\"highlight\">televize<\/span> volba<\/li>\n                        <li>Nyn\u00ed byste m\u011bli vid\u011bt v\u0161echny sv\u00e9 kan\u00e1ly uveden\u00e9 a dostupn\u00e9 ke sledov\u00e1n\u00ed.<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Kodi TV Section -->\n                            <rect x=\"50\" y=\"20\" width=\"500\" height=\"210\" rx=\"5\" fill=\"#12182B\" \/>\n                            \n                            <!-- Header -->\n                            <rect x=\"50\" y=\"20\" width=\"500\" height=\"40\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"275\" y=\"45\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Televizn\u00ed kan\u00e1ly<\/text>\n                            \n                            <!-- Sidebar -->\n                            <rect x=\"50\" y=\"60\" width=\"150\" height=\"170\" rx=\"0\" fill=\"#2D3748\" \/>\n                            <text x=\"80\" y=\"85\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Skupiny kan\u00e1l\u016f<\/text>\n                            \n                            <rect x=\"60\" y=\"100\" width=\"130\" height=\"25\" rx=\"3\" fill=\"#12b1eb\" \/>\n                            <text x=\"80\" y=\"117\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">V\u0161echny kan\u00e1ly<\/text>\n                            \n                            <rect x=\"60\" y=\"135\" width=\"130\" height=\"25\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"80\" y=\"152\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">Sportovn\u00ed<\/text>\n                            \n                            <rect x=\"60\" y=\"170\" width=\"130\" height=\"25\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"80\" y=\"187\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">Filmy<\/text>\n                            \n                            <!-- Channel List -->\n                            <rect x=\"210\" y=\"70\" width=\"330\" height=\"150\" rx=\"5\" fill=\"#111827\" \/>\n                            \n                            <rect x=\"220\" y=\"80\" width=\"310\" height=\"30\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"230\" y=\"100\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Sportovn\u00ed kan\u00e1l HD<\/text>\n                            <text x=\"480\" y=\"100\" font-family=\"Arial\" font-size=\"10\" fill=\"#A0AEC0\">001<\/text>\n                            \n                            <rect x=\"220\" y=\"120\" width=\"310\" height=\"30\" rx=\"3\" fill=\"#12b1eb\" \/>\n                            <text x=\"230\" y=\"140\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Zpr\u00e1vy 24\/7<\/text>\n                            <text x=\"480\" y=\"140\" font-family=\"Arial\" font-size=\"10\" fill=\"#A0AEC0\">002<\/text>\n                            \n                            <rect x=\"220\" y=\"160\" width=\"310\" height=\"30\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"230\" y=\"180\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">Filmov\u00fd kan\u00e1l<\/text>\n                            <text x=\"480\" y=\"180\" font-family=\"Arial\" font-size=\"10\" fill=\"#A0AEC0\">003<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>Zobrazen\u00ed kan\u00e1l\u016f v Kodi si m\u016f\u017eete p\u0159izp\u016fsobit pomoc\u00ed filtr\u016f a obl\u00edben\u00fdch polo\u017eek. Stiskn\u011bte tla\u010d\u00edtko kontextov\u00e9 nab\u00eddky (obvykle kl\u00e1vesa C na kl\u00e1vesnici nebo dlouh\u00e9 stisknut\u00ed na d\u00e1lkov\u00e9m ovlada\u010di), kdy\u017e je kan\u00e1l vybr\u00e1n, pro p\u0159\u00edstup k dal\u0161\u00edm mo\u017enostem.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"iptv-footer\">\n            <p>\u00a9 2025 <a href=\"https:\/\/novaiptv.to\/cs\/je-iptv-v-kanade-legalni\/\">IPTV<\/a> Pr\u016fvodce nastaven\u00edm | Tato p\u0159\u00edru\u010dka slou\u017e\u00ed pouze pro vzd\u011bl\u00e1vac\u00ed \u00fa\u010dely<\/p>\n            <p>P\u0159ipraveni pozvednout sv\u016fj z\u00e1bavn\u00ed z\u00e1\u017eitek na vy\u0161\u0161\u00ed \u00farove\u0148? Objednejte si \u0161pi\u010dkovou <a href=\"https:\/\/novaiptv.to\/cs\/android-tv-2025\/\">Slu\u017eby IPTV nyn\u00ed a odemkn\u011bte sv\u011bt \u017eiv\u00e9ho<\/a> kan\u00e1ly, VOD, seri\u00e1ly a filmy!<\/p>\n        <\/div>\n    <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Kodi IPTV Setup Guide Unlock thousands of channels on your Kodi media center Kodi v17 (Krypton) Kodi v16 and Below 1 Launch Kodi and Access Settings Start by opening Kodi on your device and navigating to the settings menu: From&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4012","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/pages\/4012","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/comments?post=4012"}],"version-history":[{"count":0,"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/pages\/4012\/revisions"}],"wp:attachment":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/media?parent=4012"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}