{"id":3962,"date":"2024-02-01T12:11:04","date_gmt":"2024-02-01T12:11:04","guid":{"rendered":"https:\/\/novaiptv.org\/?page_id=3962"},"modified":"2024-02-01T12:11:04","modified_gmt":"2024-02-01T12:11:04","slug":"android-tv-2025","status":"publish","type":"page","link":"https:\/\/novaiptv.to\/tr\/android-tv-2025\/","title":{"rendered":"Android TV"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"3962\" class=\"elementor elementor-3962\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-258a9e8 e-flex e-con-boxed e-con e-parent\" data-id=\"258a9e8\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5978982 elementor-widget elementor-widget-html\" data-id=\"5978982\" data-element_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: #00b0ff;\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        }\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(--primary-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(0, 176, 255, 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(--primary-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(--primary-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(--primary-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(0, 176, 255, 0.4);\n        }\n        \n        .step-title {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--primary-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(--primary-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=\"M21,17H3V5H21M21,3H3A2,2 0 0,0 1,5V17A2,2 0 0,0 3,19H8V21H16V19H21A2,2 0 0,0 23,17V5A2,2 0 0,0 21,3M9,7H15V15H9V7M10,8V14H14V8H10Z\" \/>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <h1>Android TV IPTV Kurulum K\u0131lavuzu<\/h1>\n            <p class=\"subtitle\">Android TV&#039;nizde binlerce kanal\u0131 kolayca izleyin<\/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\">\u0130nternete ba\u011flan\u0131n<\/h2>\n                <div class=\"step-content\">\n                    <p>Android TV&#039;nizin Wi-Fi veya Ethernet kablosu arac\u0131l\u0131\u011f\u0131yla internete ba\u011fl\u0131 oldu\u011fundan emin olun.<\/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                            <!-- TV Stand -->\n                            <rect x=\"270\" y=\"210\" width=\"60\" height=\"10\" fill=\"#4A5568\" \/>\n                            <rect x=\"290\" y=\"210\" width=\"20\" height=\"30\" fill=\"#4A5568\" \/>\n                            \n                            <!-- WiFi Symbol -->\n                            <path d=\"M300,120 C326,120 347,141 347,167 M300,140 C315,140 327,152 327,167 M300,160 C304,160 307,163 307,167\" stroke=\"#00b0ff\" stroke-width=\"5\" fill=\"none\" \/>\n                            \n                            <!-- Ethernet Symbol -->\n                            <rect x=\"230\" y=\"150\" width=\"40\" height=\"20\" rx=\"2\" fill=\"#3d5afe\" \/>\n                            <rect x=\"235\" y=\"155\" width=\"5\" height=\"10\" fill=\"#1A1A2E\" \/>\n                            <rect x=\"245\" y=\"155\" width=\"5\" height=\"10\" fill=\"#1A1A2E\" \/>\n                            <rect x=\"255\" y=\"155\" width=\"5\" height=\"10\" fill=\"#1A1A2E\" \/>\n                            <path d=\"M230,160 L200,160\" stroke=\"#3d5afe\" stroke-width=\"3\" fill=\"none\" \/>\n                            \n                            <!-- Router -->\n                            <rect x=\"150\" y=\"150\" width=\"40\" height=\"25\" rx=\"3\" fill=\"#4A5568\" \/>\n                            <circle cx=\"160\" cy=\"158\" r=\"2\" fill=\"#00c853\" \/>\n                            <circle cx=\"170\" cy=\"158\" r=\"2\" fill=\"#00c853\" \/>\n                            <circle cx=\"180\" cy=\"158\" r=\"2\" fill=\"#ff9100\" \/>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Profesyonel \u0130pucu<\/p>\n                        <p>En iyi yay\u0131n deneyimini ya\u015famak i\u00e7in, \u00f6zellikle HD veya 4K i\u00e7erikler i\u00e7in daha istikrarl\u0131 h\u0131zlar sunan bir Ethernet ba\u011flant\u0131s\u0131 kullanmay\u0131 d\u00fc\u015f\u00fcn\u00fcn.<\/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\">Bir IPTV Uygulamas\u0131 y\u00fckleyin<\/h2>\n                <div class=\"step-content\">\n                    <p>Bir\u00e7ok <a href=\"https:\/\/novaiptv.to\/tr\/firestick-icin-en-iyi-iptv-oynaticisi\/\">IPTV uygulamalar\u0131<\/a> Android TV i\u00e7in Google Play Store&#039;da mevcuttur. Pop\u00fcler se\u00e7eneklerden biri &quot;TiviMate&quot;dir. <a href=\"https:\/\/novaiptv.to\/tr\/firestick-icin-en-iyi-iptv-oynaticisi\/\">IPTV Oynat\u0131c\u0131s\u0131&quot; ancak herhangi bir uygulamay\u0131 se\u00e7ebilirsiniz<\/a> Tercihlerinize uygun olan\u0131.<\/p>\n                    \n                    <p>Bir uygulamay\u0131 y\u00fcklemek i\u00e7in:<\/p>\n                    <ol>\n                        <li>Bas\u0131n <span class=\"highlight\">\"&quot;Ev&quot;\"<\/span> Android TV kumandan\u0131zdaki d\u00fc\u011fmeye bas\u0131n.<\/li>\n                        <li>\u015euraya gidin: <span class=\"highlight\">\"&quot;Uygulamalar&quot;\"<\/span> b\u00f6l\u00fcm\u00fcne gidin ve Google Play Store&#039;u a\u00e7\u0131n.<\/li>\n                        <li>Y\u00fcklemek istedi\u011finiz IPTV uygulamas\u0131n\u0131 bulmak i\u00e7in arama \u00e7ubu\u011funu kullan\u0131n.<\/li>\n                        <li>Uygulamay\u0131 se\u00e7in ve ard\u0131ndan <span class=\"highlight\">\"&quot;D\u00fczenlemek&quot;\"<\/span> d\u00fc\u011fme.<\/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=\"220\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"200\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Play Store -->\n                            <rect x=\"180\" y=\"80\" width=\"240\" height=\"160\" rx=\"5\" fill=\"#111\" \/>\n                            <rect x=\"180\" y=\"80\" width=\"240\" height=\"40\" rx=\"5\" fill=\"#1E293B\" \/>\n                            \n                            <!-- Play Store Logo -->\n                            <path d=\"M210,100 L230,100 L220,90 Z\" fill=\"#00C853\" \/>\n                            <path d=\"M210,100 L230,100 L220,110 Z\" fill=\"#3D5AFE\" \/>\n                            <path d=\"M210,100 L220,90 L220,110 Z\" fill=\"#FFD600\" \/>\n                            <path d=\"M230,100 L220,90 L220,110 Z\" fill=\"#FF3D00\" \/>\n                            \n                            <text x=\"250\" y=\"105\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Play Store<\/text>\n                            \n                            <!-- Search Bar -->\n                            <rect x=\"190\" y=\"130\" width=\"220\" height=\"30\" rx=\"15\" fill=\"#2D3748\" \/>\n                            <text x=\"240\" y=\"150\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">&quot;TiviMate&quot;i aray\u0131n\"<\/text>\n                            <circle cx=\"205\" cy=\"145\" r=\"8\" stroke=\"#A0AEC0\" stroke-width=\"2\" fill=\"none\" \/>\n                            <line x1=\"211\" y1=\"151\" x2=\"215\" y2=\"155\" stroke=\"#A0AEC0\" stroke-width=\"2\" \/>\n                            \n                            <!-- IPTV App Icon -->\n                            <rect x=\"190\" y=\"170\" width=\"60\" height=\"60\" rx=\"10\" fill=\"#00b0ff\" \/>\n                            <text x=\"205\" y=\"207\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">TiviMate<\/text>\n                            <path d=\"M210,185 L230,195 L210,205 Z\" fill=\"white\" \/>\n                            \n                            <!-- Install Button -->\n                            <rect x=\"330\" y=\"185\" width=\"80\" height=\"30\" rx=\"15\" fill=\"#00c853\" \/>\n                            <text x=\"350\" y=\"205\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">D\u00fczenlemek<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Not<\/p>\n                        <p>Baz\u0131 <a href=\"https:\/\/novaiptv.to\/tr\/canli-sporlar-icin-en-iyi-iptv-aboneligi\/\">IPTV uygulamalar\u0131 s\u0131n\u0131rl\u0131 \u00f6zelliklere sahip \u00fccretsiz bir s\u00fcr\u00fcm sunabilir<\/a> geli\u015fmi\u015f \u00f6zelliklere sahip premium versiyonuyla. \u0130htiya\u00e7lar\u0131n\u0131za g\u00f6re se\u00e7im yap\u0131n.<\/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\">IPTV Uygulamas\u0131n\u0131 Yap\u0131land\u0131r\u0131n<\/h2>\n                <div class=\"step-content\">\n                    <p>Uygulama y\u00fcklendikten sonra, onu cihaz\u0131n\u0131zla yap\u0131land\u0131rman\u0131z gerekir. <a class=\"wpil_keyword_link\" href=\"https:\/\/novaiptv.to\/tr\/\"   title=\"IPTV aboneli\u011fi\" data-wpil-keyword-link=\"linked\">IPTV aboneli\u011fi<\/a> Ayr\u0131nt\u0131lar. &quot;TiviMate IPTV Oynat\u0131c\u0131&quot; \u00f6rne\u011fini kullanarak bunu nas\u0131l yapaca\u011f\u0131n\u0131z\u0131 a\u015fa\u011f\u0131da g\u00f6rebilirsiniz:<\/p>\n                    \n                    <ol>\n                        <li>Y\u00fckledi\u011finiz IPTV uygulamas\u0131n\u0131 ba\u015flat\u0131n (\u00f6rne\u011fin TiviMate).<\/li>\n                        <li>Girmeniz istenecektir <a class=\"wpil_keyword_link\" href=\"https:\/\/novaiptv.to\/tr\/2025te-iptv-ve-kablo-maliyet-karsilastirmasi\/\"   title=\"IPTV Aboneli\u011fi ve Kablo TV: 2025 Maliyet Kar\u015f\u0131la\u015ft\u0131rmas\u0131 \u2013 Daha Fazla Tasarruf Edin\" data-wpil-keyword-link=\"linked\"  data-wpil-monitor-id=\"13\">IPTV aboneli\u011fi<\/a> Bilgi. Bunlar genellikle a\u015fa\u011f\u0131daki ayr\u0131nt\u0131lar\u0131 i\u00e7erir:\n                            <ul>\n                                <li><a href=\"https:\/\/novaiptv.to\/tr\/xtream-iptv-kanada-2025-rehberi\/\">IPTV hizmeti<\/a> sa\u011flay\u0131c\u0131n\u0131n URL&#039;si (bunu \u00f6demeden sonra gelen kutunuza alacaks\u0131n\u0131z)<\/span><\/li>\n                                <li>Kullan\u0131c\u0131 Ad\u0131 ve \u015eifre<\/li>\n                            <\/ul>\n                        <\/li>\n                        <li>Gerekli bilgileri girin ve kurulumu tamamlamak i\u00e7in ekrandaki talimatlar\u0131 izleyin.<\/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=\"220\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"200\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- App Config Screen -->\n                            <rect x=\"170\" y=\"70\" width=\"260\" height=\"160\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"260\" y=\"95\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Abonelik Ekle<\/text>\n                            \n                            <!-- Form Fields -->\n                            <rect x=\"190\" y=\"110\" width=\"220\" height=\"30\" rx=\"5\" fill=\"#1A1A2E\" \/>\n                            <text x=\"200\" y=\"130\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\"><a href=\"https:\/\/novaiptv.to\/tr\/2025in-en-iyi-ingiltere-iptv-hizmetleri\/\">IPTV Hizmeti<\/a> URL<\/text>\n                            \n                            <rect x=\"190\" y=\"150\" width=\"220\" height=\"30\" rx=\"5\" fill=\"#1A1A2E\" \/>\n                            <text x=\"200\" y=\"170\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Kullan\u0131c\u0131 ad\u0131<\/text>\n                            \n                            <rect x=\"190\" y=\"190\" width=\"220\" height=\"30\" rx=\"5\" fill=\"#1A1A2E\" \/>\n                            <text x=\"200\" y=\"210\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">\u015eifre<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Profesyonel \u0130pucu<\/p>\n                        <p>Abonelik bilgilerinizi ald\u0131\u011f\u0131n\u0131zda ekran g\u00f6r\u00fcnt\u00fcs\u00fcn\u00fc al\u0131n veya gelecekte ba\u015fvurmak \u00fczere g\u00fcvenli bir not alma uygulamas\u0131na kaydedin.<\/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\">IPTV Kanallar\u0131 Ekle<\/h2>\n                <div class=\"step-content\">\n                    <p>Aboneli\u011finizi olu\u015fturduktan sonra, IPTV kanallar\u0131n\u0131 uygulamaya eklemeniz gerekecektir. Bu i\u015flem kulland\u0131\u011f\u0131n\u0131z uygulamaya g\u00f6re de\u011fi\u015fiklik g\u00f6sterebilir, ancak genel olarak \u015funlar\u0131 yapabilirsiniz:<\/p>\n                    \n                    <ol>\n                        <li>Uygulaman\u0131n ana men\u00fcs\u00fcne veya ayarlar\u0131na eri\u015fin.<\/li>\n                        <li>\u015euna benzer bir se\u00e7enek aray\u0131n: <span class=\"highlight\">\"&quot;\u00c7alma Listesi Ekle&quot;\"<\/span> veya <span class=\"highlight\">\"&quot;Kanal Ekle.&quot;\"<\/span><\/li>\n                        <li>Sa\u011flanan URL&#039;yi veya M3U \u00e7alma listesi ba\u011flant\u0131s\u0131n\u0131 girin <a href=\"https:\/\/novaiptv.to\/tr\/iptv-aboneligi-satin-al-abd-2025\/\">NOVA IPTV<\/a>. Eri\u015fiminiz olan kanallar\u0131n listesini i\u00e7erir.<\/li>\n                        <li>Uygulama muhtemelen \u00e7alma listesine bir ad vermenizi isteyecektir. \u00c7alma listesi i\u00e7in tan\u0131nabilir bir ad girin.<\/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=\"220\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"200\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- App Playlist Screen -->\n                            <rect x=\"130\" y=\"60\" width=\"340\" height=\"180\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"240\" y=\"85\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">\u00c7alma Listesi Ekle<\/text>\n                            \n                            <!-- Form Fields -->\n                            <rect x=\"150\" y=\"100\" width=\"300\" height=\"30\" rx=\"5\" fill=\"#1A1A2E\" \/>\n                            <text x=\"160\" y=\"120\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">\u00c7alma Listesi Ad\u0131: Kanallar\u0131m<\/text>\n                            \n                            <rect x=\"150\" y=\"140\" width=\"300\" height=\"30\" rx=\"5\" fill=\"#1A1A2E\" \/>\n                            <text x=\"160\" y=\"160\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">M3U URL&#039;si: http:\/\/iptv.provider.com\/get.php?...<\/text>\n                            \n                            <!-- Add Button -->\n                            <rect x=\"350\" y=\"180\" width=\"100\" height=\"40\" rx=\"20\" fill=\"#00c853\" \/>\n                            <text x=\"378\" y=\"205\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Eklemek<\/text>\n                            \n                            <!-- Channel Icons (Background) -->\n                            <rect x=\"150\" y=\"180\" width=\"40\" height=\"40\" rx=\"5\" fill=\"#4A5568\" opacity=\"0.5\" \/>\n                            <rect x=\"200\" y=\"180\" width=\"40\" height=\"40\" rx=\"5\" fill=\"#4A5568\" opacity=\"0.5\" \/>\n                            <rect x=\"250\" y=\"180\" width=\"40\" height=\"40\" rx=\"5\" fill=\"#4A5568\" opacity=\"0.5\" \/>\n                            <rect x=\"300\" y=\"180\" width=\"40\" height=\"40\" rx=\"5\" fill=\"#4A5568\" opacity=\"0.5\" \/>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">Not<\/p>\n                        <p>Baz\u0131 uygulamalar birden fazla \u00e7alma listesini destekleyerek kanallar\u0131n\u0131z\u0131 kategorilere veya sa\u011flay\u0131c\u0131lara g\u00f6re d\u00fczenlemenize olanak tan\u0131r.<\/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\">Android TV&#039;de IPTV&#039;nin keyfini \u00e7\u0131kar\u0131n<\/h2>\n                <div class=\"step-content\">\n                    <p>\u00c7alma listesini ekledikten sonra uygulama kanal bilgilerini alacakt\u0131r. \u0130\u015flem tamamland\u0131ktan sonra \u00e7alma listesine ba\u015flayabilirsiniz. <a href=\"https:\/\/novaiptv.to\/tr\/iptv\/uk\/\" title=\"IPTV UK 2025 \u2013 Nova IPTV ile Premier Lig ve Daha Fazlas\u0131n\u0131 \u0130zleyin\"  data-wpil-monitor-id=\"163\">IPTV&#039;nizi izlerken<\/a> kanallar:<\/p>\n                    \n                    <ol>\n                        <li>Uygulaman\u0131n ana men\u00fcs\u00fcne veya ana ekran\u0131na gidin.<\/li>\n                        <li>Kanal listesine g\u00f6z at\u0131n ve izlemek istedi\u011finiz kanal\u0131 se\u00e7in.<\/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=\"220\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <rect x=\"110\" y=\"40\" width=\"380\" height=\"200\" rx=\"2\" fill=\"#1A1A2E\" \/>\n                            \n                            <!-- Channel Interface -->\n                            <rect x=\"120\" y=\"50\" width=\"130\" height=\"180\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"140\" y=\"75\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">Kanal Listesi<\/text>\n                            \n                            <!-- Channel Entries -->\n                            <rect x=\"130\" y=\"90\" width=\"110\" height=\"25\" rx=\"3\" fill=\"#3d5afe\" \/>\n                            <text x=\"145\" y=\"107\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Spor HD<\/text>\n                            \n                            <rect x=\"130\" y=\"120\" width=\"110\" height=\"25\" rx=\"3\" fill=\"#1A1A2E\" \/>\n                            <text x=\"145\" y=\"137\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Filmler<\/text>\n                            \n                            <rect x=\"130\" y=\"150\" width=\"110\" height=\"25\" rx=\"3\" fill=\"#1A1A2E\" \/>\n                            <text x=\"145\" y=\"167\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">Haberler<\/text>\n                            \n                            <rect x=\"130\" y=\"180\" width=\"110\" height=\"25\" rx=\"3\" fill=\"#1A1A2E\" \/>\n                            <text x=\"145\" y=\"197\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">\u00c7ocuklar<\/text>\n                            \n                            <!-- Video Player Area -->\n                            <rect x=\"260\" y=\"50\" width=\"220\" height=\"180\" rx=\"5\" fill=\"#000\" \/>\n                            \n                            <!-- Video Content (Stylized) -->\n                            <rect x=\"260\" y=\"50\" width=\"220\" height=\"180\" rx=\"5\" fill=\"#000\" \/>\n                            <circle cx=\"370\" cy=\"140\" r=\"40\" fill=\"#00b0ff\" opacity=\"0.7\" \/>\n                            <path d=\"M355,125 L395,140 L355,155 Z\" fill=\"white\" \/>\n                            \n                            <!-- Channel Info Banner -->\n                            <rect x=\"260\" y=\"50\" width=\"220\" height=\"30\" rx=\"5\" fill=\"rgba(0,0,0,0.7)\" \/>\n                            <text x=\"275\" y=\"70\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">Spor HD - Canl\u0131 Oyun<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">Profesyonel \u0130pucu<\/p>\n                        <p>\u00c7o\u011fu IPTV uygulamas\u0131 favoriler, kanal kategorileri ve EPG (Elektronik Program Rehberi) gibi \u00f6zellikler sunar. \u0130zleme deneyiminizi geli\u015ftirmek i\u00e7in bu \u00f6zellikleri ke\u015ffedin.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"iptv-footer\">\n            <p>\u00a9 2025 <a href=\"https:\/\/novaiptv.to\/tr\/iptv-kanadada-yasal-mi\/\">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>Android TV IPTV Setup Guide Stream thousands of channels easily on your Android TV 1 Connect to the Internet Make sure your Android TV is connected to the Internet, either via Wi-Fi or an Ethernet cable. Pro Tip For the&#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-3962","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/novaiptv.to\/tr\/wp-json\/wp\/v2\/pages\/3962","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=3962"}],"version-history":[{"count":0,"href":"https:\/\/novaiptv.to\/tr\/wp-json\/wp\/v2\/pages\/3962\/revisions"}],"wp:attachment":[{"href":"https:\/\/novaiptv.to\/tr\/wp-json\/wp\/v2\/media?parent=3962"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}