mirror of
https://github.com/VDR4Arch/vdr.git
synced 2023-10-10 13:36:52 +02:00
Updated 'sources.conf'
This commit is contained in:
parent
7346a03094
commit
e83482945d
@ -1502,3 +1502,6 @@ Alexander Rieger <Alexander.Rieger@inka.de>
|
||||
for fixing handling color buttons in cMenuEditStrItem
|
||||
for making the '.update' file in the video directory be touched when a recording is
|
||||
added or deleted, so that other VDR instances can update their lists
|
||||
|
||||
Philip Prindeville <philipp_subx@redfish-solutions.com>
|
||||
for updates to 'sources.conf'
|
||||
|
4
HISTORY
4
HISTORY
@ -3885,3 +3885,7 @@ Video Disk Recorder Revision History
|
||||
- The character 0x8A in CAM menu strings is now mapped to a real newline.
|
||||
- The 'sub-title' and 'bottom text' in the CAM menu can now consist of several lines.
|
||||
- Improved the CAM enquiry menu.
|
||||
|
||||
2005-10-08: Version 1.3.35
|
||||
|
||||
- Updated 'sources.conf' (thanks to Philip Prindeville).
|
||||
|
6
config.h
6
config.h
@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: config.h 1.230 2005/10/01 10:41:33 kls Exp $
|
||||
* $Id: config.h 1.231 2005/10/08 08:48:38 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __CONFIG_H
|
||||
@ -19,8 +19,8 @@
|
||||
#include "i18n.h"
|
||||
#include "tools.h"
|
||||
|
||||
#define VDRVERSION "1.3.34"
|
||||
#define VDRVERSNUM 10334 // Version * 10000 + Major * 100 + Minor
|
||||
#define VDRVERSION "1.3.35"
|
||||
#define VDRVERSNUM 10335 // Version * 10000 + Major * 100 + Minor
|
||||
|
||||
#define MAXPRIORITY 99
|
||||
#define MAXLIFETIME 99
|
||||
|
15
sources.conf
15
sources.conf
@ -91,13 +91,22 @@ S58W PAS 9
|
||||
S61.5W Echostar 3
|
||||
S79W AMC5
|
||||
S82W Nimiq 2
|
||||
S85W AMC2
|
||||
S87W AMC3
|
||||
S91W Nimiq 1
|
||||
S89W Intelsat 808
|
||||
S91W Galaxy 11 & Nimiq 1/3
|
||||
S93W Intelsat 806
|
||||
S95W Galaxy 3C
|
||||
S97W Telestar 5
|
||||
S105W AMC2
|
||||
S99W Galaxy 4R
|
||||
S101W AMC4
|
||||
S103W AMC1
|
||||
S105W AMC15
|
||||
S110W Echostar 6/8
|
||||
S119W Echostar 7
|
||||
S121W Echostar 9
|
||||
S121W Echostar 9 & Intelsat 813
|
||||
S123W Galaxy 10R
|
||||
S129W Intelsat 807
|
||||
S148W Echostar 1/2
|
||||
S157W Echostar 4
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user