{"id":4012,"date":"2024-02-01T14:34:39","date_gmt":"2024-02-01T14:34:39","guid":{"rendered":"https:\/\/novaiptv.org\/?page_id=4012"},"modified":"2024-02-01T14:34:39","modified_gmt":"2024-02-01T14:34:39","slug":"kodi-%ce%ad%ce%ba%ce%b4%ce%bf%cf%83%ce%b7-17-2025","status":"publish","type":"page","link":"https:\/\/novaiptv.to\/el\/kodi-%ce%ad%ce%ba%ce%b4%ce%bf%cf%83%ce%b7-17-2025\/","title":{"rendered":"Kodi \/ V -17"},"content":{"rendered":"<div data-elementor-type=\"wp-page\" data-elementor-id=\"4012\" class=\"elementor elementor-4012\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-5ec58b2 e-flex e-con-boxed e-con e-parent\" data-id=\"5ec58b2\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dca1985 elementor-widget elementor-widget-html\" data-id=\"dca1985\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<div class=\"iptv-tutorial-wrapper\">\n    <style>\n        :root {\n            --primary-color: #17b2ff;\n            --secondary-color: #3d5afe;\n            --dark-color: #333333;\n            --light-color: #F3F3F3;\n            --text-color: #333333;\n            --light-text: #F3F3F3;\n            --success-color: #00c853;\n            --warning-color: #ff9100;\n            --kodi-color: #12b1eb;\n        }\n        \n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\n        }\n        \n        .iptv-tutorial-wrapper {\n            background-color: var(--light-color);\n            color: var(--text-color);\n            line-height: 1.6;\n            padding: 20px 0;\n        }\n        \n        .iptv-container {\n            max-width: 1000px;\n            margin: 0 auto;\n            padding: 20px;\n        }\n        \n        .iptv-header {\n            text-align: center;\n            margin-bottom: 40px;\n            position: relative;\n            padding-top: 30px;\n        }\n        \n        .logo-container {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            margin-bottom: 20px;\n        }\n        \n        .logo {\n            width: 120px;\n            height: 120px;\n            background: linear-gradient(135deg, var(--kodi-color), var(--secondary-color));\n            border-radius: 20px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            box-shadow: 0 10px 20px rgba(18, 177, 235, 0.3);\n        }\n        \n        .logo svg {\n            width: 70px;\n            height: 70px;\n            fill: white;\n        }\n        \n        h1 {\n            font-size: 2.5rem;\n            margin-bottom: 10px;\n            background: linear-gradient(90deg, var(--kodi-color), var(--secondary-color));\n            -webkit-background-clip: text;\n            background-clip: text;\n            color: transparent;\n            display: inline-block;\n        }\n        \n        .subtitle {\n            font-size: 1.2rem;\n            color: #555555;\n            margin-bottom: 20px;\n        }\n        \n        .version-tabs {\n            display: flex;\n            justify-content: center;\n            margin-bottom: 30px;\n            gap: 10px;\n        }\n        \n        .version-tab {\n            padding: 10px 20px;\n            background: white;\n            border-radius: 20px;\n            box-shadow: 0 3px 8px rgba(0, 0, 0, 0.1);\n            font-weight: 600;\n            cursor: pointer;\n            transition: all 0.3s ease;\n            border: 2px solid transparent;\n        }\n        \n        .version-tab.active {\n            border-color: var(--kodi-color);\n            color: var(--kodi-color);\n            background: rgba(18, 177, 235, 0.1);\n        }\n        \n        .version-tab:hover {\n            transform: translateY(-2px);\n            box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);\n        }\n        \n        .steps-container {\n            display: flex;\n            flex-direction: column;\n            gap: 30px;\n        }\n        \n        .step {\n            background-color: white;\n            border-radius: 15px;\n            padding: 25px;\n            position: relative;\n            overflow: hidden;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);\n            border-left: 4px solid var(--kodi-color);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        \n        .step:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);\n        }\n        \n        .step-number {\n            position: absolute;\n            top: -10px;\n            right: -10px;\n            width: 60px;\n            height: 60px;\n            background: linear-gradient(135deg, var(--kodi-color), var(--secondary-color));\n            border-radius: 50%;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-size: 1.5rem;\n            font-weight: bold;\n            color: white;\n            box-shadow: 0 5px 10px rgba(18, 177, 235, 0.4);\n        }\n        \n        .step-title {\n            font-size: 1.5rem;\n            margin-bottom: 15px;\n            color: var(--kodi-color);\n            padding-right: 50px;\n        }\n        \n        .step-content {\n            margin-left: 15px;\n        }\n        \n        .step-content p {\n            margin-bottom: 15px;\n        }\n        \n        ul, ol {\n            margin-left: 30px;\n            margin-bottom: 15px;\n        }\n        \n        li {\n            margin-bottom: 10px;\n        }\n        \n        .highlight {\n            color: var(--kodi-color);\n            font-weight: 600;\n        }\n        \n        .note {\n            background-color: rgba(255, 145, 0, 0.1);\n            border-left: 3px solid var(--warning-color);\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 5px;\n        }\n        \n        .note-title {\n            color: var(--warning-color);\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n        \n        .tip {\n            background-color: rgba(0, 200, 83, 0.1);\n            border-left: 3px solid var(--success-color);\n            padding: 15px;\n            margin: 20px 0;\n            border-radius: 5px;\n        }\n        \n        .tip-title {\n            color: var(--success-color);\n            font-weight: bold;\n            margin-bottom: 5px;\n        }\n        \n        .illustration {\n            margin: 20px 0;\n            text-align: center;\n        }\n        \n        .illustration svg {\n            max-width: 100%;\n            height: auto;\n            border-radius: 10px;\n            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);\n            background-color: #2D3748;\n        }\n        \n        .iptv-footer {\n            text-align: center;\n            margin-top: 50px;\n            padding: 20px;\n            color: #555555;\n            font-size: 0.9rem;\n        }\n        \n        @media (max-width: 768px) {\n            .iptv-container {\n                padding: 15px;\n            }\n            \n            h1 {\n                font-size: 2rem;\n            }\n            \n            .step {\n                padding: 20px;\n            }\n            \n            .step-number {\n                width: 50px;\n                height: 50px;\n                font-size: 1.2rem;\n            }\n            \n            .step-title {\n                font-size: 1.3rem;\n            }\n        }\n    <\/style>\n    <div class=\"iptv-container\">\n        <div class=\"iptv-header\">\n            <div class=\"logo-container\">\n                <div class=\"logo\">\n                    <svg viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path d=\"M12,2C6.48,2 2,6.48 2,12C2,17.52 6.48,22 12,22C17.52,22 22,17.52 22,12C22,6.48 17.52,2 12,2M12,20C7.59,20 4,16.41 4,12C4,7.59 7.59,4 12,4C16.41,4 20,7.59 20,12C20,16.41 16.41,20 12,20M9,7V17H11V13H13V17H15V7H13V11H11V7H9Z\" \/>\n                    <\/svg>\n                <\/div>\n            <\/div>\n            <h1>\u039f\u03b4\u03b7\u03b3\u03cc\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 Kodi IPTV<\/h1>\n            <p class=\"subtitle\">\u039e\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03c3\u03c4\u03b5 \u03c7\u03b9\u03bb\u03b9\u03ac\u03b4\u03b5\u03c2 \u03ba\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1 \u03c3\u03c4\u03bf \u03ba\u03ad\u03bd\u03c4\u03c1\u03bf \u03c0\u03bf\u03bb\u03c5\u03bc\u03ad\u03c3\u03c9\u03bd Kodi \u03c3\u03b1\u03c2<\/p>\n        <\/div>\n        \n        <div class=\"version-tabs\">\n            <div class=\"version-tab active\">Kodi v17 (\u039a\u03c1\u03c5\u03c0\u03c4\u03cc\u03bd)<\/div>\n            <div class=\"version-tab\">Kodi v16 \u03ba\u03b1\u03b9 \u03c0\u03b1\u03bb\u03b1\u03b9\u03cc\u03c4\u03b5\u03c1\u03b5\u03c2 \u03b5\u03ba\u03b4\u03cc\u03c3\u03b5\u03b9\u03c2<\/div>\n        <\/div>\n        \n        <div class=\"steps-container\">\n            <!-- Step 1 -->\n            <div class=\"step\">\n                <div class=\"step-number\">1<\/div>\n                <h2 class=\"step-title\">\u0395\u03ba\u03ba\u03af\u03bd\u03b7\u03c3\u03b7 Kodi \u03ba\u03b1\u03b9 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03a0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2<\/h2>\n                <div class=\"step-content\">\n                    <p>\u039e\u03b5\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03b1\u03bd\u03bf\u03af\u03b3\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c4\u03bf Kodi \u03c3\u03c4\u03b7 \u03c3\u03c5\u03c3\u03ba\u03b5\u03c5\u03ae \u03c3\u03b1\u03c2 \u03ba\u03b1\u03b9 \u03bc\u03b5\u03c4\u03b1\u03b2\u03b1\u03af\u03bd\u03bf\u03bd\u03c4\u03b1\u03c2 \u03c3\u03c4\u03bf \u03bc\u03b5\u03bd\u03bf\u03cd \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd:<\/p>\n                    \n                    <ol>\n                        <li>\u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03b9\u03ba\u03ae \u03bf\u03b8\u03cc\u03bd\u03b7 \u03c4\u03bf\u03c5 Kodi, \u03ba\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf <span class=\"highlight\">\u03b5\u03b9\u03ba\u03bf\u03bd\u03af\u03b4\u03b9\u03bf \u03b3\u03c1\u03b1\u03bd\u03b1\u03b6\u03b9\u03bf\u03cd<\/span> \u03b3\u03b9\u03b1 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03c4\u03b9\u03c2 \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2<\/li>\n                        <li>\u03a3\u03c4\u03bf Kodi v17 (Krypton), \u03b7 \u03b4\u03b9\u03b5\u03c0\u03b1\u03c6\u03ae \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c9\u03bd \u03ad\u03c7\u03b5\u03b9 \u03b5\u03c0\u03b1\u03bd\u03b1\u03c3\u03c7\u03b5\u03b4\u03b9\u03b1\u03c3\u03c4\u03b5\u03af \u03bc\u03b5 \u03c0\u03b9\u03bf \u03bc\u03bf\u03bd\u03c4\u03ad\u03c1\u03bd\u03b1 \u03b5\u03bc\u03c6\u03ac\u03bd\u03b9\u03c3\u03b7.<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Kodi Interface -->\n                            <rect x=\"50\" y=\"20\" width=\"500\" height=\"210\" rx=\"5\" fill=\"#12182B\" \/>\n                            \n                            <!-- Kodi Logo -->\n                            <circle cx=\"300\" cy=\"70\" r=\"40\" fill=\"#12b1eb\" \/>\n                            <text x=\"285\" y=\"75\" font-family=\"Arial\" font-weight=\"bold\" font-size=\"18\" fill=\"white\">KODI<\/text>\n                            \n                            <!-- Main Menu Options -->\n                            <rect x=\"100\" y=\"130\" width=\"80\" height=\"30\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"120\" y=\"150\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">\u039a\u03b9\u03bd\u03b7\u03bc\u03b1\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03bf\u03c2<\/text>\n                            \n                            <rect x=\"200\" y=\"130\" width=\"80\" height=\"30\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"225\" y=\"150\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">\u03c4\u03b7\u03bb\u03b5\u03cc\u03c1\u03b1\u03c3\u03b7<\/text>\n                            \n                            <rect x=\"300\" y=\"130\" width=\"80\" height=\"30\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"320\" y=\"150\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">\u039c\u03bf\u03c5\u03c3\u03b9\u03ba\u03ae<\/text>\n                            \n                            <rect x=\"400\" y=\"130\" width=\"80\" height=\"30\" rx=\"5\" fill=\"#3d5afe\" \/>\n                            <text x=\"415\" y=\"150\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2<\/text>\n                            \n                            <!-- Gear Icon -->\n                            <circle cx=\"440\" cy=\"180\" r=\"20\" fill=\"#12b1eb\" \/>\n                            <path d=\"M440,170 L440,190 M430,180 L450,180\" stroke=\"white\" stroke-width=\"2\" \/>\n                            <circle cx=\"440\" cy=\"180\" r=\"5\" fill=\"white\" \/>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">\u03a3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03ae \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03af\u03b1<\/p>\n                        <p>\u0392\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03b7 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03bf\u03c5 Kodi \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03bd\u03b7\u03bc\u03b5\u03c1\u03c9\u03bc\u03ad\u03bd\u03b7 \u03c0\u03c1\u03b9\u03bd \u03c0\u03c1\u03bf\u03c7\u03c9\u03c1\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c3\u03c4\u03b7\u03bd \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03b7\u03c2 IPTV. \u0391\u03c5\u03c4\u03cc \u03b4\u03b9\u03b1\u03c3\u03c6\u03b1\u03bb\u03af\u03b6\u03b5\u03b9 \u03c4\u03b7 \u03c3\u03c5\u03bc\u03b2\u03b1\u03c4\u03cc\u03c4\u03b7\u03c4\u03b1 \u03bc\u03b5 \u03c4\u03b1 \u03c0\u03b9\u03bf \u03c0\u03c1\u03cc\u03c3\u03c6\u03b1\u03c4\u03b1 \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b1.<\/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\">\u039c\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf PVR IPTV Simple Client<\/h2>\n                <div class=\"step-content\">\n                    <p>\u03a3\u03c4\u03bf Kodi v17 (Krypton), \u03b7 \u03b4\u03b9\u03b1\u03b4\u03b9\u03ba\u03b1\u03c3\u03af\u03b1 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7\u03c2 \u03c3\u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 PVR \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03bb\u03b1\u03c6\u03c1\u03ce\u03c2 \u03b4\u03b9\u03b1\u03c6\u03bf\u03c1\u03b5\u03c4\u03b9\u03ba\u03ae:<\/p>\n                    \n                    <ol>\n                        <li>\u0391\u03c0\u03cc \u03c4\u03bf \u03bc\u03b5\u03bd\u03bf\u03cd \u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2, \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 <span class=\"highlight\">\u03a0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b1<\/span><\/li>\n                        <li>\u03a3\u03c4\u03b7 \u03c3\u03c5\u03bd\u03ad\u03c7\u03b5\u03b9\u03b1, \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 <span class=\"highlight\">\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03b1\u03c0\u03cc \u03b1\u03c0\u03bf\u03b8\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf<\/span><\/li>\n                        <li>\u0395\u03c0\u03b9\u03bb\u03ad\u03b3\u03c9 <span class=\"highlight\">\u0391\u03c0\u03bf\u03b8\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03c9\u03bd Kodi<\/span><\/li>\n                        <li>\u03a0\u03bb\u03bf\u03ae\u03b3\u03b7\u03c3\u03b7 \u03c3\u03b5 <span class=\"highlight\">\u03a0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 PVR<\/span><\/li>\n                        <li>\u0392\u03c1\u03b5\u03af\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03c4\u03b5 <span class=\"highlight\">\u0391\u03c0\u03bb\u03cc\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 PVR IPTV<\/span><\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Kodi Menu Interface -->\n                            <rect x=\"100\" y=\"25\" width=\"400\" height=\"200\" rx=\"5\" fill=\"#12182B\" \/>\n                            \n                            <!-- Header -->\n                            <rect x=\"100\" y=\"25\" width=\"400\" height=\"40\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"250\" y=\"50\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">\u03a0\u03b5\u03bb\u03ac\u03c4\u03b5\u03c2 PVR<\/text>\n                            \n                            <!-- Menu Items -->\n                            <rect x=\"120\" y=\"80\" width=\"360\" height=\"35\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"140\" y=\"103\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">\u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03b9\u03ae\u03c3\u03b5\u03c9\u03bd Nextup<\/text>\n                            \n                            <rect x=\"120\" y=\"125\" width=\"360\" height=\"35\" rx=\"3\" fill=\"#12b1eb\" \/>\n                            <text x=\"140\" y=\"148\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">\u0391\u03c0\u03bb\u03cc\u03c2 \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 PVR IPTV<\/text>\n                            \n                            <rect x=\"120\" y=\"170\" width=\"360\" height=\"35\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"140\" y=\"193\" font-family=\"Arial\" font-size=\"12\" fill=\"#A0AEC0\">\u03a0\u03c1\u03cc\u03b3\u03c1\u03b1\u03bc\u03bc\u03b1-\u03c0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 PVR HDHomeRun<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03bc\u03b1<\/p>\n                        <p>\u0395\u03ac\u03bd \u03b4\u03b5\u03bd \u03b2\u03bb\u03ad\u03c0\u03b5\u03c4\u03b5 \u03c4\u03bf PVR IPTV Simple Client, \u03b2\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03b7 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 Kodi \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03b9 \u03c4\u03bf \u03b5\u03c0\u03af\u03c3\u03b7\u03bc\u03bf \u03b1\u03c0\u03bf\u03b8\u03b5\u03c4\u03ae\u03c1\u03b9\u03bf \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03c9\u03bd Kodi. \u0391\u03c5\u03c4\u03cc \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c0\u03c1\u03bf\u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae \u03c3\u03c4\u03b9\u03c2 \u03c4\u03c5\u03c0\u03b9\u03ba\u03ad\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ac\u03c3\u03b5\u03b9\u03c2.<\/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\">\u0395\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03ba\u03b1\u03b9 \u03c1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03c4\u03c1\u03c9\u03bd \u03c4\u03bf\u03c5 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2-\u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 PVR<\/h2>\n                <div class=\"step-content\">\n                    <p>\u0391\u03c6\u03bf\u03cd \u03b5\u03c0\u03b9\u03bb\u03ad\u03be\u03b5\u03c4\u03b5 \u03c4\u03bf PVR IPTV Simple Client, \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03c4\u03bf \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03c4\u03bf \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03b5\u03c4\u03b5:<\/p>\n                    \n                    <ol>\n                        <li>\u039a\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf <span class=\"highlight\">\u0395\u03b3\u03ba\u03b1\u03b8\u03b9\u03c3\u03c4\u03ce<\/span> \u03ba\u03bf\u03c5\u03bc\u03c0\u03af \u03b3\u03b9\u03b1 \u03bb\u03ae\u03c8\u03b7 \u03ba\u03b1\u03b9 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7 \u03c4\u03bf\u03c5 \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03bf\u03c5<\/li>\n                        <li>\u039c\u03cc\u03bb\u03b9\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03b1\u03b8\u03b5\u03af, \u03ba\u03ac\u03bd\u03c4\u03b5 \u03ba\u03bb\u03b9\u03ba \u03c3\u03c4\u03bf <span class=\"highlight\">\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03c4\u03c1\u03c9\u03bd<\/span><\/li>\n                        <li>\u03a0\u03bb\u03bf\u03b7\u03b3\u03b7\u03b8\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf <span class=\"highlight\">\u0393\u03b5\u03bd\u03b9\u03ba\u03cc\u03c2<\/span> \u03b1\u03c5\u03c4\u03af<\/li>\n                        <li>\u0395\u03c0\u03b9\u03bb\u03ad\u03b3\u03c9 <span class=\"highlight\">URL \u03bb\u03af\u03c3\u03c4\u03b1\u03c2 \u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 M3U<\/span> \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae<\/li>\n                        <li>\u0395\u03b9\u03c3\u03b1\u03b3\u03ac\u03b3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL M3U \u03c0\u03bf\u03c5 \u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 <a class=\"wpil_keyword_link\" href=\"https:\/\/novaiptv.to\/el\/\"   title=\"\u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 IPTV\" data-wpil-keyword-link=\"linked\">\u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 IPTV<\/a><\/li>\n                        <li>\u039a\u03bb\u03b9\u03ba <span class=\"highlight\">\u0395\u039d\u03a4\u0391\u039e\u0395\u0399<\/span> \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03b8\u03b7\u03ba\u03b5\u03cd\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03ae \u03c3\u03b1\u03c2<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Config Dialog -->\n                            <rect x=\"100\" y=\"25\" width=\"400\" height=\"200\" rx=\"5\" fill=\"#2D3748\" \/>\n                            \n                            <!-- Header -->\n                            <rect x=\"100\" y=\"25\" width=\"400\" height=\"40\" rx=\"5\" fill=\"#12182B\" \/>\n                            <text x=\"220\" y=\"50\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">\u0391\u03c0\u03bb\u03ad\u03c2 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2-\u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 PVR IPTV<\/text>\n                            \n                            <!-- Tabs -->\n                            <rect x=\"120\" y=\"75\" width=\"80\" height=\"25\" rx=\"3\" fill=\"#12b1eb\" \/>\n                            <text x=\"140\" y=\"92\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u0393\u03b5\u03bd\u03b9\u03ba\u03cc\u03c2<\/text>\n                            \n                            <rect x=\"210\" y=\"75\" width=\"80\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"230\" y=\"92\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">\u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03bf\u03b4\u03b7\u03b3\u03cc \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 (\u0397\u03a0\u0394)<\/text>\n                            \n                            <rect x=\"300\" y=\"75\" width=\"80\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"315\" y=\"92\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">\u039b\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03b1 \u03ba\u03b1\u03bd\u03b1\u03bb\u03b9\u03ce\u03bd<\/text>\n                            \n                            <!-- Form Elements -->\n                            <rect x=\"120\" y=\"115\" width=\"360\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"130\" y=\"132\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u03a4\u03bf\u03c0\u03bf\u03b8\u03b5\u03c3\u03af\u03b1:<\/text>\n                            <text x=\"230\" y=\"132\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">\u0391\u03c0\u03bf\u03bc\u03b1\u03ba\u03c1\u03c5\u03c3\u03bc\u03ad\u03bd\u03b7 \u03b4\u03b9\u03b1\u03b4\u03c1\u03bf\u03bc\u03ae (\u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 \u0394\u03b9\u03b1\u03b4\u03b9\u03ba\u03c4\u03cd\u03bf\u03c5)<\/text>\n                            \n                            <rect x=\"120\" y=\"150\" width=\"360\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"130\" y=\"167\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">URL \u03bb\u03af\u03c3\u03c4\u03b1\u03c2 \u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 M3U:<\/text>\n                            <text x=\"230\" y=\"167\" font-family=\"Arial\" font-size=\"10\" fill=\"#12b1eb\">http:\/\/your.iptv.provider\/playlist.m3u<\/text>\n                            \n                            <!-- Buttons -->\n                            <rect x=\"350\" y=\"190\" width=\"60\" height=\"25\" rx=\"3\" fill=\"#00c853\" \/>\n                            <text x=\"370\" y=\"207\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u0395\u039d\u03a4\u0391\u039e\u0395\u0399<\/text>\n                            \n                            <rect x=\"280\" y=\"190\" width=\"60\" height=\"25\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"295\" y=\"207\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u039c\u03b1\u03c4\u03b1\u03af\u03c9\u03c3\u03b7<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">\u03a3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03ae \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03af\u03b1<\/p>\n                        <p>\u0397 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL M3U \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03ad\u03c7\u03b5\u03b9 \u03c4\u03b7 \u03bc\u03bf\u03c1\u03c6\u03ae: <span class=\"highlight\">http:\/\/provider.domain\/get.php?username=YOUR_USERNAME&password=YOUR_PASSWORD&type=m3u_plus<\/span>. \u0392\u03b5\u03b2\u03b1\u03b9\u03c9\u03b8\u03b5\u03af\u03c4\u03b5 \u03cc\u03c4\u03b9 \u03ad\u03c7\u03b5\u03c4\u03b5 \u03b1\u03bd\u03c4\u03b9\u03ba\u03b1\u03c4\u03b1\u03c3\u03c4\u03ae\u03c3\u03b5\u03b9 \u03c4\u03b1 placeholders \u03bc\u03b5 \u03c4\u03b1 \u03c0\u03c1\u03b1\u03b3\u03bc\u03b1\u03c4\u03b9\u03ba\u03ac \u03c3\u03b1\u03c2 \u03b4\u03b9\u03b1\u03c0\u03b9\u03c3\u03c4\u03b5\u03c5\u03c4\u03ae\u03c1\u03b9\u03b1.<\/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\">\u03a1\u03cd\u03b8\u03bc\u03b9\u03c3\u03b7 \u03c0\u03b1\u03c1\u03b1\u03bc\u03ad\u03c4\u03c1\u03c9\u03bd EPG (\u03a0\u03c1\u03bf\u03b1\u03b9\u03c1\u03b5\u03c4\u03b9\u03ba\u03cc \u03b1\u03bb\u03bb\u03ac \u03c3\u03c5\u03bd\u03b9\u03c3\u03c4\u03ac\u03c4\u03b1\u03b9)<\/h2>\n                <div class=\"step-content\">\n                    <p>\u0393\u03b9\u03b1 \u03bd\u03b1 \u03bb\u03ac\u03b2\u03b5\u03c4\u03b5 \u03c0\u03bb\u03b7\u03c1\u03bf\u03c6\u03bf\u03c1\u03af\u03b5\u03c2 \u03bf\u03b4\u03b7\u03b3\u03bf\u03cd \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 \u03b3\u03b9\u03b1 \u03c4\u03b1 \u03ba\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1 \u03c3\u03b1\u03c2, \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03b5\u03c0\u03af\u03c3\u03b7\u03c2 \u03bd\u03b1 \u03b4\u03b9\u03b1\u03bc\u03bf\u03c1\u03c6\u03ce\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u039f\u03b4\u03b7\u03b3\u03cc \u03a0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 (EPG):<\/p>\n                    \n                    <ol>\n                        <li>\u039c\u03ad\u03c3\u03b1 \u03c3\u03c4\u03b7 \u03b4\u03b9\u03b1\u03bc\u03cc\u03c1\u03c6\u03c9\u03c3\u03b7 \u03c4\u03bf\u03c5 PVR IPTV Simple Client, \u03bc\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf <span class=\"highlight\">\u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03bf\u03b4\u03b7\u03b3\u03cc \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 (\u0397\u03a0\u0394)<\/span> \u03b1\u03c5\u03c4\u03af<\/li>\n                        <li>\u039a\u03b1\u03b8\u03b9\u03c3\u03c4\u03ce \u03b9\u03ba\u03b1\u03bd\u03cc <span class=\"highlight\">\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03bf\u03cd \u039f\u03b4\u03b7\u03b3\u03bf\u03cd \u03a0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 (EPG)<\/span> \u03b1\u03bd \u03b4\u03b5\u03bd \u03b5\u03af\u03bd\u03b1\u03b9 \u03ae\u03b4\u03b7 \u03b5\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf<\/li>\n                        <li>\u039f\u03c1\u03af\u03c3\u03c4\u03b5 \u03c4\u03b7 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL \u03c4\u03bf\u03c5 EPG \u03c3\u03b5 \u03b1\u03c5\u03c4\u03ae\u03bd \u03c0\u03bf\u03c5 \u03c0\u03b1\u03c1\u03ad\u03c7\u03b5\u03c4\u03b1\u03b9 \u03b1\u03c0\u03cc \u03c4\u03bf\u03bd \u03c7\u03c1\u03ae\u03c3\u03c4\u03b7 <a href=\"https:\/\/novaiptv.to\/el\/%ce%bf%ce%b4%ce%b7%ce%b3%cf%8c%cf%82-xtream-iptv-%ce%ba%ce%b1%ce%bd%ce%b1%ce%b4%ce%ac%cf%82-2025\/\">\u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b1 IPTV<\/a><\/li>\n                        <li>\u03a0\u03bb\u03ad\u03bf\u03bd <a href=\"https:\/\/novaiptv.to\/el\/%ce%ba%ce%b1%ce%bb%cf%8d%cf%84%ce%b5%cf%81%ce%b5%cf%82-%cf%85%cf%80%ce%b7%cf%81%ce%b5%cf%83%ce%af%ce%b5%cf%82-iptv-%cf%83%cf%84%ce%bf-%ce%b7%ce%bd%cf%89%ce%bc%ce%ad%ce%bd%ce%bf-%ce%b2%ce%b1%cf%83\/\">\u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 IPTV<\/a> \u0394\u03ce\u03c3\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03b4\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL XMLTV EPG \u03bc\u03b5 \u03c4\u03b7 \u03bc\u03bf\u03c1\u03c6\u03ae: <span class=\"highlight\">http:\/\/provider.domain\/xmltv.php?username=YOUR_USERNAME&password=YOUR_PASSWORD<\/span><\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Config Dialog -->\n                            <rect x=\"100\" y=\"25\" width=\"400\" height=\"200\" rx=\"5\" fill=\"#2D3748\" \/>\n                            \n                            <!-- Header -->\n                            <rect x=\"100\" y=\"25\" width=\"400\" height=\"40\" rx=\"5\" fill=\"#12182B\" \/>\n                            <text x=\"220\" y=\"50\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">\u0391\u03c0\u03bb\u03ad\u03c2 \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2-\u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 PVR IPTV<\/text>\n                            \n                            <!-- Tabs -->\n                            <rect x=\"120\" y=\"75\" width=\"80\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"140\" y=\"92\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">\u0393\u03b5\u03bd\u03b9\u03ba\u03cc\u03c2<\/text>\n                            \n                            <rect x=\"210\" y=\"75\" width=\"80\" height=\"25\" rx=\"3\" fill=\"#12b1eb\" \/>\n                            <text x=\"230\" y=\"92\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u0397\u03bb\u03b5\u03ba\u03c4\u03c1\u03bf\u03bd\u03b9\u03ba\u03cc \u03bf\u03b4\u03b7\u03b3\u03cc \u03c0\u03c1\u03bf\u03b3\u03c1\u03ac\u03bc\u03bc\u03b1\u03c4\u03bf\u03c2 (\u0397\u03a0\u0394)<\/text>\n                            \n                            <rect x=\"300\" y=\"75\" width=\"80\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"315\" y=\"92\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">\u039b\u03bf\u03b3\u03cc\u03c4\u03c5\u03c0\u03b1 \u03ba\u03b1\u03bd\u03b1\u03bb\u03b9\u03ce\u03bd<\/text>\n                            \n                            <!-- Form Elements -->\n                            <rect x=\"120\" y=\"115\" width=\"360\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"130\" y=\"132\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u03a1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03b9\u03c2 EPG:<\/text>\n                            <text x=\"360\" y=\"132\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u0395\u03bd\u03b5\u03c1\u03b3\u03bf\u03c0\u03bf\u03b9\u03b7\u03bc\u03ad\u03bd\u03bf<\/text>\n                            \n                            <rect x=\"120\" y=\"150\" width=\"360\" height=\"25\" rx=\"3\" fill=\"#12182B\" \/>\n                            <text x=\"130\" y=\"167\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u0394\u03b9\u03b5\u03cd\u03b8\u03c5\u03bd\u03c3\u03b7 URL XMLTV:<\/text>\n                            <text x=\"230\" y=\"167\" font-family=\"Arial\" font-size=\"10\" fill=\"#12b1eb\">http:\/\/your.iptv.provider\/xmltv.php<\/text>\n                            \n                            <!-- Buttons -->\n                            <rect x=\"350\" y=\"190\" width=\"60\" height=\"25\" rx=\"3\" fill=\"#00c853\" \/>\n                            <text x=\"370\" y=\"207\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u0395\u039d\u03a4\u0391\u039e\u0395\u0399<\/text>\n                            \n                            <rect x=\"280\" y=\"190\" width=\"60\" height=\"25\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"295\" y=\"207\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u039c\u03b1\u03c4\u03b1\u03af\u03c9\u03c3\u03b7<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"note\">\n                        <p class=\"note-title\">\u03a3\u03b7\u03bc\u03b5\u03af\u03c9\u03bc\u03b1<\/p>\n                        <p>\u039f\u03c1\u03b9\u03c3\u03bc\u03ad\u03bd\u03bf\u03b9 \u03c0\u03ac\u03c1\u03bf\u03c7\u03bf\u03b9 IPTV \u03c0\u03b5\u03c1\u03b9\u03bb\u03b1\u03bc\u03b2\u03ac\u03bd\u03bf\u03c5\u03bd \u03b4\u03b5\u03b4\u03bf\u03bc\u03ad\u03bd\u03b1 EPG \u03c3\u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03b1\u03bd\u03b1\u03c0\u03b1\u03c1\u03b1\u03b3\u03c9\u03b3\u03ae\u03c2 M3U. \u03a3\u03b5 \u03b1\u03c5\u03c4\u03ad\u03c2 \u03c4\u03b9\u03c2 \u03c0\u03b5\u03c1\u03b9\u03c0\u03c4\u03ce\u03c3\u03b5\u03b9\u03c2, \u03bc\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03b1\u03c6\u03ae\u03c3\u03b5\u03c4\u03b5 \u03ba\u03b5\u03bd\u03cc \u03c4\u03bf \u03c0\u03b5\u03b4\u03af\u03bf URL EPG. \u0395\u03c0\u03b9\u03ba\u03bf\u03b9\u03bd\u03c9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03bc\u03b5 \u03c4\u03bf\u03bd \u03c0\u03ac\u03c1\u03bf\u03c7\u03cc \u03c3\u03b1\u03c2 \u03b3\u03b9\u03b1 \u03c3\u03c5\u03b3\u03ba\u03b5\u03ba\u03c1\u03b9\u03bc\u03ad\u03bd\u03b5\u03c2 \u03bf\u03b4\u03b7\u03b3\u03af\u03b5\u03c2.<\/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\">\u0395\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf Kodi \u03ba\u03b1\u03b9 \u03b1\u03c0\u03bf\u03ba\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03ba\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1 IPTV<\/h2>\n                <div class=\"step-content\">\n                    <p>\u0391\u03c6\u03bf\u03cd \u03c1\u03c5\u03b8\u03bc\u03af\u03c3\u03b5\u03c4\u03b5 \u03c4\u03bf\u03bd \u03c0\u03b5\u03bb\u03ac\u03c4\u03b7 PVR, \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf Kodi \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b5\u03c6\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03c4\u03b5 \u03cc\u03bb\u03b5\u03c2 \u03c4\u03b9\u03c2 \u03b1\u03bb\u03bb\u03b1\u03b3\u03ad\u03c2:<\/p>\n                    \n                    <ol>\n                        <li>\u039a\u03bb\u03b5\u03af\u03c3\u03c4\u03b5 \u03ba\u03b1\u03b9 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03ae\u03c3\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03c6\u03b1\u03c1\u03bc\u03bf\u03b3\u03ae Kodi<\/li>\n                        <li>\u039c\u03cc\u03bb\u03b9\u03c2 \u03b5\u03c0\u03b1\u03bd\u03b5\u03ba\u03ba\u03b9\u03bd\u03b7\u03b8\u03b5\u03af \u03c4\u03bf Kodi, \u03b8\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03bd\u03b1 \u03b4\u03b5\u03af\u03c4\u03b5 \u03bc\u03b9\u03b1 \u03b5\u03b9\u03b4\u03bf\u03c0\u03bf\u03af\u03b7\u03c3\u03b7 \u03cc\u03c4\u03b9 \u03bf \u03c5\u03c0\u03bf\u03bb\u03bf\u03b3\u03b9\u03c3\u03c4\u03ae\u03c2-\u03c0\u03b5\u03bb\u03ac\u03c4\u03b7\u03c2 PVR \u03b5\u03af\u03bd\u03b1\u03b9 \u03c3\u03c5\u03bd\u03b4\u03b5\u03b4\u03b5\u03bc\u03ad\u03bd\u03bf\u03c2<\/li>\n                        <li>\u0391\u03c0\u03cc \u03c4\u03b7\u03bd \u03b1\u03c1\u03c7\u03b9\u03ba\u03ae \u03bf\u03b8\u03cc\u03bd\u03b7 \u03c4\u03bf\u03c5 Kodi, \u03bc\u03b5\u03c4\u03b1\u03b2\u03b5\u03af\u03c4\u03b5 \u03c3\u03c4\u03bf <span class=\"highlight\">\u03c4\u03b7\u03bb\u03b5\u03cc\u03c1\u03b1\u03c3\u03b7<\/span> \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ae<\/li>\n                        <li>\u0398\u03b1 \u03c0\u03c1\u03ad\u03c0\u03b5\u03b9 \u03c4\u03ce\u03c1\u03b1 \u03bd\u03b1 \u03b4\u03b5\u03af\u03c4\u03b5 \u03cc\u03bb\u03b1 \u03c4\u03b1 \u03ba\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1 \u03c3\u03b1\u03c2 \u03c3\u03c4\u03b7 \u03bb\u03af\u03c3\u03c4\u03b1 \u03ba\u03b1\u03b9 \u03bd\u03b1 \u03b5\u03af\u03bd\u03b1\u03b9 \u03b4\u03b9\u03b1\u03b8\u03ad\u03c3\u03b9\u03bc\u03b1 \u03b3\u03b9\u03b1 \u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae.<\/li>\n                    <\/ol>\n                    \n                    <div class=\"illustration\">\n                        <svg width=\"600\" height=\"250\" viewbox=\"0 0 600 250\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                            <rect width=\"600\" height=\"250\" fill=\"#1E293B\" rx=\"10\" \/>\n                            \n                            <!-- Kodi TV Section -->\n                            <rect x=\"50\" y=\"20\" width=\"500\" height=\"210\" rx=\"5\" fill=\"#12182B\" \/>\n                            \n                            <!-- Header -->\n                            <rect x=\"50\" y=\"20\" width=\"500\" height=\"40\" rx=\"5\" fill=\"#2D3748\" \/>\n                            <text x=\"275\" y=\"45\" font-family=\"Arial\" font-size=\"14\" fill=\"white\">\u03a4\u03b7\u03bb\u03b5\u03bf\u03c0\u03c4\u03b9\u03ba\u03ac \u03ba\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1<\/text>\n                            \n                            <!-- Sidebar -->\n                            <rect x=\"50\" y=\"60\" width=\"150\" height=\"170\" rx=\"0\" fill=\"#2D3748\" \/>\n                            <text x=\"80\" y=\"85\" font-family=\"Arial\" font-size=\"12\" fill=\"white\">\u039f\u03bc\u03ac\u03b4\u03b5\u03c2 \u03ba\u03b1\u03bd\u03b1\u03bb\u03b9\u03ce\u03bd<\/text>\n                            \n                            <rect x=\"60\" y=\"100\" width=\"130\" height=\"25\" rx=\"3\" fill=\"#12b1eb\" \/>\n                            <text x=\"80\" y=\"117\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u038c\u03bb\u03b1 \u03c4\u03b1 \u03ba\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1<\/text>\n                            \n                            <rect x=\"60\" y=\"135\" width=\"130\" height=\"25\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"80\" y=\"152\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">\u0391\u03b8\u03bb\u03b7\u03c4\u03b9\u03c3\u03bc\u03cc\u03c2<\/text>\n                            \n                            <rect x=\"60\" y=\"170\" width=\"130\" height=\"25\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"80\" y=\"187\" font-family=\"Arial\" font-size=\"11\" fill=\"#A0AEC0\">\u039a\u03b9\u03bd\u03b7\u03bc\u03b1\u03c4\u03bf\u03b3\u03c1\u03ac\u03c6\u03bf\u03c2<\/text>\n                            \n                            <!-- Channel List -->\n                            <rect x=\"210\" y=\"70\" width=\"330\" height=\"150\" rx=\"5\" fill=\"#111827\" \/>\n                            \n                            <rect x=\"220\" y=\"80\" width=\"310\" height=\"30\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"230\" y=\"100\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u0391\u03b8\u03bb\u03b7\u03c4\u03b9\u03ba\u03cc \u039a\u03b1\u03bd\u03ac\u03bb\u03b9 HD<\/text>\n                            <text x=\"480\" y=\"100\" font-family=\"Arial\" font-size=\"10\" fill=\"#A0AEC0\">001<\/text>\n                            \n                            <rect x=\"220\" y=\"120\" width=\"310\" height=\"30\" rx=\"3\" fill=\"#12b1eb\" \/>\n                            <text x=\"230\" y=\"140\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u039d\u03ad\u03b1 24\/7<\/text>\n                            <text x=\"480\" y=\"140\" font-family=\"Arial\" font-size=\"10\" fill=\"#A0AEC0\">002<\/text>\n                            \n                            <rect x=\"220\" y=\"160\" width=\"310\" height=\"30\" rx=\"3\" fill=\"#2D3748\" \/>\n                            <text x=\"230\" y=\"180\" font-family=\"Arial\" font-size=\"11\" fill=\"white\">\u039a\u03b1\u03bd\u03ac\u03bb\u03b9 \u03c4\u03b1\u03b9\u03bd\u03b9\u03ce\u03bd<\/text>\n                            <text x=\"480\" y=\"180\" font-family=\"Arial\" font-size=\"10\" fill=\"#A0AEC0\">003<\/text>\n                        <\/svg>\n                    <\/div>\n                    \n                    <div class=\"tip\">\n                        <p class=\"tip-title\">\u03a3\u03c5\u03bc\u03b2\u03bf\u03c5\u03bb\u03ae \u03b5\u03c0\u03b1\u03b3\u03b3\u03b5\u03bb\u03bc\u03b1\u03c4\u03af\u03b1<\/p>\n                        <p>\u039c\u03c0\u03bf\u03c1\u03b5\u03af\u03c4\u03b5 \u03bd\u03b1 \u03c0\u03c1\u03bf\u03c3\u03b1\u03c1\u03bc\u03cc\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03c0\u03c1\u03bf\u03b2\u03bf\u03bb\u03ae \u03ba\u03b1\u03bd\u03b1\u03bb\u03b9\u03bf\u03cd \u03c3\u03c4\u03bf Kodi \u03c7\u03c1\u03b7\u03c3\u03b9\u03bc\u03bf\u03c0\u03bf\u03b9\u03ce\u03bd\u03c4\u03b1\u03c2 \u03c6\u03af\u03bb\u03c4\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03b1\u03b3\u03b1\u03c0\u03b7\u03bc\u03ad\u03bd\u03b1. \u03a0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c4\u03bf \u03ba\u03bf\u03c5\u03bc\u03c0\u03af \u03c4\u03bf\u03c5 \u03bc\u03b5\u03bd\u03bf\u03cd \u03c0\u03b5\u03c1\u03b9\u03b2\u03ac\u03bb\u03bb\u03bf\u03bd\u03c4\u03bf\u03c2 (\u03c3\u03c5\u03bd\u03ae\u03b8\u03c9\u03c2 \u03c4\u03bf \u03c0\u03bb\u03ae\u03ba\u03c4\u03c1\u03bf C \u03c3\u03c4\u03bf \u03c0\u03bb\u03b7\u03ba\u03c4\u03c1\u03bf\u03bb\u03cc\u03b3\u03b9\u03bf \u03ae \u03c0\u03b1\u03c4\u03ae\u03c3\u03c4\u03b5 \u03c0\u03b1\u03c1\u03b1\u03c4\u03b5\u03c4\u03b1\u03bc\u03ad\u03bd\u03b1 \u03c3\u03c4\u03bf \u03c4\u03b7\u03bb\u03b5\u03c7\u03b5\u03b9\u03c1\u03b9\u03c3\u03c4\u03ae\u03c1\u03b9\u03bf) \u03b5\u03bd\u03ce \u03b5\u03af\u03bd\u03b1\u03b9 \u03b5\u03c0\u03b9\u03bb\u03b5\u03b3\u03bc\u03ad\u03bd\u03bf \u03ad\u03bd\u03b1 \u03ba\u03b1\u03bd\u03ac\u03bb\u03b9 \u03b3\u03b9\u03b1 \u03bd\u03b1 \u03b1\u03c0\u03bf\u03ba\u03c4\u03ae\u03c3\u03b5\u03c4\u03b5 \u03c0\u03c1\u03cc\u03c3\u03b2\u03b1\u03c3\u03b7 \u03c3\u03b5 \u03c0\u03c1\u03cc\u03c3\u03b8\u03b5\u03c4\u03b5\u03c2 \u03b5\u03c0\u03b9\u03bb\u03bf\u03b3\u03ad\u03c2.<\/p>\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n        \n        <div class=\"iptv-footer\">\n            <p>\u00a9 2025 <a href=\"https:\/\/novaiptv.to\/el\/%ce%b5%ce%af%ce%bd%ce%b1%ce%b9-%ce%bd%cf%8c%ce%bc%ce%b9%ce%bc%ce%bf-%cf%84%ce%bf-iptv-%cf%83%cf%84%ce%bf%ce%bd-%ce%ba%ce%b1%ce%bd%ce%b1%ce%b4%ce%ac\/\">IPTV<\/a> \u039f\u03b4\u03b7\u03b3\u03cc\u03c2 \u03b5\u03b3\u03ba\u03b1\u03c4\u03ac\u03c3\u03c4\u03b1\u03c3\u03b7\u03c2 | \u0391\u03c5\u03c4\u03cc\u03c2 \u03bf \u03bf\u03b4\u03b7\u03b3\u03cc\u03c2 \u03c0\u03c1\u03bf\u03bf\u03c1\u03af\u03b6\u03b5\u03c4\u03b1\u03b9 \u03bc\u03cc\u03bd\u03bf \u03b3\u03b9\u03b1 \u03b5\u03ba\u03c0\u03b1\u03b9\u03b4\u03b5\u03c5\u03c4\u03b9\u03ba\u03bf\u03cd\u03c2 \u03c3\u03ba\u03bf\u03c0\u03bf\u03cd\u03c2<\/p>\n            <p>\u0395\u03af\u03c3\u03c4\u03b5 \u03ad\u03c4\u03bf\u03b9\u03bc\u03bf\u03b9 \u03bd\u03b1 \u03b1\u03bd\u03b1\u03b2\u03b1\u03b8\u03bc\u03af\u03c3\u03b5\u03c4\u03b5 \u03c4\u03b7\u03bd \u03b5\u03bc\u03c0\u03b5\u03b9\u03c1\u03af\u03b1 \u03c8\u03c5\u03c7\u03b1\u03b3\u03c9\u03b3\u03af\u03b1\u03c2 \u03c3\u03b1\u03c2; \u03a0\u03b1\u03c1\u03b1\u03b3\u03b3\u03b5\u03af\u03bb\u03c4\u03b5 \u03c0\u03c1\u03bf\u03ca\u03cc\u03bd\u03c4\u03b1 \u03c4\u03b5\u03bb\u03b5\u03c5\u03c4\u03b1\u03af\u03b1\u03c2 \u03c4\u03b5\u03c7\u03bd\u03bf\u03bb\u03bf\u03b3\u03af\u03b1\u03c2 <a href=\"https:\/\/novaiptv.to\/el\/android-%cf%84%ce%b7%ce%bb%ce%b5%cf%8c%cf%81%ce%b1%cf%83%ce%b7-2025\/\">\u03a5\u03c0\u03b7\u03c1\u03b5\u03c3\u03af\u03b5\u03c2 IPTV \u03c4\u03ce\u03c1\u03b1 \u03ba\u03b1\u03b9 \u03be\u03b5\u03ba\u03bb\u03b5\u03b9\u03b4\u03ce\u03c3\u03c4\u03b5 \u03ad\u03bd\u03b1\u03bd \u03ba\u03cc\u03c3\u03bc\u03bf \u03b6\u03c9\u03bd\u03c4\u03b1\u03bd\u03ae\u03c2 \u03c4\u03b7\u03bb\u03b5\u03cc\u03c1\u03b1\u03c3\u03b7\u03c2<\/a> \u03ba\u03b1\u03bd\u03ac\u03bb\u03b9\u03b1, VOD, \u03c3\u03b5\u03b9\u03c1\u03ad\u03c2 \u03ba\u03b1\u03b9 \u03c4\u03b1\u03b9\u03bd\u03af\u03b5\u03c2!<\/p>\n        <\/div>\n    <\/div>\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>","protected":false},"excerpt":{"rendered":"<p>Kodi IPTV Setup Guide Unlock thousands of channels on your Kodi media center Kodi v17 (Krypton) Kodi v16 and Below 1 Launch Kodi and Access Settings Start by opening Kodi on your device and navigating to the settings menu: From&#8230;<\/p>","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-4012","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/novaiptv.to\/el\/wp-json\/wp\/v2\/pages\/4012","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/novaiptv.to\/el\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/novaiptv.to\/el\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/el\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/novaiptv.to\/el\/wp-json\/wp\/v2\/comments?post=4012"}],"version-history":[{"count":0,"href":"https:\/\/novaiptv.to\/el\/wp-json\/wp\/v2\/pages\/4012\/revisions"}],"wp:attachment":[{"href":"https:\/\/novaiptv.to\/el\/wp-json\/wp\/v2\/media?parent=4012"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}