summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--channels4.js14
-rw-r--r--index.html5
-rw-r--r--settings.js2
3 files changed, 12 insertions, 9 deletions
diff --git a/channels4.js b/channels4.js
index 821d20a..872e15f 100644
--- a/channels4.js
+++ b/channels4.js
@@ -8,8 +8,6 @@ baseChn[4] = 4000;
protChn[4] = 0;
maxChan[4] = 4060; // set to max channel else you see 'undefined' in guide view
-channelsnames[4000] = "TVN HD (S)";
-channels[4000] = "S13.0E-0-211508-15821";
channelsnames[4001] = "TVN HD (S)";
channels[4001] = "S13.0E-318-1600-15821";
channelsnames[4002] = "TVN Siedem (S)";
@@ -37,15 +35,15 @@ channels[4012] = "S13.0E-113-7800-3106";
channelsnames[4013] = "TVP HD (S)";
channels[4013] = "S13.0E-318-300-15202";
channelsnames[4014] = "TVP Seriale (S)";
-channels[4014] = "S19.2E-1-1059-7108";
+channels[4014] = "S13.0E-318-11400-15708";
channelsnames[4015] = "TVP INFO (S)";
-channels[4015] = "S19.2E-1-1059-7102";
+channels[4015] = "S13.0E-318-1500-5110";
channelsnames[4016] = "TVP Kultura (S)";
-channels[4016] = "S19.2E-1-1059-7106";
-channelsnames[4017] = "TVP Polonia (S)";
-channels[4017] = "S19.2E-1-1059-7104";
+channels[4016] = "S13.0E-318-1500-5113";
+channelsnames[4017] = "TV Polonia (S)";
+channels[4017] = "S13.0E-318-1500-5101";
channelsnames[4018] = "TVP Historia (S)";
-channels[4018] = "S19.2E-1-1059-7105";
+channels[4018] = "S13.0E-318-11600-3524";
channelsnames[4019] = "TVP Rozrywka (S)";
channels[4019] = "S13.0E-318-11200-17032";
channelsnames[4020] = "TV PULS (S)";
diff --git a/index.html b/index.html
index 4dcd71a..92dffff 100644
--- a/index.html
+++ b/index.html
@@ -1757,6 +1757,11 @@ function StreamInfo(si) {
is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE);
}
+ if(SI[0]=="S13.0E" && (SI[2]=="11200" || SI[2]=="400" || SI[2]=="12000" || SI[2]=="11400" )) {
+ //NC+ (Polski)
+ is.setObject("cfg.locale.ui","pol",is.STORAGE_VOLATILE);
+ }
+
if(SI[1]=="113") {
//PolSat
diff --git a/settings.js b/settings.js
index c502445..560e131 100644
--- a/settings.js
+++ b/settings.js
@@ -2,7 +2,7 @@
// Default settings
//
-var Version = "0.24.2"
+var Version = "0.24.3"
server_ip_array = new Array("http://192.168.1.15","http://192.168.3.15","http://192.168.3.100","http://192.168.178.19");