Gentoo Archives: gentoo-commits

From: "Joerg Bornkessel (hd_brummy)" <hd_brummy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-plugins/vdr-satip/files: confd
Date: Mon, 02 Feb 2015 20:51:34
Message-Id: 20150202205130.CA98910EB2@oystercatcher.gentoo.org
1 hd_brummy 15/02/02 20:51:30
2
3 Added: confd
4 Log:
5 added config file, suggested by tinitus@vdr-portal
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 34C2808A)
8
9 Revision Changes Path
10 1.1 media-plugins/vdr-satip/files/confd
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/files/confd?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-plugins/vdr-satip/files/confd?rev=1.1&content-type=text/plain
14
15 Index: confd
16 ===================================================================
17 # /etc/conf.d/vdr.satip:
18 # $Header: /var/cvsroot/gentoo-x86/media-plugins/vdr-satip/files/confd,v 1.1 2015/02/02 20:51:30 hd_brummy Exp $
19
20 #Configuration:
21
22 #The plugin accepts a "--devices" (-d) command-line parameter defaulting
23 #to one. This parameter defines how many simultaneous transponders can
24 #be received, if there are available SAT>IP tuners.
25
26 #The plugin accepts also a "--server" (-s) command-line parameter, that
27 #can be used to manually configure static SAT>IP servers if autodetection
28 #via UPnP somehow can't be used. The parameter string is a semicolon
29 #separated list of "<ipaddress>|<model>|<description>" entries. The model
30 #consists of a DVB system (DVBS2,DVBT2,DVBT,DVBC) and number of available
31 #frontends separated by a hyphen:
32
33 #vdr -P 'satip -s <ipaddress>|<model>|<description>;...'
34 #vdr -P 'satip -s 192.168.0.1|DVBS2-2,DVBT2-2|Octo1'
35 #vdr -P 'satip -s 192.168.0.1|DVBS2-4|Octo1;192.168.0.2|DVBT2-4|Octo2'
36
37 # no default parameters
38 # uncomment the next line and add your personal settings,
39 # depend on the infos from ahead
40 #
41 #_EXTRAOPTS""