mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Added new entries to 'ca.conf'
This commit is contained in:
parent
c05b788deb
commit
5198be3187
4
HISTORY
4
HISTORY
@ -1767,3 +1767,7 @@ Video Disk Recorder Revision History
|
|||||||
data for NVOD channels.
|
data for NVOD channels.
|
||||||
- Fixed a compiler warning regarding cMenuChannels::Del() and MenuTimers::Del() hiding
|
- Fixed a compiler warning regarding cMenuChannels::Del() and MenuTimers::Del() hiding
|
||||||
the base class virtual functions.
|
the base class virtual functions.
|
||||||
|
|
||||||
|
2002-11-11: Version 1.1.17
|
||||||
|
|
||||||
|
- Added new entries to 'ca.conf'.
|
||||||
|
72
ca.conf
72
ca.conf
@ -13,11 +13,83 @@
|
|||||||
|
|
||||||
101 Premiere World
|
101 Premiere World
|
||||||
102 ORF
|
102 ORF
|
||||||
|
103 DIGI-Kabel
|
||||||
|
|
||||||
# Cryptoworks
|
# Cryptoworks
|
||||||
|
|
||||||
201 GOD-DIGITAL
|
201 GOD-DIGITAL
|
||||||
|
|
||||||
|
# Videoguard
|
||||||
|
|
||||||
|
301 Sky Digital
|
||||||
|
|
||||||
|
# Viaccess 1
|
||||||
|
|
||||||
|
401 SRG Swiss
|
||||||
|
402 NTV Plus
|
||||||
|
403 Viasat
|
||||||
|
404 Parabole Reunion
|
||||||
|
|
||||||
|
# Viaccess 2
|
||||||
|
|
||||||
|
501 Alpha Digital Greece
|
||||||
|
|
||||||
|
# Cryptoworks
|
||||||
|
|
||||||
|
601 UPC Direct
|
||||||
|
602 DigiTurk
|
||||||
|
|
||||||
|
# Mediaguard
|
||||||
|
|
||||||
|
701 CanalSatellite Reunion
|
||||||
|
|
||||||
|
# Mediaguard 2
|
||||||
|
|
||||||
|
801 Orbit Network
|
||||||
|
|
||||||
|
# Nagravision
|
||||||
|
|
||||||
|
901 PolSat Cyfrowy
|
||||||
|
|
||||||
|
# Irdeto 2
|
||||||
|
|
||||||
|
1001 ADD
|
||||||
|
1002 Nova Greece
|
||||||
|
1003 Multichoice Africa
|
||||||
|
|
||||||
|
# Conax
|
||||||
|
|
||||||
|
1101 Canal Digital Scandinavia
|
||||||
|
|
||||||
|
# Mediaguard, Viaccess 1, Viaccess 2
|
||||||
|
|
||||||
|
10001 AB Sat France
|
||||||
|
10002 TPS France
|
||||||
|
|
||||||
|
# Videoguard, Mediaguard 2, Irdeto 1
|
||||||
|
|
||||||
|
11001 Stream TV Italy
|
||||||
|
|
||||||
|
# Videoguard, Mediaguard 2, Cryptoworks
|
||||||
|
|
||||||
|
12001 Tele+ Digitale
|
||||||
|
|
||||||
|
# Mediaguard 1, Irdeto 1
|
||||||
|
|
||||||
|
13001 Canal Digitaal Satelliet NL
|
||||||
|
|
||||||
|
# Mediaguard 1, Mediaguard 2, Viaccess 1
|
||||||
|
|
||||||
|
14001 Canal Satellite France
|
||||||
|
|
||||||
|
# Mediaguard 1, Mediaguard 2, Viaccess 1, Cryptoworks
|
||||||
|
|
||||||
|
15001 Canal Satelite Digital Espana
|
||||||
|
|
||||||
|
# Mediaguard 2, Cryptoworks
|
||||||
|
|
||||||
|
16001 Cyfra+ Polska
|
||||||
|
|
||||||
# Special values to "hard code" a channel to a specific DVB card:
|
# Special values to "hard code" a channel to a specific DVB card:
|
||||||
|
|
||||||
1 DVB 1
|
1 DVB 1
|
||||||
|
4
config.h
4
config.h
@ -4,7 +4,7 @@
|
|||||||
* See the main source file 'vdr.c' for copyright information and
|
* See the main source file 'vdr.c' for copyright information and
|
||||||
* how to reach the author.
|
* how to reach the author.
|
||||||
*
|
*
|
||||||
* $Id: config.h 1.139 2002/11/08 13:16:12 kls Exp $
|
* $Id: config.h 1.140 2002/11/11 16:59:04 kls Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __CONFIG_H
|
#ifndef __CONFIG_H
|
||||||
@ -20,7 +20,7 @@
|
|||||||
#include "eit.h"
|
#include "eit.h"
|
||||||
#include "tools.h"
|
#include "tools.h"
|
||||||
|
|
||||||
#define VDRVERSION "1.1.16"
|
#define VDRVERSION "1.1.17"
|
||||||
|
|
||||||
#define MAXPRIORITY 99
|
#define MAXPRIORITY 99
|
||||||
#define MAXLIFETIME 99
|
#define MAXLIFETIME 99
|
||||||
|
Loading…
Reference in New Issue
Block a user