diff options
author | M. Voerman <rekordc@gmail.com> | 2013-01-06 02:23:06 +0100 |
---|---|---|
committer | M. Voerman <rekordc@gmail.com> | 2013-01-06 02:23:06 +0100 |
commit | 23e749044ea59d503e358c666f9f03a0cb35183e (patch) | |
tree | 3ec29ac20ff1b7aed836f19c48da119e582b6062 /channels-prt.js | |
parent | a09c7c2351afec63951bc4f33ac591b72830f008 (diff) | |
download | vdr-vipclient-23e749044ea59d503e358c666f9f03a0cb35183e.tar.gz vdr-vipclient-23e749044ea59d503e358c666f9f03a0cb35183e.tar.bz2 |
Added radio list / menu <0> to select radio list
some small fixes.
Diffstat (limited to 'channels-prt.js')
-rw-r--r-- | channels-prt.js | 82 |
1 files changed, 82 insertions, 0 deletions
diff --git a/channels-prt.js b/channels-prt.js new file mode 100644 index 0000000..a2c9dd1 --- /dev/null +++ b/channels-prt.js @@ -0,0 +1,82 @@ +// +// Some protected channels +// +// +channelsnames[6001] = "Meiden van Holland Hard (T)"; +channels[6001]="T-8720-2213-38"; +channelsnames[6002] = "XXL (S)"; +channels[6002]="S19.2E-1-1094-17024"; +channelsnames[6003] = "Redlight (S)"; +channels[6003]="S13.0E-318-5000-13760"; +channelsnames[6004] = "D-XTV2 (S)"; +channels[6004]="S13.0E-318-5000-13761"; +channelsnames[6005] = "SCT 4 (S)"; +channels[6005]="S13.0E-318-5000-13764"; +channelsnames[6006] = "SCT 6 (S)"; +channels[6006]="S13.0E-318-5000-13766"; +channelsnames[6007] = "SCT 7 (S)"; +channels[6007]="S13.0E-318-5000-13767"; +channelsnames[6008] = "SCT HQ (S)"; +channels[6008]="S13.0E-318-5000-13768"; +channelsnames[6009] = "Dorcel TV (S)"; +channels[6009]="S19.2E-53-1097-2045"; +channelsnames[6010] = "Hustler TV (S)"; +channels[6010]="S19.2E-53-1097-2042"; +channelsnames[6011] = "FRENCH LOVER (S)"; +channels[6011]="S19.2E-1-1018-6407"; +channelsnames[6012] = "LIBIDO TV (S)"; +channels[6012]="S19.2E-1-1018-6402"; +channelsnames[6013] = "Private Spice (S)"; +channels[6013]="S13.0E-318-11100-4689"; +channelsnames[6014] = "FREE XTV (S)"; +channels[6014]="S13.0E-318-8900-2099"; +channelsnames[6015] = "French Lover (S)"; +channels[6015]="S13.0E-318-8900-2098"; +channelsnames[6016] = "Hustler TV (S)"; +channels[6016]="S5.0E-1-1-9"; +channelsnames[6017] = "PB (S)"; +channels[6017]="S5.0E-65535-1-10"; +channelsnames[6018] = "Hot (S)"; +channels[6018]="S30.0W-54-37-1666"; +channelsnames[6019] = "Leo TV (S)"; +channels[6019]="S23.5E-3-3209-13119"; +channelsnames[6020] = "Private Spice (S)"; +channels[6020]="S5.0E-366-101-22"; +channelsnames[6021] = "Daring TV (S)"; +channels[6021]="S5.0E-366-101-23"; +channelsnames[6022] = "DORCEL TV (S)"; +channels[6022]="S19.2E-1-1094-17029"; +channelsnames[6023] = "XXL (S)"; +channels[6023]="S19.2E-1-1094-17054"; +channelsnames[6024] = "Dorcel TV (S)"; +channels[6024]="S13.0E-318-9100-8827"; +channelsnames[6025] = "DORCEL TV (S)"; +channels[6025]="S19.2E-1-1094-17059"; +channelsnames[6026] = "PRIVATE SPICE (S)"; +channels[6026]="S19.2E-1-1096-8613"; +channelsnames[6027] = "Hustler TV CZ (S)"; +channels[6027]="S19.2E-53-1097-2043"; +channelsnames[6028] = "XXL (S)"; +channels[6028]="S13.0E-319-9900-468"; +channelsnames[6029] = "SCT HD (S)"; +channels[6029]="S13.0E-318-5000-10"; +channelsnames[6030] = "Redlight 3D-HD (S)"; +channels[6030]="S13.0E-318-15800-16932"; +channelsnames[6031] = "Penthouse 3D (S)"; +channels[6031]="S23.5E-3-3204-5311"; +channelsnames[6032] = "EroX HD (S)"; +channels[6032]="S23.5E-3-3206-5414"; +channelsnames[6033] = "Penthouse HD1 (S)"; +channels[6033]="S23.5E-3-3226-5608"; +channelsnames[6034] = "Penthouse HD (S)"; +channels[6034]="S23.5E-3-3226-5607"; +channelsnames[6035] = "Penthouse HD2 (S)"; +channels[6035]="S23.5E-3-3226-5602"; +channelsnames[6036] = "Private Spice (S)"; +channels[6036]="S23.5E-3-3202-6072"; +channelsnames[6037] = "Penthouse HD (S)"; +channels[6037]="S23.5E-3-3208-7037"; +channelsnames[6038] = "HUSTLER HD-3D (S)"; +channels[6038]="S13.0E-318-15800-16933"; +channelsnames[6039] = "DARING TV (S)"; +channels[6039]="S13.0E-318-15800-16931"; |