{"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-v-17plus-2025","status":"publish","type":"page","link":"https:\/\/novaiptv.to\/tr\/kodi-v-17plus-2025\/","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>Kodi IPTV Kurulum K\u0131lavuzu<\/h1>\n            <p class=\"subtitle\">Kodi 17 (Krypton) ve \u00dczeri i\u00e7in PVR IPTV Basit \u0130stemci Kurulumu<\/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\">Kodi&#039;yi a\u00e7\u0131n ve TV B\u00f6l\u00fcm\u00fcne gidin<\/h2>\n                <div class=\"step-content\">\n                    <p>Cihaz\u0131n\u0131zda Kodi&#039;yi ba\u015flat\u0131n ve ana ekrandan TV b\u00f6l\u00fcm\u00fcne gidin.<\/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\">TV<\/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\">Filmler<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Profesyonel \u0130pucu<\/p>\n                        <p>E\u011fer Kodi&#039;de ilk defa IPTV kurulumu yap\u0131yorsan\u0131z, bu a\u015famada beklenen bir durum olan &quot;Mevcut kanal yok&quot; mesaj\u0131n\u0131 g\u00f6rebilirsiniz.<\/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\">Eklenti Taray\u0131c\u0131s\u0131na Girin<\/h2>\n                <div class=\"step-content\">\n                    <p>TV b\u00f6l\u00fcm\u00fcnden se\u00e7in <span class=\"highlight\">\"&quot;Eklenti taray\u0131c\u0131s\u0131na girin&quot;\"<\/span> PVR eklentilerine eri\u015fmek i\u00e7in.<\/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\">Mevcut Kanal Yok<\/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\">Eklenti taray\u0131c\u0131s\u0131na girin<\/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\">PVR IPTV Basit \u0130stemcisini Se\u00e7in<\/h2>\n                <div class=\"step-content\">\n                    <p>Eklenti taray\u0131c\u0131s\u0131nda, \u015funu bulun ve se\u00e7in: <span class=\"highlight\">\"&quot;PVR IPTV Basit \u0130stemcisi&quot;\"<\/span> Mevcut PVR istemcilerinin listesinden.<\/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\">PVR \u0130stemcileri<\/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\">PVR IPTV Basit \u0130stemci<\/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\">PVR HDHomeRun \u0130stemcisi<\/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\">PVR Stalker \u0130stemcisi<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Not<\/p>\n                        <p>PVR IPTV Basit \u0130stemcisi hen\u00fcz y\u00fckl\u00fc de\u011filse, \u00f6nce onu y\u00fcklemeniz istenecektir. Kurulumu tamamlamak i\u00e7in ekrandaki talimatlar\u0131 izleyin.<\/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\">Yap\u0131land\u0131r&#039;\u0131 se\u00e7in<\/h2>\n                <div class=\"step-content\">\n                    <p>PVR IPTV Basit \u0130stemcisini se\u00e7tikten sonra, <span class=\"highlight\">\"&quot;Yap\u0131land\u0131r&quot;\"<\/span> Ayarlara eri\u015fim se\u00e7ene\u011fi.<\/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\">PVR IPTV Basit \u0130stemci<\/text>\n                            <text x=\"220\" y=\"85\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">S\u00fcr\u00fcm 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\">Yap\u0131land\u0131r<\/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\">Devre d\u0131\u015f\u0131 b\u0131rakmak<\/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\">Genel&#039;i se\u00e7in<\/h2>\n                <div class=\"step-content\">\n                    <p>Yap\u0131land\u0131rma men\u00fcs\u00fcnde, \u015funu se\u00e7in: <span class=\"highlight\">\"&quot;Genel&quot;\"<\/span> PVR istemcisinin ana ayarlar\u0131na eri\u015fmek i\u00e7in sekmeyi kullan\u0131n.<\/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\">Genel<\/text>\n                            \n                            <text x=\"220\" y=\"65\" font-family=\"Arial\" font-size=\"14\" fill=\"#A0AEC0\">EPG<\/text>\n                            <text x=\"320\" y=\"65\" font-family=\"Arial\" font-size=\"14\" fill=\"#A0AEC0\">Kanal Logolar\u0131<\/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\">Konum<\/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\">M3U \u00c7alma Listesi URL&#039;si<\/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\">M3U \u00c7alma Listesi Konumunu Yap\u0131land\u0131r\u0131n<\/h2>\n                <div class=\"step-content\">\n                    <p>M3U \u00e7alma listeniz i\u00e7in konum t\u00fcr\u00fcn\u00fc se\u00e7in:<\/p>\n                    \n                    <ol>\n                        <li>Aboneli\u011finizin M3U URL&#039;si varsa, ayarlay\u0131n <span class=\"highlight\">Konum<\/span> ile <span class=\"highlight\">\"&quot;Uzak Yol&quot;\"<\/span><\/li>\n                        <li>Sonra se\u00e7in <span class=\"highlight\">M3U \u00c7alma Listesi URL&#039;si<\/span><\/li>\n                        <li>M3U \u00c7alma Listenizin URL&#039;sini girin ve se\u00e7in <span class=\"highlight\">TAMAM<\/span><\/li>\n                    <\/ol>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Alternatif Se\u00e7enek<\/p>\n                        <p>A\u011f\u0131n\u0131zda\/bilgisayar\u0131n\u0131zda\/kutunuzda yerel olarak depolanan bir M3U metin dosyan\u0131z varsa, Konumu \u015fu \u015fekilde ayarlay\u0131n: <span class=\"highlight\">\"&quot;Yerel Yol&quot;\"<\/span> (Yerel A\u011f dahil). Ard\u0131ndan M3U \u00c7alma Listesi URL&#039;sini se\u00e7in, dosyan\u0131n depoland\u0131\u011f\u0131 yere gidin ve dosyay\u0131 se\u00e7in.<\/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\">Konum<\/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\">Uzak Yol (\u0130nternet adresi)<\/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\">Yerel Yol (yerel a\u011f\u0131 i\u00e7erir)<\/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\">M3U \u00c7alma Listesi URL&#039;si<\/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\">TAMAM<\/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\">\u0130ptal etmek<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Profesyonel \u0130pucu<\/p>\n                        <p>M3U \u00e7alma listeniz i\u00e7in &quot;http:\/\/&quot; veya &quot;https:\/\/&quot; \u00f6nekini de i\u00e7eren tam URL&#039;yi girdi\u011finizden emin olun. Kurulum sorunlar\u0131n\u0131n en yayg\u0131n nedeni bu oldu\u011fundan, yaz\u0131m hatalar\u0131na kar\u015f\u0131 iki kez kontrol edin.<\/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\">Kanallar\u0131n Y\u00fcklenmesini Bekleyin<\/h2>\n                <div class=\"step-content\">\n                    <p>M3U \u00e7alma listesi ayarlar\u0131n\u0131 yap\u0131land\u0131rd\u0131ktan sonra:<\/p>\n                    \n                    <ol>\n                        <li>Se\u00e7me <span class=\"highlight\">TAMAM<\/span> ayarlar\u0131n\u0131z\u0131 kaydetmek i\u00e7in<\/li>\n                        <li>Kanallar\u0131n y\u00fcklendi\u011fine dair bildirimi bekleyin<\/li>\n                        <li>Kodi Ana Ekran\u0131na d\u00f6n\u00fcn ve se\u00e7in <span class=\"highlight\">TV<\/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: Kanallar ba\u015far\u0131yla y\u00fcklendi<\/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\">Haberler<\/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\">Spor<\/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\">Filmler<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Profesyonel \u0130pucu<\/p>\n                        <p>M3U \u00e7alma listenizin boyutuna ba\u011fl\u0131 olarak, t\u00fcm kanallar\u0131n y\u00fcklenmesi birka\u00e7 dakika s\u00fcrebilir. TV b\u00f6l\u00fcm\u00fcne eri\u015fmeden \u00f6nce sab\u0131rl\u0131 olun ve bildirimi bekleyin.<\/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\">IPTV Hizmetinizin Keyfini \u00c7\u0131kar\u0131n<\/h2>\n                <div class=\"step-content\">\n                    <p>Senin <a class=\"wpil_keyword_link\" href=\"https:\/\/novaiptv.to\/tr\/\"   title=\"IPTV hizmeti\" data-wpil-keyword-link=\"linked\">IPTV hizmeti<\/a> Art\u0131k kuruldu ve kullan\u0131ma haz\u0131r. Art\u0131k kanallara g\u00f6z atabilir, favoriler olu\u015fturabilir ve Kodi&#039;de i\u00e7erik ak\u0131\u015f\u0131n\u0131z\u0131n keyfini \u00e7\u0131karabilirsiniz.<\/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\">Kanal Gruplar\u0131<\/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\">T\u00fcm Kanallar<\/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\">Spor<\/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\">Haberler<\/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\">Filmler<\/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\/tr\/canli-sporlar-icin-en-iyi-iptv-aboneligi\/\">Spor HD - Canl\u0131 Ma\u00e7<\/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 Lig<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Profesyonel \u0130pucu<\/p>\n                        <p>IPTV hizmetinize dahilse, favoriler olu\u015fturarak, g\u00f6r\u00fcnt\u00fcleme ayarlar\u0131n\u0131 d\u00fczenleyerek ve Elektronik Program Rehberi&#039;ni (EPG) inceleyerek izleme deneyiminizi \u00f6zelle\u015ftirebilirsiniz.<\/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\">Sorun Giderme \u0130pu\u00e7lar\u0131<\/h2>\n                <div class=\"step-content\">\n                    <p>IPTV kurulumunuzda herhangi bir sorunla kar\u015f\u0131la\u015f\u0131rsan\u0131z, \u015fu yayg\u0131n \u00e7\u00f6z\u00fcmleri deneyin:<\/p>\n                    \n                    <ul>\n                        <li><span class=\"highlight\">Hi\u00e7bir kanal g\u00f6r\u00fcnm\u00fcyor:<\/span> M3U \u00e7alma listenizin URL&#039;sinin do\u011fru oldu\u011funu ve aboneli\u011finizin aktif oldu\u011funu do\u011frulay\u0131n.<\/li>\n                        <li><span class=\"highlight\">Arabelle\u011fe alma sorunlar\u0131:<\/span> \u0130nternet ba\u011flant\u0131 h\u0131z\u0131n\u0131z\u0131 ve kararl\u0131l\u0131\u011f\u0131n\u0131z\u0131 kontrol edin.<\/li>\n                        <li><span class=\"highlight\">EPG eksik:<\/span> EPG ayarlar\u0131 sekmesinde EPG URL&#039;nizin do\u011fru \u015fekilde yap\u0131land\u0131r\u0131ld\u0131\u011f\u0131ndan emin olun.<\/li>\n                        <li><span class=\"highlight\">Kodi donuyor:<\/span> Kodi \u00f6nbelle\u011fini temizlemeyi veya uygulamay\u0131 yeniden ba\u015flatmay\u0131 deneyin.<\/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\">Sorun giderme<\/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\">\u0130nternet Ba\u011flant\u0131s\u0131n\u0131 Kontrol Edin<\/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\">M3U URL&#039;sini do\u011frulay\u0131n<\/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\">Kodi \u00d6nbelle\u011fini Temizle<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Not<\/p>\n                        <p>Sorunlar devam ederse, PVR IPTV Simple Client eklentisini kald\u0131r\u0131p yeniden y\u00fcklemeyi deneyin. Bazen yeni bir kurulum yap\u0131land\u0131rma sorunlar\u0131n\u0131 \u00e7\u00f6zebilir.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"iptv-footer\">\n            <p>E\u011flence deneyiminizi bir \u00fcst seviyeye ta\u015f\u0131maya haz\u0131r m\u0131s\u0131n\u0131z? Son teknoloji \u00fcr\u00fcnlerimizi sipari\u015f edin <a href=\"https:\/\/novaiptv.to\/tr\/android-tv-2025\/\">IPTV hizmetlerini \u015fimdi edinin ve canl\u0131 bir d\u00fcnyan\u0131n kilidini a\u00e7\u0131n<\/a> kanallar, VOD&#039;ler, diziler ve filmler! NovaIPTV ile, <a href=\"https:\/\/novaiptv.to\/tr\/embarking-on-the-iptv-odyssey\/\">kesintisiz yay\u0131n<\/a> ve sonsuz e\u011flence sizi bekliyor. TV&#039;nin gelece\u011fine bug\u00fcn kat\u0131l\u0131n!<\/p>\n            <p>\u00a9 2025 <a href=\"https:\/\/novaiptv.to\/tr\/xtream-iptv-kanada-2025-rehberi\/\">IPTV<\/a> Kurulum K\u0131lavuzu | Bu k\u0131lavuz yaln\u0131zca e\u011fitim ama\u00e7l\u0131d\u0131r<\/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\/tr\/wp-json\/wp\/v2\/pages\/4018","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/novaiptv.to\/tr\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/novaiptv.to\/tr\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/tr\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/tr\/wp-json\/wp\/v2\/comments?post=4018"}],"version-history":[{"count":0,"href":"https:\/\/novaiptv.to\/tr\/wp-json\/wp\/v2\/pages\/4018\/revisions"}],"wp:attachment":[{"href":"https:\/\/novaiptv.to\/tr\/wp-json\/wp\/v2\/media?parent=4018"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}