{"id":4018,"date":"2024-02-01T14:56:05","date_gmt":"2024-02-01T14:56:05","guid":{"rendered":"https:\/\/novaiptv.org\/?page_id=4018"},"modified":"2024-02-01T14:56:05","modified_gmt":"2024-02-01T14:56:05","slug":"kodi-verze-17-2025-2","status":"publish","type":"page","link":"https:\/\/novaiptv.to\/cs\/kodi-verze-17-2025-2\/","title":{"rendered":"Kodi \/ V +17"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4018\" class=\"elementor elementor-4018\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-35b89d4 e-flex e-con-boxed e-con e-parent\" data-id=\"35b89d4\" 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-a5f3cd7 elementor-widget elementor-widget-html\" data-id=\"a5f3cd7\" 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: #17b2e7;\n            --secondary-color: #3498db;\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: #17b2e7;\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(23, 178, 231, 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        .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.3);\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(23, 178, 231, 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,21L15.6,16.2C14.6,15.45 13.35,15 12,15C10.65,15 9.4,15.45 8.4,16.2L12,21\" \/>\n                        <path d=\"M12,3C7.95,3 4.21,4.34 1.2,6.6L3,9C5.5,7.12 8.62,6 12,6C15.38,6 18.5,7.12 21,9L22.8,6.6C19.79,4.34 16.05,3 12,3\" \/>\n                        <path d=\"M12,9C9.3,9 6.81,9.89 4.8,11.4L6.6,13.8C8.1,12.67 9.97,12 12,12C14.03,12 15.9,12.67 17.4,13.8L19.2,11.4C17.19,9.89 14.7,9 12,9Z\" \/>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <h1>Pr\u016fvodce nastaven\u00edm IPTV Kodi<\/h1>\n            <p class=\"subtitle\">Nastaven\u00ed jednoduch\u00e9ho klienta PVR IPTV na Kodi 17 (Krypton) a nov\u011bj\u0161\u00edch<\/p>\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\">Otev\u0159ete Kodi a p\u0159ejd\u011bte do sekce TV<\/h2>\n                <div class=\"step-content\">\n                    <p>Spus\u0165te Kodi na sv\u00e9m za\u0159\u00edzen\u00ed a z domovsk\u00e9 obrazovky p\u0159ejd\u011bte do sekce TV.<\/p>\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                            <rect x=\"150\" y=\"40\" width=\"300\" height=\"170\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"160\" y=\"50\" width=\"280\" height=\"150\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Kodi Interface -->\n                            <rect x=\"180\" y=\"70\" width=\"240\" height=\"110\" rx=\"5\" fill=\"#17b2e7\" opacity=\"0.2\" \/>\n                            \n                            <!-- Kodi Logo -->\n                            <circle cx=\"300\" cy=\"100\" r=\"20\" fill=\"#17b2e7\" \/>\n                            <path d=\"M300,85 L315,110 L300,105 L285,110 Z\" fill=\"white\" \/>\n                            \n                            <!-- Menu Items -->\n                            <rect x=\"220\" y=\"140\" width=\"60\" height=\"20\" rx=\"3\" fill=\"#17b2e7\" opacity=\"0.8\" \/>\n                            <text x=\"235\" y=\"155\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">televize<\/text>\n                            \n                            <rect x=\"290\" y=\"140\" width=\"80\" height=\"20\" rx=\"3\" fill=\"#17b2e7\" opacity=\"0.4\" \/>\n                            <text x=\"305\" y=\"155\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Filmy<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>Pokud IPTV na Kodi nastavujete poprv\u00e9, m\u016f\u017ee se zobrazit zpr\u00e1va \"\u017d\u00e1dn\u00e9 dostupn\u00e9 kan\u00e1ly\", co\u017e je v t\u00e9to f\u00e1zi o\u010dek\u00e1van\u00e9.<\/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\">Vstupte do prohl\u00ed\u017ee\u010de dopl\u0148k\u016f<\/h2>\n                <div class=\"step-content\">\n                    <p>V sekci TV vyberte <span class=\"highlight\">\"&quot;Zadejte dopl\u0148kov\u00fd prohl\u00ed\u017ee\u010d&quot;\"<\/span> pro p\u0159\u00edstup k dopl\u0148k\u016fm PVR.<\/p>\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                            <!-- TV Screen -->\n                            <rect x=\"150\" y=\"30\" width=\"300\" height=\"190\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"160\" y=\"40\" width=\"280\" height=\"170\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- No Channels Message -->\n                            <rect x=\"200\" y=\"80\" width=\"200\" height=\"60\" rx=\"5\" fill=\"#17b2e7\" opacity=\"0.1\" \/>\n                            <text x=\"230\" y=\"110\" font-family=\"Arial\" font-size=\"14\" fill=\"#A0AEC0\">\u017d\u00e1dn\u00e9 dostupn\u00e9 kan\u00e1ly<\/text>\n                            \n                            <!-- Enter Add-on Browser Button -->\n                            <rect x=\"220\" y=\"150\" width=\"160\" height=\"30\" rx=\"5\" fill=\"#17b2e7\" \/>\n                            <text x=\"243\" y=\"170\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Zadejte prohl\u00ed\u017ee\u010d dopl\u0148k\u016f<\/text>\n                        <\/svg>\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\">Vyberte si jednoduch\u00e9ho klienta PVR IPTV<\/h2>\n                <div class=\"step-content\">\n                    <p>V prohl\u00ed\u017ee\u010di dopl\u0148k\u016f vyhledejte a vyberte <span class=\"highlight\">\"&quot;Jednoduch\u00fd klient PVR IPTV&quot;\"<\/span> ze seznamu dostupn\u00fdch PVR klient\u016f.<\/p>\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                            <!-- Add-on Browser Screen -->\n                            <rect x=\"150\" y=\"30\" width=\"300\" height=\"190\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"160\" y=\"40\" width=\"280\" height=\"170\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Header -->\n                            <rect x=\"160\" y=\"40\" width=\"280\" height=\"40\" rx=\"2\" fill=\"#17b2e7\" opacity=\"0.3\" \/>\n                            <text x=\"250\" y=\"65\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Klienti PVR<\/text>\n                            \n                            <!-- Add-on List -->\n                            <rect x=\"180\" y=\"100\" width=\"240\" height=\"30\" rx=\"3\" fill=\"#17b2e7\" \/>\n                            <text x=\"195\" y=\"120\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Jednoduch\u00fd klient PVR IPTV<\/text>\n                            \n                            <rect x=\"180\" y=\"140\" width=\"240\" height=\"30\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"195\" y=\"160\" font-family=\"Arial\" font-size=\"14\" fill=\"#A0AEC0\">Klient PVR HDHomeRun<\/text>\n                            \n                            <rect x=\"180\" y=\"180\" width=\"240\" height=\"30\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"195\" y=\"200\" font-family=\"Arial\" font-size=\"14\" fill=\"#A0AEC0\">Klient PVR Stalker<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Pozn\u00e1mka<\/p>\n                        <p>Pokud je\u0161t\u011b nem\u00e1te nainstalovan\u00fd PVR IPTV Simple Client, budete nejprve vyzv\u00e1ni k jeho instalaci. Instalaci dokon\u010dete podle pokyn\u016f na obrazovce.<\/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\">Vyberte Konfigurovat<\/h2>\n                <div class=\"step-content\">\n                    <p>Po v\u00fdb\u011bru PVR IPTV Simple Client zvolte <span class=\"highlight\">\"&quot;Konfigurovat&quot;\"<\/span> mo\u017enost p\u0159\u00edstupu k nastaven\u00ed.<\/p>\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                            <!-- Add-on Info Screen -->\n                            <rect x=\"150\" y=\"30\" width=\"300\" height=\"190\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"160\" y=\"40\" width=\"280\" height=\"170\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Add-on Header -->\n                            <rect x=\"160\" y=\"40\" width=\"280\" height=\"60\" rx=\"2\" fill=\"#17b2e7\" opacity=\"0.2\" \/>\n                            <text x=\"220\" y=\"65\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Jednoduch\u00fd klient PVR IPTV<\/text>\n                            <text x=\"220\" y=\"85\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Verze 3.8.8<\/text>\n                            \n                            <!-- Action Buttons -->\n                            <rect x=\"200\" y=\"120\" width=\"200\" height=\"30\" rx=\"15\" fill=\"#17b2e7\" \/>\n                            <text x=\"265\" y=\"140\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Konfigurovat<\/text>\n                            \n                            <rect x=\"200\" y=\"160\" width=\"200\" height=\"30\" rx=\"15\" fill=\"#2D3748\" \/>\n                            <text x=\"270\" y=\"180\" font-family=\"Arial\" font-size=\"14\" fill=\"#A0AEC0\">Zak\u00e1zat<\/text>\n                        <\/svg>\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\">Vyberte Obecn\u00e9<\/h2>\n                <div class=\"step-content\">\n                    <p>V konfigura\u010dn\u00ed nab\u00eddce vyberte <span class=\"highlight\">\"&quot;Gener\u00e1l&quot;\"<\/span> pro p\u0159\u00edstup k hlavn\u00edm nastaven\u00edm klienta PVR.<\/p>\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                            <!-- Configuration Screen -->\n                            <rect x=\"100\" y=\"30\" width=\"400\" height=\"190\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"170\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Tabs -->\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"40\" rx=\"2\" fill=\"#17b2e7\" opacity=\"0.2\" \/>\n                            <rect x=\"120\" y=\"40\" width=\"80\" height=\"40\" rx=\"2\" fill=\"#17b2e7\" \/>\n                            <text x=\"140\" y=\"65\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Gener\u00e1l<\/text>\n                            \n                            <text x=\"220\" y=\"65\" font-family=\"Arial\" font-size=\"14\" fill=\"#A0AEC0\">Elektronick\u00fd pr\u016fvodce programem<\/text>\n                            <text x=\"320\" y=\"65\" font-family=\"Arial\" font-size=\"14\" fill=\"#A0AEC0\">Loga kan\u00e1l\u016f<\/text>\n                            \n                            <!-- Settings Fields -->\n                            <rect x=\"130\" y=\"100\" width=\"340\" height=\"30\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"140\" y=\"120\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Um\u00edst\u011bn\u00ed<\/text>\n                            <text x=\"350\" y=\"120\" font-family=\"Arial\" font-size=\"14\" fill=\"#17b2e7\">\u25bc<\/text>\n                            \n                            <rect x=\"130\" y=\"140\" width=\"340\" height=\"30\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"140\" y=\"160\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">URL seznamu skladeb M3U<\/text>\n                            <text x=\"350\" y=\"160\" font-family=\"Arial\" font-size=\"14\" fill=\"#17b2e7\">\u25b6<\/text>\n                        <\/svg>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 6 -->\n            <div class=\"step\">\n                <div class=\"step-number\">6<\/div>\n                <h2 class=\"step-title\">Konfigurace um\u00edst\u011bn\u00ed seznamu skladeb M3U<\/h2>\n                <div class=\"step-content\">\n                    <p>Vyberte typ um\u00edst\u011bn\u00ed pro v\u00e1\u0161 playlist M3U:<\/p>\n                    \n                    <ol>\n                        <li>Pokud m\u00e1te URL adresu M3U pro va\u0161e p\u0159edplatn\u00e9, nastavte ji <span class=\"highlight\">Um\u00edst\u011bn\u00ed<\/span> na <span class=\"highlight\">\"Vzd\u00e1len\u00e1 cesta\"<\/span><\/li>\n                        <li>Pak vyberte <span class=\"highlight\">URL seznamu skladeb M3U<\/span><\/li>\n                        <li>Zadejte URL adresu va\u0161eho seznamu skladeb M3U a vyberte <span class=\"highlight\">OK<\/span><\/li>\n                    <\/ol>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Alternativn\u00ed mo\u017enost<\/p>\n                        <p>Pokud m\u00e1te textov\u00fd soubor M3U ulo\u017een\u00fd lok\u00e1ln\u011b v s\u00edti\/po\u010d\u00edta\u010di\/za\u0159\u00edzen\u00ed, nastavte Um\u00edst\u011bn\u00ed na <span class=\"highlight\">\"M\u00edstn\u00ed cesta\"<\/span> (v\u010detn\u011b m\u00edstn\u00ed s\u00edt\u011b). Pot\u00e9 vyberte URL adresy M3U PlayList, p\u0159ejd\u011bte na m\u00edsto, kde je soubor ulo\u017een, a vyberte jej.<\/p>\n                    <\/div>\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                            <!-- Location dropdown Screen -->\n                            <rect x=\"150\" y=\"30\" width=\"300\" height=\"190\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"160\" y=\"40\" width=\"280\" height=\"170\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Dropdown Header -->\n                            <rect x=\"160\" y=\"40\" width=\"280\" height=\"40\" rx=\"2\" fill=\"#17b2e7\" opacity=\"0.2\" \/>\n                            <text x=\"250\" y=\"65\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Um\u00edst\u011bn\u00ed<\/text>\n                            \n                            <!-- Options -->\n                            <rect x=\"180\" y=\"100\" width=\"240\" height=\"30\" rx=\"3\" fill=\"#17b2e7\" \/>\n                            <text x=\"195\" y=\"120\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Vzd\u00e1len\u00e1 cesta (internetov\u00e1 adresa)<\/text>\n                            \n                            <rect x=\"180\" y=\"140\" width=\"240\" height=\"30\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"195\" y=\"160\" font-family=\"Arial\" font-size=\"14\" fill=\"#A0AEC0\">Lok\u00e1ln\u00ed cesta (v\u010detn\u011b lok\u00e1ln\u00ed s\u00edt\u011b)<\/text>\n                        <\/svg>\n                    <\/div>\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                            <!-- URL Input Screen -->\n                            <rect x=\"100\" y=\"30\" width=\"400\" height=\"190\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"170\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Header -->\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"40\" rx=\"2\" fill=\"#17b2e7\" opacity=\"0.2\" \/>\n                            <text x=\"225\" y=\"65\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">URL seznamu skladeb M3U<\/text>\n                            \n                            <!-- Input Field -->\n                            <rect x=\"130\" y=\"100\" width=\"340\" height=\"40\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"140\" y=\"125\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">http:\/\/iptv.provider.com\/get.php?username=xxx&amp;password=xxx<\/text>\n                            \n                            <!-- Buttons -->\n                            <rect x=\"320\" y=\"160\" width=\"70\" height=\"30\" rx=\"15\" fill=\"#17b2e7\" \/>\n                            <text x=\"345\" y=\"180\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">OK<\/text>\n                            \n                            <rect x=\"230\" y=\"160\" width=\"70\" height=\"30\" rx=\"15\" fill=\"#2D3748\" \/>\n                            <text x=\"245\" y=\"180\" font-family=\"Arial\" font-size=\"14\" fill=\"#A0AEC0\">Zru\u0161it<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>Ujist\u011bte se, \u017ee zad\u00e1v\u00e1te celou URL adresu v\u010detn\u011b p\u0159edpony \"http:\/\/\" nebo \"https:\/\/\" pro v\u00e1\u0161 playlist M3U. Zkontrolujte, zda neobsahuje p\u0159eklepy, proto\u017ee to je nej\u010dast\u011bj\u0161\u00ed p\u0159\u00ed\u010dina probl\u00e9m\u016f s nastaven\u00edm.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 7 -->\n            <div class=\"step\">\n                <div class=\"step-number\">7<\/div>\n                <h2 class=\"step-title\">Po\u010dkejte na na\u010dten\u00ed kan\u00e1l\u016f<\/h2>\n                <div class=\"step-content\">\n                    <p>Po konfiguraci nastaven\u00ed playlistu M3U:<\/p>\n                    \n                    <ol>\n                        <li>Vybrat <span class=\"highlight\">OK<\/span> pro ulo\u017een\u00ed nastaven\u00ed<\/li>\n                        <li>Po\u010dkejte na ozn\u00e1men\u00ed, \u017ee kan\u00e1ly byly na\u010dteny<\/li>\n                        <li>Vra\u0165te se na domovskou obrazovku Kodi a vyberte <span class=\"highlight\">televize<\/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                            <!-- TV Screen -->\n                            <rect x=\"100\" y=\"30\" width=\"400\" height=\"190\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"170\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Loading Notification -->\n                            <rect x=\"150\" y=\"60\" width=\"300\" height=\"40\" rx=\"5\" fill=\"rgba(23, 178, 231, 0.2)\" \/>\n                            <text x=\"190\" y=\"85\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">PVR: Kan\u00e1ly byly \u00fasp\u011b\u0161n\u011b na\u010dteny<\/text>\n                            \n                            <!-- Kodi TV Interface -->\n                            <rect x=\"150\" y=\"120\" width=\"80\" height=\"70\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"160\" y=\"130\" width=\"60\" height=\"50\" rx=\"3\" fill=\"#17b2e7\" opacity=\"0.3\" \/>\n                            <text x=\"175\" y=\"160\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Zpr\u00e1vy<\/text>\n                            \n                            <rect x=\"240\" y=\"120\" width=\"80\" height=\"70\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"250\" y=\"130\" width=\"60\" height=\"50\" rx=\"3\" fill=\"#17b2e7\" opacity=\"0.3\" \/>\n                            <text x=\"275\" y=\"160\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Sportovn\u00ed<\/text>\n                            \n                            <rect x=\"330\" y=\"120\" width=\"80\" height=\"70\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"340\" y=\"130\" width=\"60\" height=\"50\" rx=\"3\" fill=\"#17b2e7\" opacity=\"0.3\" \/>\n                            <text x=\"350\" y=\"160\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Filmy<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>V z\u00e1vislosti na velikosti va\u0161eho playlistu M3U m\u016f\u017ee na\u010dten\u00ed v\u0161ech kan\u00e1l\u016f chv\u00edli trvat. Bu\u010fte trp\u011bliv\u00ed a p\u0159ed pokusem o p\u0159\u00edstup do sekce TV po\u010dkejte na ozn\u00e1men\u00ed.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Step 8 -->\n            <div class=\"step\">\n                <div class=\"step-number\">8<\/div>\n                <h2 class=\"step-title\">U\u017eijte si svou IPTV slu\u017ebu<\/h2>\n                <div class=\"step-content\">\n                    <p>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> je nyn\u00ed nastaveno a p\u0159ipraveno k pou\u017eit\u00ed. Nyn\u00ed m\u016f\u017eete proch\u00e1zet kan\u00e1ly, vytv\u00e1\u0159et obl\u00edben\u00e9 polo\u017eky a u\u017e\u00edvat si streamovan\u00fd obsah na Kodi.<\/p>\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                            <!-- TV Screen -->\n                            <rect x=\"100\" y=\"30\" width=\"400\" height=\"190\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"170\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Channel Interface -->\n                            <rect x=\"120\" y=\"50\" width=\"120\" height=\"150\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"140\" y=\"70\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Skupiny kan\u00e1l\u016f<\/text>\n                            \n                            <!-- Group Entries -->\n                            <rect x=\"130\" y=\"80\" width=\"100\" height=\"25\" rx=\"3\" fill=\"#17b2e7\" \/>\n                            <text x=\"145\" y=\"97\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">V\u0161echny kan\u00e1ly<\/text>\n                            \n                            <rect x=\"130\" y=\"110\" width=\"100\" height=\"25\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"145\" y=\"127\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Sportovn\u00ed<\/text>\n                            \n                            <rect x=\"130\" y=\"140\" width=\"100\" height=\"25\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"145\" y=\"157\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Zpr\u00e1vy<\/text>\n                            \n                            <rect x=\"130\" y=\"170\" width=\"100\" height=\"25\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"145\" y=\"187\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Filmy<\/text>\n                            \n                            <!-- Video Player Area -->\n                            <rect x=\"250\" y=\"50\" width=\"230\" height=\"150\" rx=\"5\" fill=\"#000\" \/>\n                            \n                            <!-- Video Content (Stylized) -->\n                            <rect x=\"250\" y=\"50\" width=\"230\" height=\"150\" rx=\"5\" fill=\"#000\" \/>\n                            \n                            <!-- Channel Info Banner -->\n                            <rect x=\"250\" y=\"50\" width=\"230\" height=\"30\" rx=\"5\" fill=\"rgba(0,0,0,0.7)\" \/>\n                            <text x=\"265\" y=\"70\" font-family=\"Arial\" font-size=\"12\" fill=\"white\"><a href=\"https:\/\/novaiptv.to\/cs\/nejlepsi-iptv-predplatne-pro-zive-sportovni-prenosy\/\">Sports HD - \u017div\u00fd z\u00e1pas<\/a><\/text>\n                            \n                            <!-- EPG Info -->\n                            <rect x=\"250\" y=\"170\" width=\"230\" height=\"30\" rx=\"5\" fill=\"rgba(0,0,0,0.7)\" \/>\n                            <text x=\"260\" y=\"190\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">20:00 - 22:00 Premier League<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Tip pro profesion\u00e1ly<\/p>\n                        <p>Sv\u016fj z\u00e1\u017eitek ze sledov\u00e1n\u00ed si m\u016f\u017eete p\u0159izp\u016fsobit vytvo\u0159en\u00edm obl\u00edben\u00fdch polo\u017eek, \u00fapravou nastaven\u00ed zobrazen\u00ed a prozkoum\u00e1n\u00edm elektronick\u00e9ho programov\u00e9ho pr\u016fvodce (EPG), pokud je sou\u010d\u00e1st\u00ed va\u0161\u00ed slu\u017eby IPTV.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n            \n            <!-- Troubleshooting -->\n            <div class=\"step\">\n                <div class=\"step-number\">9<\/div>\n                <h2 class=\"step-title\">Tipy pro \u0159e\u0161en\u00ed probl\u00e9m\u016f<\/h2>\n                <div class=\"step-content\">\n                    <p>Pokud naraz\u00edte na n\u011bjak\u00e9 probl\u00e9my s nastaven\u00edm IPTV, vyzkou\u0161ejte tato b\u011b\u017en\u00e1 \u0159e\u0161en\u00ed:<\/p>\n                    \n                    <ul>\n                        <li><span class=\"highlight\">Nezobrazuj\u00ed se \u017e\u00e1dn\u00e9 kan\u00e1ly:<\/span> Ov\u011b\u0159te, zda je adresa URL va\u0161eho seznamu skladeb M3U spr\u00e1vn\u00e1 a zda je va\u0161e p\u0159edplatn\u00e9 aktivn\u00ed.<\/li>\n                        <li><span class=\"highlight\">Probl\u00e9my s ukl\u00e1d\u00e1n\u00edm do vyrovn\u00e1vac\u00ed pam\u011bti:<\/span> Zkontrolujte rychlost a stabilitu internetov\u00e9ho p\u0159ipojen\u00ed.<\/li>\n                        <li><span class=\"highlight\">Chyb\u00ed EPG:<\/span> Ujist\u011bte se, \u017ee je adresa URL va\u0161eho EPG spr\u00e1vn\u011b nakonfigurov\u00e1na na kart\u011b nastaven\u00ed EPG.<\/li>\n                        <li><span class=\"highlight\">Zamrznut\u00ed Kodi:<\/span> Zkuste vymazat mezipam\u011b\u0165 Kodi nebo restartovat aplikaci.<\/li>\n                    <\/ul>\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                            <!-- Troubleshooting Screen -->\n                            <rect x=\"100\" y=\"30\" width=\"400\" height=\"190\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"170\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Header -->\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"40\" rx=\"2\" fill=\"#17b2e7\" opacity=\"0.2\" \/>\n                            <text x=\"240\" y=\"65\" font-family=\"Arial\" font-size=\"16\" fill=\"white\">Odstra\u0148ov\u00e1n\u00ed probl\u00e9m\u016f<\/text>\n                            \n                            <!-- Connection Check -->\n                            <circle cx=\"140\" cy=\"100\" r=\"15\" fill=\"#ff9100\" \/>\n                            <text x=\"136\" y=\"105\" font-family=\"Arial\" font-size=\"16\" fill=\"white\">!<\/text>\n                            <text x=\"165\" y=\"105\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Zkontrolujte p\u0159ipojen\u00ed k internetu<\/text>\n                            \n                            <!-- URL Check -->\n                            <circle cx=\"140\" cy=\"140\" r=\"15\" fill=\"#ff9100\" \/>\n                            <text x=\"136\" y=\"145\" font-family=\"Arial\" font-size=\"16\" fill=\"white\">!<\/text>\n                            <text x=\"165\" y=\"145\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Ov\u011b\u0159te URL adresu M3U<\/text>\n                            \n                            <!-- Cache Clear -->\n                            <circle cx=\"140\" cy=\"180\" r=\"15\" fill=\"#ff9100\" \/>\n                            <text x=\"136\" y=\"185\" font-family=\"Arial\" font-size=\"16\" fill=\"white\">!<\/text>\n                            <text x=\"165\" y=\"185\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Vymazat mezipam\u011b\u0165 Kodi<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Pozn\u00e1mka<\/p>\n                        <p>Pokud probl\u00e9my p\u0159etrv\u00e1vaj\u00ed, zkuste odinstalovat a znovu nainstalovat dopln\u011bk PVR IPTV Simple Client. N\u011bkdy m\u016f\u017ee nov\u00e1 instalace vy\u0159e\u0161it probl\u00e9my s konfigurac\u00ed.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"iptv-footer\">\n            <p>Jste p\u0159ipraveni vylep\u0161it sv\u016fj z\u00e1bavn\u00ed z\u00e1\u017eitek? Objednejte si na\u0161i \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! S NovaIPTV, <a href=\"https:\/\/novaiptv.to\/cs\/embarking-on-the-iptv-odyssey\/\">bezprobl\u00e9mov\u00e9 streamov\u00e1n\u00ed<\/a> a \u010dek\u00e1 v\u00e1s nekone\u010dn\u00e1 z\u00e1bava. P\u0159ipojte se k budoucnosti televize je\u0161t\u011b dnes!<\/p>\n            <p>\u00a9 2025 <a href=\"https:\/\/novaiptv.to\/cs\/pruvodce-xtream-iptv-kanada-2025\/\">IPTV<\/a> Pr\u016fvodce nastaven\u00edm | Tato p\u0159\u00edru\u010dka slou\u017e\u00ed pouze pro vzd\u011bl\u00e1vac\u00ed \u00fa\u010dely<\/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 Setup PVR IPTV Simple Client on Kodi 17 (Krypton) and Up 1 Open Kodi and Navigate to TV Section Launch Kodi on your device and navigate to the TV section from the home screen. TV Movies&#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-4018","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/pages\/4018","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=4018"}],"version-history":[{"count":0,"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/pages\/4018\/revisions"}],"wp:attachment":[{"href":"https:\/\/novaiptv.to\/cs\/wp-json\/wp\/v2\/media?parent=4018"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}